Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/documentation/modules/auxiliary/scanner/snmp/epmp1000_snmp_loot.md
Views: 11784
Cambium devices (ePMP, PMP, Force, others) can be administered using SNMP. The device configuration contains IP addresses, keys, and passwords, amongst other information. This module uses SNMP to extract Cambium ePMP device configuration. On certain software versions, specific device configuration values can be accessed using SNMP RO string, even though only SNMP RW string should be able to access them, according to MIB documentation.
The module also triggers full configuration backup, and retrieves the backup url. The configuration file can then be downloaded without authentication. The module has been tested on Cambium ePMP versions <=3.5.
Note: If the backup url is not retrieved, it is recommended to increase the TIMEOUT and reduce the number of THREADS.
Verification Steps
Do:
use auxiliary/scanner/snmp/epmp1000_snmp_loot
Do:
set RHOSTS [IP]
Do:
set COMMUNTY [SNMP_COMMUNUTY_STRING]
Do:
run