Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.48 KB

File metadata and controls

45 lines (25 loc) · 1.48 KB

mini-bash

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



  • 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>

  • lazyrecon – bash-based automation tool designed mainly for HackTheBox, handling all the boring introductory reconnaissance.



  • top.sh – script shows the top 5 processes that use the most CPU and RAM.