Post gather modules boilerplate

This commit is contained in:
adfoster-r7
2022-04-22 13:25:02 +01:00
parent 8e3fd5a1ce
commit fc9e7b6b81
5 changed files with 86 additions and 15 deletions
+1 -1
View File
@@ -61,5 +61,5 @@ You can also specify multiple RHOST arguments, as well as provide additionally i
```
use scanner/smb/smb_enumshares
run smb://test:test@192.168.1.223 smb://user:password@192.168.1.223 smb://test:test@127.0.0.1 verbose=true
run smb://test:test@192.168.1.223 smb://user:password@192.168.1.223 smb://test:test@127.0.0.1 verbose=true
```