Skip to content

Commit 997e980

Browse files
PatrikHudaktechgaun
authored andcommitted
Add tools (#52)
Add tools, books & books cleanup
1 parent 9d92d65 commit 997e980

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ A collection of awesome penetration testing resources
7777
* [BeeF](https://github.com/beefproject/beef) - The Browser Exploitation Framework Project
7878
* [faraday](https://github.com/infobyte/faraday) - Collaborative Penetration Test and Vulnerability Management Platform
7979
* [evilgrade](https://github.com/infobyte/evilgrade) - The update explotation framework
80-
* [WPScan](http://wpscan.org/) - Black box WordPress vulnerability scanner
81-
* [SQLmap](http://sqlmap.org/) - Automatic SQL injection and database takeover tool
8280
* [commix](https://github.com/stasinopoulos/commix) - Automated All-in-One OS Command Injection and Exploitation Tool
8381

8482
#### Vulnerability Scanners
@@ -105,6 +103,10 @@ A collection of awesome penetration testing resources
105103
* [SPARTA](http://sparta.secforce.com/) - Network Infrastructure Penetration Testing Tool
106104
* [DNSDumpster](https://dnsdumpster.com/) - Online DNS recond and search service
107105
* [Mass Scan](https://github.com/robertdavidgraham/masscan) - TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes.
106+
* [Zarp](https://github.com/hatRiot/zarp) - Zarp is a network attack tool centered around the exploitation of local networks
107+
* [mitmproxy](https://github.com/mitmproxy/mitmproxy) - An interactive SSL-capable intercepting HTTP proxy for penetration testers and software developers
108+
* [mallory](https://github.com/justmao945/mallory) - HTTP/HTTPS proxy over SSH
109+
* [DET](https://github.com/sensepost/DET) - DET is a proof of concept to perform Data Exfiltration using either single or multiple channel(s) at the same time
108110

109111
#### Wireless Network Tools
110112
* [Aircrack-ng](http://www.aircrack-ng.org/) - a set of tools for auditing wireless network
@@ -117,8 +119,15 @@ A collection of awesome penetration testing resources
117119
* [sslstrip](http://www.thoughtcrime.org/software/sslstrip/) - a demonstration of the HTTPS stripping attacks
118120
* [sslstrip2](https://github.com/LeonardoNve/sslstrip2) - SSLStrip version to defeat HSTS
119121

122+
#### Web exploitation
123+
* [WPScan](http://wpscan.org/) - Black box WordPress vulnerability scanner
124+
* [SQLmap](http://sqlmap.org/) - Automatic SQL injection and database takeover tool
125+
* [weevely3](https://github.com/epinna/weevely3) - Weaponized web shell
126+
* [Wappalyzer](https://wappalyzer.com/) - Wappalyzer uncovers the technologies used on websites
127+
120128
#### Hex Editors
121129
* [HexEdit.js](http://hexed.it/) - Browser-based hex editing
130+
* [Hexinator](https://hexinator.com/) (commercial) - World's finest Hex Editor
122131

123132
#### Crackers
124133
* [John the Ripper](http://www.openwall.com/john/) - Fast password cracker
@@ -129,6 +138,7 @@ A collection of awesome penetration testing resources
129138
* [Sysinternals Suite](http://technet.microsoft.com/en-us/sysinternals/bb842062) - The Sysinternals Troubleshooting Utilities
130139
* [Windows Credentials Editor](http://www.ampliasecurity.com/research/windows-credentials-editor/) - security tool to list logon sessions and add, change, list and delete associated credentials
131140
* [mimikatz](http://blog.gentilkiwi.com/mimikatz) - Credentials extraction tool for Windows OS
141+
* [PowerSpoit](https://github.com/PowerShellMafia/PowerSploit) - A PowerShell Post-Exploitation Framework
132142

133143
#### DDoS Tools
134144
* [LOIC](https://github.com/NewEraCracker/LOIC/) - An open source network stress tool for Windows
@@ -163,6 +173,7 @@ A collection of awesome penetration testing resources
163173
* [Immunity Debugger](http://debugger.immunityinc.com/) - A powerful new way to write exploits and analyze malware
164174
* [Evan's Debugger](http://www.codef00.com/projects#debugger) - OllyDbg-like debugger for Linux
165175
* [Medusa disassembler](https://github.com/wisk/medusa) - An open source interactive disassembler
176+
* [plasma](https://github.com/joelpx/plasma) - Interactive disassembler for x86/ARM/MIPS. Generates indented pseudo-code with colored syntax code.
166177

167178
#### CTF Tools
168179
* [Pwntools](https://github.com/Gallopsled/pwntools) - CTF framework for use in CTFs

0 commit comments

Comments
 (0)