-
Notifications
You must be signed in to change notification settings - Fork 105
Description
Hi everyone,
So I walked through shennina docs then got to the point I have been able to install it and initialize the exploits tree so stage 3.1.
I'm having at stage 4. some problems to understand the scanning, training and exploitation commands so these one :
- For scanning :
$ ./shennina.py --lhost metasploit-ip --target target.local --service-scan-only
$ ./shennina.py --lhost metasploit-ip --target target.local --use-cached-service-scan
- For training :
$ ./shennina.py --training-mode --lhost lhost.local --target training-target.local
- For exploitation :
$ ./shennina.py --lhost lhost.local --target target.local --exploitation-mode
Can somebody explain to me how these commands works, what should(or can) be changed and show a practical examples with the possible outcomes please ?
Also are part 5 to 9 for information and more theoretical knowledge ?
Thanks :)
Terri.