An open API service indexing awesome lists of open source software.

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

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) [![alt tag](http://icons.iconarchive.com/icons/dakirby309/simply-styled/32/OS-Linux-icon.png)](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`**