https://github.com/sloharkar/enumeration
Multiple Enumeration tools at one Place using Shell Script in Linux
https://github.com/sloharkar/enumeration
dnsenumuration enumeration ftp hydra kali-linux kali-scripts linux linux-scripts linux-shell nmap nmap-scripts shell-scripting ssh telnet
Last synced: 4 months ago
JSON representation
Multiple Enumeration tools at one Place using Shell Script in Linux
- Host: GitHub
- URL: https://github.com/sloharkar/enumeration
- Owner: SLoharkar
- Created: 2021-02-28T11:50:21.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T12:34:02.000Z (almost 3 years ago)
- Last Synced: 2025-05-20T17:15:55.022Z (9 months ago)
- Topics: dnsenumuration, enumeration, ftp, hydra, kali-linux, kali-scripts, linux, linux-scripts, linux-shell, nmap, nmap-scripts, shell-scripting, ssh, telnet
- Language: Shell
- Homepage: https://github.com/SLoharkar/Enumeration
- Size: 8.79 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multiple Enumeration tools at one Place using Shell Script in Linux
## Introduction
- In the Shell Script is used to perform multiple Enumeration tools at one script used to easy hacking and learning
- It is helpful for less efforts of commands remember to mind
### Features
- Nmap Script Engine
- DNS Enumeration
- FTP, SSH and Telnet Login
- Gather User and Password of FTP, SSH and Telnet
## Installation [Linux](https://wikipedia.org/wiki/Linux) [](https://fr.wikipedia.org/wiki/Linux)
- Just, Clone this repository -
```bash
git clone https://github.com/SLoharkar/Enumeration.git
```
- Change to cloned directory and run `enum.sh` -
````
$ cd Enumeration
chmod +x enum.sh && ./enum.sh OR bash enum.sh
````
## Dependencies
**`Enumeration`** requires following programs to run properly -
- `dnsenum`
- `hydra`
- `nmap`
> All the depedencies will be installed automatically when you run `enum` for the first time
> Supported Platform : **`Kali Linux`**, **`Termux`**, **`Ubuntu/Debian/Kali`**, **`ArchLinux/Manjaro`**, **`Fedora`**