The BiGsec Community

⚔️ 🛡️

MITM: 
➤ SSLstrip ( https://github.com/moxie0/sslstrip )
➤ Ettercap ( https://www.ettercap-project.org )
➤ Driftnet ( https://github.com/deiv/driftnet )
➤ DSniff (  https://sectools.org/tool/dsniff/ )

SQL Injection:
➤ SQLMAP ( https://github.com/sqlmapproject/sqlmap )
➤ Uniscan ( https://github.com/poerschke/Uniscan )
➤  W3af ( https://github.com/andresriancho/w3af/ )
➤ Nikto ( https://github.com/sullo/nikto )

Virusses(Backdoor's nothing special here):
➤ Metasploit ( https://github.com/rapid7/metasploit-framework )
➤ Shellter ( https://www.shellterproject.com )

Cracking:
➤ John the ripper ( https://www.openwall.com/john/ )
➤ Hydra ( https://sectools.org/tool/hydra/ )
➤ Aircrack ( https://www.aircrack-ng.org )

DDos tools:

We have a few shells that supports stressing nothing special. And i can recommend:
➤ TorsHammer ( https://github.com/dotfighter/torshammer )
➤ GoldenEye ( https://github.com/jseidl/GoldenEye )
➤ Hping3 ( hping.org )
➤ Pyloris ( https://motoma.io/pyloris/ )
➤ HULK ( https://github.com/grafov/hulk )
➤ Blacknurse ( https://github.com/opsxcq/exploit-blacknurse )

XSS:
➤ BEef ( https://beefproject.com )

Info-gathering/portscanners:
➤ Nmap ( https://nmap.org/download-html )
➤ Zenmap ( https://nmap.org/zenmap/ )

Virusses/rat's general backdoors:
➤ Thefatrat ( https://github.com/Screetsec/TheFatRat )
➤ Nanocore ( No Download Available Find Manually )

Other Tools:
➤ Commix ( https://github.com/commixproject/commix )
➤ Wifite ( https://github.com/derv82/wifite2 )
➤ Ghostphisher ( https://github.com/savio-code/ghost-phisher )





Enjoy! Follow us for more...

No comments:

Post a Comment

How to connect to an FTP server from Linux?

To connect to an FTP server from a Linux system, you can use either a command-line FTP client or a graphical one. Here’s how to do it usin...