All Projects → fieldraccoon → HostEnumerator

fieldraccoon / HostEnumerator

Licence: other
A tool that automates the process of enumeration

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to HostEnumerator

CTF-Writeups
Repository of my CTF writeups
Stars: ✭ 25 (-13.79%)
Mutual labels:  cybersecurity, vulnhub, hackthebox, tryhackme
machinescli
This tool provides commandline access for https://www.hackthebox.eu, https://tryhackme.com/ and https://www.vulnhub.com/ machines.
Stars: ✭ 34 (+17.24%)
Mutual labels:  vulnhub, hackthebox, tryhackme
writeups
Writeups for vulnerable machines.
Stars: ✭ 110 (+279.31%)
Mutual labels:  vulnhub, hackthebox, tryhackme
reosploit
A Tool that Finds, Enumerates, and Exploits Reolink Cameras.
Stars: ✭ 89 (+206.9%)
Mutual labels:  cybersecurity, enumeration, hacking-tool
haiti
🔑 Hash type identifier (CLI & lib)
Stars: ✭ 287 (+889.66%)
Mutual labels:  cybersecurity, hackthebox, tryhackme
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 (+475.86%)
Mutual labels:  enumeration, nmap, 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 (+941.38%)
Mutual labels:  cybersecurity, enumeration, hacking-tool
Reconnoitre
A security tool for multithreaded information gathering and service enumeration whilst building directory structures to store results, along with writing out recommendations for further testing.
Stars: ✭ 1,824 (+6189.66%)
Mutual labels:  enumeration, nmap, hacking-tool
zBuster
Bash script for CTF automating basic enumeration
Stars: ✭ 20 (-31.03%)
Mutual labels:  enumeration, bash-script, hackthebox
Writeups
This repository contains writeups for various CTFs I've participated in (Including Hack The Box).
Stars: ✭ 61 (+110.34%)
Mutual labels:  cybersecurity, enumeration, hackthebox
A Red Teamer Diaries
RedTeam/Pentest notes and experiments tested on several infrastructures related to professional engagements.
Stars: ✭ 382 (+1217.24%)
Mutual labels:  cybersecurity, enumeration, nmap
phishEye
phishEye is an ultimate phishing tool in python. Includes popular websites like Facebook, Twitter, Instagram, LinkedIn, GitHub, Dropbox, and many others. Created with Flask, custom templates, and tunneled with ngrok and localhost.run.
Stars: ✭ 47 (+62.07%)
Mutual labels:  cybersecurity, hacking-tool
phisherprice
All In One Pentesting Tool For Recon & Auditing , Phone Number Lookup , Header , SSH Scan , SSL/TLS Scan & Much More.
Stars: ✭ 38 (+31.03%)
Mutual labels:  cybersecurity, bash-script
default-http-login-hunter
Login hunter of default credentials for administrative web interfaces leveraging NNdefaccts dataset.
Stars: ✭ 285 (+882.76%)
Mutual labels:  nmap, hacking-tool
tryhackme-ctf
TryHackMe CTFs writeups, notes, drafts, scrabbles, files and solutions.
Stars: ✭ 140 (+382.76%)
Mutual labels:  cybersecurity, tryhackme
spicescript
A Handy-Dandy Personal Toolkit for Enumeration and a headstart on attacking a machine!
Stars: ✭ 20 (-31.03%)
Mutual labels:  enumeration, hacking-tool
haaukins
A Highly Accessible and Automated Virtualization Platform for Security Education
Stars: ✭ 148 (+410.34%)
Mutual labels:  cybersecurity, hackthebox
redshellguide
python script allow red teaming , hackthebox Pwners , OSCP lovers to shorten their time by these useful shells
Stars: ✭ 32 (+10.34%)
Mutual labels:  hacking-tool, hackthebox
awesome-ddos-tools
Collection of several DDos tools.
Stars: ✭ 75 (+158.62%)
Mutual labels:  cybersecurity, hacking-tool
Jasmin-Ransomware
Jasmin Ransomware is an advanced red team tool (WannaCry Clone) used for simulating real ransomware attacks. Jasmin helps security researchers to overcome the risk of external attacks.
Stars: ✭ 84 (+189.66%)
Mutual labels:  cybersecurity, hacking-tool

Host Enumerator

This is a simple bash script that takes an ip and/or a port and performs lots of scans on it that automates the process of enumeration.

Setup:

git clone https://github.com/fieldraccoon/HostEnumerator.git
cd HostEnumerator
./install.sh

Services it detects so far

  • Smb

Running it

sudo ./file.sh -i 10.10.10.211                                                                                                                                                                                            3 ⚙
YOU ARE RUNNING AS ROOT!

 _     _                  _____
| |   (_)_ __  _   ___  _| ____|_ __  _   _ _ __ __
| |   | | '_ \| | | \ \/ /  _| | '_ \| | | | '_ ` _ \
| |___| | | | | |_| |>  <| |___| | | | |_| | | | | | |
|_____|_|_| |_|\__,_/_/\_\_____|_| |_|\__,_|_| |_| |_|


[+] Loading tools...
[+] Scanning with nmap                                                                                                                                                                                                                     
[+] Scanning with nikto                                                                                                                                                                                                                    
[+] Scanning Operating systems                                                                                                                                                                                                             
[+] Scanning Virtul hosts                                                                                                                                                                                                                  
[+] Scanning Directories 
[+] PORT 445 IS OPEN YOU CAN CONNECT WITH SMB

Examples

./Enumerator.sh -i 10.10.10.211
./Enumerator.sh -i 10.10.10.211 -w=/usr/share/wordlists/dirbuster/commmon.txt

Output

This outputs all your scans into a neat /enum directory with all the scans organized.

$ ls *                                                                                                                         2 ⚙
nmap_version.xml  nmap.xml  summary-10.10.10.214.txt

dirs:
gobuster-10.10.10.214.txt

misc:
advanced-nmap-10.10.10.214-scan.txt  gobuster-10.10.10.214-vhosts.txt  nikto-10.10.10.214.txt

ports:
nmap.txt  nmap_version-10.10.10.214.txt

Outputs a Summary file with all the important information you might need including example commands, services and more

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].