Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
hacks — Some random scripts. Just trying to be like the cool kids. | Kitploit
Tools/GitHubGitHub/edoverflow/hacks
General Purpose UtilitiesScripting & AutomationLearning & Education
GitHubedoverflow/hacks

hacks

Some random scripts. Just trying to be like the cool kids.

View Repository
99228 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

root@kitploit:~
                       /\__\     /\  \     /\  \     /\__\     /\  \  
                      /:/__/_   /::\  \   /::\  \   /:/ _/_   /::\  \ 
                     /::\/\__\ /::\:\__\ /:/\:\__\ /::-"\__\ /\:\:\__\
                     \/\::/  / \/\::/  / \:\ \/__/ \;:;-",-" \:\:\/__/
                       /:/  /    /:/  /   \:\__\    |:|  |    \::/  / 
                       \/__/     \/__/     \/__/     \|__|     \/__/  

Some random scripts. Just trying to be like the cool kids. Place all the scripts under /usr/local/bin and hack away.

Set-up one-liner

This will clone this repository and then move all scripts to /usr/local/bin.

root@kitploit:~
$ git clone [email protected]:EdOverflow/hacks.git \
  && cp -R hacks/. /usr/local/bin/ \
  && echo "You can delete the ./hacks/ folder now."

Contributing

I welcome contributions from the public. The issue tracker is the preferred channel for bug reports and feature requests. The bug tracker utilises several labels to help organise and identify issues. Whenever submitting a new issue, please use the GitHub issue search first — check if the issue has already been reported.

Make sure to run https://github.com/koalaman/shellcheck when you are done editing or create a shell script. This will help maintain clean and uniform code throughout the project.

If you would like to submit a patch via email, that is fine too. Just run the following command and send the patch to contact [at] edoverflow [dot] com:

root@kitploit:~
$ git format-patch -<n> <SHA1>

Legal Disclaimer

This project is made for educational and ethical testing purposes only. Usage of this tool for attacking targets without prior mutual consent is illegal. Developers assume no liability and are not responsible for any misuse or damage caused by these scripts.

Donations

If you would like to support my work, you can use any of the addresses below:

Liberapay: https://liberapay.com/EdOverflow

Bitcoin: 1E2fZRNrrkCKPnWpKZAsJzByBoyoBURADN

Ethereum: 0xe98FC23fB4A8762d700c0354979dA5Db6c29Acc3

License

MIT License — Copyright (c) 2018 EdOverflow

Download Tool