You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open Burp
Setup new proxy listener
Set local listener port *(80)
Set remote host (10.10.10.15)
Set remote port (80)
Setting up proxy
Confirming Webdav Manipulation
Davtest
Test upload using post
1) Send one of the PUT request to the repeater tab
2) Modify the URL to /test.html or whatever you like
3) In the body add some text and send the request (shold get 201)
1) Using the PUT request in repeater tab, modify the destination to /shell.html
2) In the body, take contents of the .ASPX Msfvenom shell and paste
3) Send the request (should get 201)
Setup Multihandler in Msfconsole to catch our Shell
1) Msfconsole
2) Use exploit/multi/handler
MOVING the .html to .aspx to complete the Reverse Shell
1) Back in the repeater tab Manipulate the HTTP Method from PUT to MOVE
1a) PUT /shell.html
2) Add a new line underneath PUT with:
2a) Destination: /shell.aspx