New tools

This commit is contained in:
Vitaly 2017-10-16 18:32:41 +03:00
parent 0d2bda5a5b
commit 2c3153b1fe
2 changed files with 24 additions and 7 deletions

View File

@ -12,6 +12,9 @@ A collection of hacking / penetration testing resources to make you better!
**You are welcome to fork and [contribute](https://github.com/vitalysim/Awesome-Hacking-Resources/blob/master/contributing.md#contribution-guidelines).** **You are welcome to fork and [contribute](https://github.com/vitalysim/Awesome-Hacking-Resources/blob/master/contributing.md#contribution-guidelines).**
We started a new [tools](https://github.com/vitalysim/Awesome-Hacking-Resources/blob/master/tools.md) list, come and contribute
Learning the Skills Learning the Skills
-- --
* [Learning Exploitation with Offensive Computer Security 2.0](http://howto.hackallthethings.com/2016/07/learning-exploitation-with-offensive.html) * [Learning Exploitation with Offensive Computer Security 2.0](http://howto.hackallthethings.com/2016/07/learning-exploitation-with-offensive.html)

View File

@ -4,12 +4,6 @@
A curated list of awesome Hacking Tools. Your contributions are always welcome ! A curated list of awesome Hacking Tools. Your contributions are always welcome !
### Awesome Repositories
Repository | Description
---- | ----
[Xerosploit](https://github.com/LionSec/xerosploit) | Efficient and advanced man in the middle framework
### MITM tools ### MITM tools
Name | Description Name | Description
---- | ---- ---- | ----
@ -17,7 +11,27 @@ Name | Description
[Ettercap](https://ettercap.github.io/ettercap/) | Ettercap is a comprehensive suite for man in the middle attacks [Ettercap](https://ettercap.github.io/ettercap/) | Ettercap is a comprehensive suite for man in the middle attacks
[BetterCAP](https://www.bettercap.org/) | MITM attacks against a network, manipulate HTTP, HTTPS and TCP traffic in realtime, sniff for credentials and much more. [BetterCAP](https://www.bettercap.org/) | MITM attacks against a network, manipulate HTTP, HTTPS and TCP traffic in realtime, sniff for credentials and much more.
### Awesome other projects ### SQL Injection
Name | Description
---- | ----
[SQLmap](http://sqlmap.org/) | Automatic SQL injection and database takeover tool
[SQLninja](http://sqlninja.sourceforge.net/) | SQL Server injection & takeover tool
[]() |
[]() |
### Exploitation tools
Name | Description
---- | ----
[Metasploit](https://www.metasploit.com/) | The worlds most used penetration testing framework
[BeEF](http://beefproject.com/) | Browser Exploitation Framework (Beef)
[Core Impact](https://www.coresecurity.com/core-impact) | Core Impact provides vulnerability assessment and penetration security testing throughout your organization.
### Awesome Repositories
Repository | Description
---- | ----
[Xerosploit](https://github.com/LionSec/xerosploit) | Efficient and advanced man in the middle framework
### Awesome custom projects / Scripts
Name | Description Name | Description
---- | ---- ---- | ----