Other technologies

SNMP

Simple Network Management Protocol is a protocol used to monitor different devices in the network (like routers, switches, printers, IoTs...).

Enumeration

snmpwalk -Os -c public <ip>

snmpcheck <ip>

msf> use auxiliary/scanner/snmp/snmp_enum

Brute-force Community Strings

hydra -P <wordlist> <host> snmp
onesixtyone -c <wordlist> <ip>
msf> use auxiliary/scanner/snmp/snmp_login

Resources

WebDav

Scanning

  1. davtest

  2. In metasploit: search webdav

  3. If vulnerable use: Churrasco

Apache Subversion (SVN)

Software versioning and revision control system

NFS

NFS allows a system to share directories and files with others over a network.

Enumeration

Mount Shares

QUIC Protocol

QUIC is a general-purpose transport layer network protocol

Access Pages with Curl

Build Curl From Source

Refer to this if your version of curl doesn't support QUIC.

Last updated