github编辑

8086 - InfluxDB

Potential Risks

Unauthorized Access

# https://github.com/yuukisec/iPoCs
# RHOST=remoteHost; RPORT=8086
nuclei -t ~/ipocs -id influxdb-unauth -u $RHOST:$PORT

# Bulk testing
# RHOST_LIST=hosts.txt
nuclei -t ~/ipocs -id influxdb-unauth -l $RHOST_LIST -c 100 -bs 100 -prc 100

CVE-2019-20933 (Unauthorized Access)

# https://github.com/yuukisec/iPoCs
# RHOST=remoteHost; RPORT=8086
nuclei -t ~/ipocs -id influxdb-cve-2019-20933-unauth -u $RHOST:$RPORT

# Bulk testing
# RHOST_LIST=hosts.txt
nuclei -t ~/ipocs -id influxdb-cve-2019-20933-unauth -l $RHOST_LIST -c 100 -bs 100 -500

Exploitation

Information Disclosure

Resources

Common commands

最后更新于