Add the rest of the modules to v2
jesusprubio opened this issue · 0 comments
This is the list of the modules implemented in the v1 but still not in the v2:
-
amiBrute: Add "ami" as a new supported protocol: https://github.com/jesusprubio/bluebox-ng/tree/v2/lib/utils/protocols
-
dumbFuzz: Should be easy, reimplement using a promise.
-
httpBrute: Add "http" as a new supported protocol.
-
httpBruteDir: Rethink a bit about how to locate it.
-
ldapBrute: Add "ldap" as a new supported protocol.
-
mongoBrute: Add "mongo" as a new supported protocol.
-
mysqlBrute: Add "mysql" as a new supported protocol.
-
snmpBrute: Add "snmp" as a new supported protocol.
-
tftpBrute: Add "tftp" as a new supported protocol.
-
sipBrute: Add "sip" as a new supported protocol.
- sipBruteSlow: Add a param to "bruteCreds". It's interesting for all protocols.
-
sipBruteExt100: Rethink a bit about how to locate it.
-
sipBruteExt404: Rethink a bit about how to locate it.
-
sipIsBlocking with: Rethink a bit about how to locate
-
sipDos
-
sipSqli
-
sipTorture
-
sipScan: Add a generic scanner for all protos, like "bruteCreds".
-
sipUnauthCall: It's a postexplotation without auth.
Create a post-explotation module for AMI protocol:
-
amiCommand
-
amiCommandList
-
amiCoreSetting
-
amiCoreShowChannels
-
amiCoreStatus
-
amiCreateConfig
-
amiDadhiShowChannels
-
amiExtensionState
-
amiGetConfig
-
amiGetVar
-
amiReload
-
amiSetVar
-
amiShowDialplan
-
amiSipPeers
-
amiSipShowRegistry
-
amiStatus
-
amiVoiceMailUsersList
-
autoVoip: Refactor when all the rest of the stuff is done.