Skip to content

This script can enumerate and exploit SNMP (Simple Network Management Protocol) vulnerable server.

Notifications You must be signed in to change notification settings

sangleshubham/SNMP-Enumeration-and-Exploitation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SNMP-Enumeration-and-Exploitation

This script can enumerate and exploit any SNMP (Simple Network Management Protocol) vulnerable server.

SNMP (Simple Network Management Protocol) is an application layer protocol which uses UDP protocol to maintain and manage routers, hubs and switches other network devices on an IP network. SNMP is a very common protocol found enabled on a variety of operating systems like Windows Server, Linux & UNIX servers as well as network devices like routers, switches etc. SNMP enumeration is used to enumerate user accounts, passwords, groups, system names, devices on a target system.


Getting started with tool:

Clone Repository (Important)

git clone https://github.com/sangleshubham/SNMP-Enumeration-and-Exploitation.git

Chnage directory into SNMP-Enumeation-and-Exploitation

cd SNMP-Enumeration-and-Exploitation/

Installing snmpwalk on Windows For Microsoft Windows users, the process of installing snmpwalk on Windows is incredibly simple. You first need to download the following:

https://sourceforge.net/projects/net-snmp/files/net-snmp/

Once you have the snmpwalk.exe file on your computer, click Start > search cmd and press Enter. This will open the command line prompt window.


Installing snmpwalk on Linux. On Linux devices, snmpwalk is available as a package for you to install. The process of doing this depends on your Linux distribution. However, you can install Linux by entering the following commands:
Redhat/Fedora/CentOs:
  yum install net-snmp-utils

Ubuntu:
  apt-get install snmp

Installing OneSixtyOne

sudo apt-get install -y onesixtyone

Make script executable

chmod +x snmp_enumeration_script.py

Execute script

  1: Copy IP's to [ip_file] file
  2: ./snmp_enumeration_script.py [ip_file]

Tool Screenshot

About

This script can enumerate and exploit SNMP (Simple Network Management Protocol) vulnerable server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages