Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Api Security Checklist | 21,061 | 2 months ago | 12 | mit | ||||||
Checklist of the most important security countermeasures when designing, testing, and releasing your API | ||||||||||
Bettercap | 14,547 | 5 days ago | 61 | April 21, 2021 | 164 | other | Go | |||
The Swiss Army knife for 802.11, BLE, IPv4 and IPv6 networks reconnaissance and MITM attacks. | ||||||||||
Wifiphisher | 11,991 | 2 | 6 months ago | 3 | January 13, 2018 | 272 | gpl-3.0 | Python | ||
The Rogue Access Point Framework | ||||||||||
Beef | 8,768 | 2 days ago | 79 | JavaScript | ||||||
The Browser Exploitation Framework Project | ||||||||||
Awesome Ctf | 8,347 | 16 days ago | 37 | cc0-1.0 | JavaScript | |||||
A curated list of CTF frameworks, libraries, resources and softwares | ||||||||||
Fuzzdb | 7,234 | 7 months ago | 15 | other | PHP | |||||
Dictionary of attack patterns and primitives for black-box application fault injection and resource discovery. | ||||||||||
Infosec_reference | 5,071 | 2 months ago | mit | CSS | ||||||
An Information Security Reference That Doesn't Suck; https://rmusser.net/git/admin-2/Infosec_Reference for non-MS Git hosted version. | ||||||||||
Awesome Web Hacking | 4,950 | 2 months ago | 1 | mit | ||||||
A list of web application security | ||||||||||
W3af | 4,142 | 7 months ago | 1,984 | Python | ||||||
w3af: web application attack and audit framework, the open source web vulnerability scanner. | ||||||||||
Active Directory Exploitation Cheat Sheet | 3,972 | 4 months ago | 4 | mit | ||||||
A cheat sheet that contains common enumeration and attack methods for Windows Active Directory. |
Low interaction honeypot application that displays real time attacks in the web-interface. Made just for fun and it is not production ready.
Written in Node.js the application listens on 128 most common TCP ports and saves results to the MySQL Database for further analysis.
Web-interface demo available at https://tail-f.shmakov.net/
We need nodejs, git and tcpdump
sudo yum install git nodejs tcpdump -y
Clone the repo, install dependencies and run the app.js. Please make sure that none of your own services are listening on the ports 21, 22, 80 and ~128 more ports.
git clone https://github.com/Shmakov/Honeypot.git
cd Honeypot/ && npm install
sudo node app.js # Please think twice before running random person's code with the sudo privileges
That is it. You should be able to access the app on the port 80 from your web-browser.
Stats for the past 30 days are available at https://tail-f.shmakov.net/stats
Below example is custom-made and displays the data for the month of June 2018: