Update README.md

This commit is contained in:
Joe Totes
2022-09-19 09:54:04 -04:00
committed by GitHub
parent 515421a98a
commit 0c3859aaad

View File

@@ -187,6 +187,12 @@ VRFY root
HELO {USER.com} HELO {USER.com}
MAIL FROM: <{SENDER@EMAIL.COM}> MAIL FROM: <{SENDER@EMAIL.COM}>
RCPT TO: <{TARGET@EMAIL.COM}> RCPT TO: <{TARGET@EMAIL.COM}>
DATA
SUBJECT: Test message
{Enter Twice}
Test Body
.
Quit
``` ```
<br /> <br />
@@ -1391,6 +1397,9 @@ username=admin$password=FUZZ
# Python Server # Python Server
sudo python3 -m http.server {PORT} sudo python3 -m http.server {PORT}
# Apache2 Server: var/www/html
sudo systemctl start apache2
# SMB SHARE # SMB SHARE
sudo python3 /usr/share/doc/python3-impacket/examples/smbserver.py share ./ sudo python3 /usr/share/doc/python3-impacket/examples/smbserver.py share ./