Skip to content

SLoharkar/Enumeration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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 alt tag

  • Just, Clone this repository -
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