Update tools.md
Add MITM tools "Evilginx" Linux Security Tool "Kernelpop"pull/71/head
parent
bcad8559b9
commit
1442307ef5
2
tools.md
2
tools.md
|
@ -38,6 +38,7 @@ Name | Description
|
|||
Name | Description
|
||||
---- | ----
|
||||
[DefenseMatrix](https://github.com/K4YT3X/DefenseMatrix) | Full security solution for Linux Servers
|
||||
[Kernelpop](https://github.com/spencerdodd/kernelpop) | kernel privilege escalation enumeration and exploitation framework
|
||||
|
||||
### Exploit Databases
|
||||
Name | Description
|
||||
|
@ -54,6 +55,7 @@ Name | Description
|
|||
[BetterCAP](https://www.bettercap.org/) | MITM attacks against a network, manipulate HTTP, HTTPS and TCP traffic in realtime, sniff for credentials and much more.
|
||||
[Burp Suite](https://portswigger.net/burp) | GUI based tool for testing Web application security.
|
||||
[Ettercap](https://ettercap.github.io/ettercap/) | Ettercap is a comprehensive suite for man in the middle attacks
|
||||
[Evilginx](https://github.com/kgretzky/evilginx) | Man-in-the-middle attack framework used for phishing credentials and session cookies of any web service.
|
||||
[MITMf](https://github.com/byt3bl33d3r/MITMf) | Framework for Man-In-The-Middle attacks
|
||||
[mitmproxy](https://mitmproxy.org/) | An interactive console program that allows traffic flows to be intercepted, inspected, modified and replayed
|
||||
|
||||
|
|
Loading…
Reference in New Issue