Skip to content

🤖 Simple and different tools written on Bash that simplify work.

License

Notifications You must be signed in to change notification settings

kraloveckey/mini-bash

Repository files navigation


mini-bash

🤖 A collection of simple and different tools written on Bash that simplify work.


"Buy Me A Coffee"

Telegram Channel



  • f31 - a bash script that hardens your Kali Linux and allows you to minimize noise in the air, useful for pentesters or red team operators where it is important to have minimal impact on the infrastructure to avoid network performance issues.

  • icheck.sh - script that check Internet connection.

  • nginx-hosts.sh - script that find uniq server_name in nginx web-server configs.

  • nmap-scan.sh - script that scan host with nmap for open ports. Example:
sudo bash nmap-scan.sh <host>

  • rs-gen - a tool to generate various ways to do a reverse shell.