All Projects β†’ zAbuQasem β†’ zBuster

zAbuQasem / zBuster

Licence: other
Bash script for CTF automating basic enumeration

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to zBuster

HostEnumerator
A tool that automates the process of enumeration
Stars: ✭ 29 (+45%)
Mutual labels:  enumeration, bash-script, hackthebox
haiti
πŸ”‘ Hash type identifier (CLI & lib)
Stars: ✭ 287 (+1335%)
Mutual labels:  ctf-tools, hackthebox
Scilla
πŸ΄β€β˜ οΈ Information Gathering tool πŸ΄β€β˜ οΈ DNS / Subdomains / Ports / Directories enumeration
Stars: ✭ 116 (+480%)
Mutual labels:  enumeration, ctf-tools
CTF-Script-And-Template-Thrift-Shop
[180+ scripts] There are a few genuine gems in there. And a lot of spaghetti code. Most of these scripts were for solving CTF's. If you googles something for a CTF and landed here look at the scripts they're all fairly malleable. Sorry for the shitty naming conventions (not really). If you are a recruiter stop. I wont be able to rewrite half thi…
Stars: ✭ 38 (+90%)
Mutual labels:  bash-script, hackthebox
Reconky-Automated Bash Script
Reconky is an great Content Discovery bash script for bug bounty hunters which automate lot of task and organized in the well mannered form which help them to look forward.
Stars: ✭ 167 (+735%)
Mutual labels:  enumeration, bash-script
Writeups
This repository contains writeups for various CTFs I've participated in (Including Hack The Box).
Stars: ✭ 61 (+205%)
Mutual labels:  enumeration, hackthebox
Ctf Notes
Everything needed for doing CTFs
Stars: ✭ 304 (+1420%)
Mutual labels:  enumeration, ctf-tools
Enum4linux Ng
A next generation version of enum4linux (a Windows/Samba enumeration tool) with additional features like JSON/YAML export. Aimed for security professionals and CTF players.
Stars: ✭ 349 (+1645%)
Mutual labels:  enumeration, ctf-tools
Mida Multitool
Bash script purposed for system enumeration, vulnerability identification and privilege escalation.
Stars: ✭ 144 (+620%)
Mutual labels:  enumeration, bash-script
DoTH-DNS
Your server doth DNS the safe way if you use DoTH-DNS.
Stars: ✭ 26 (+30%)
Mutual labels:  bash-script
nginx-virtual-host-bash-script
Nginx Virtual Host Bash Script
Stars: ✭ 35 (+75%)
Mutual labels:  bash-script
Lucifer
A Powerful Penetration Tool For Automating Penetration Tasks Such As Local Privilege Escalation, Enumeration, Exfiltration and More... Use Or Build Automation Modules To Speed Up Your Cyber Security Life
Stars: ✭ 302 (+1410%)
Mutual labels:  enumeration
YT-DLP-SCRIPTS
...Just a place for me to share my various YT-DLP & related bash scripts.
Stars: ✭ 70 (+250%)
Mutual labels:  bash-script
btrfs-backup
A simple, flexible script for versioned backups using btrfs and rsync
Stars: ✭ 59 (+195%)
Mutual labels:  bash-script
shebang-everything
Your unofficial guidebook to shell scripting, give this repo a ⭐ if it helped you :)
Stars: ✭ 74 (+270%)
Mutual labels:  bash-script
soap2day-dl
πŸ“Ί Soap2day downloader: download TV series and movies in your terminal
Stars: ✭ 29 (+45%)
Mutual labels:  bash-script
fedora-post-install-script
A Fedora GNOME post-install script
Stars: ✭ 28 (+40%)
Mutual labels:  bash-script
haaukins
A Highly Accessible and Automated Virtualization Platform for Security Education
Stars: ✭ 148 (+640%)
Mutual labels:  hackthebox
covid19 JHU dashboard
This script pull the data from JHU dashboard in real-time
Stars: ✭ 12 (-40%)
Mutual labels:  bash-script
edx.scripts
Covers 80% of the admin tasks you'll ever need to perform on your Open edX installation
Stars: ✭ 38 (+90%)
Mutual labels:  bash-script

zBuster

zBuster is a bash script built to automate the process of portscanning, vhosts finding, services enumeration and basic directory brute-forcing.

Alt text

Tools:

  1. Rustscan
  2. Nmap
  3. Smbclient & Smbmap & crackmapexec
  4. Wpscan
  5. Gobuster
  6. Gospider

Installation

   git clone https://github.com/zAbuQasem/zBuster
   cd zBuster
   chmod +x *
   sudo ./install.sh
   
   #Make sure to Download Rustsan From:
   https://github.com/RustScan/RustScan/releases/
   #Then
          sudo dpkg -i ~/Downloads/rustscan_2.0.1_amd64.deb

Usage

Important Note:

Make sure to specify a domain name for better scan results.For HackTheBox, specify the domain name in /etc/hosts file

#Example /etc/hosts
127.0.0.1	localhost
127.0.1.1	kali

# The following lines are desirable for IPv6 capable hosts
::1     localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
#HackTheBox
10.10.10.243	spider.htb
10.10.10.240	pivotapi.htb
10.10.11.114    bolt.htb

All integrated checks

sudo ./zBuster.sh -u Foo.htb  -s all

Specific check

sudo ./zBuster.sh -u Foo.htb -s <CHECK>

Dirbusting [Dirbuster-meduim wordlist]

./zBuster.sh -u Foo.htb -p <PORT> -x <FILE-EXTENSIONS [OPTIONAL]> -d <HTTPS OR HTTP>  #Must be in this order or args.

For more options:

./zBuster.sh -h

Known issue

#If you faced issues with running the script:
sudo rm -rf result-zbuster
#If this didn't work then check your network connection..

Preview [Took ~7 minutes] (old)

Alt text

License

Distributed under the MIT License. See LICENSE for more information.

TODO:

Add more checks
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].