# Devel ### Port scan ![](https://i.imgur.com/ReChZlh.png) ### Check port 80 , just a picture and there is no useful information in the source code page (I also try to enumerate web pages ,but no useful information appears before I get admin permission ) ![](https://i.imgur.com/YyhkUpJ.png) ### so I try to access ftp (port 21) as anomynous And I try to upload something and the result is successful ![](https://i.imgur.com/wbjRDEN.png) ### That's mean I can upload malware to this ftp server so I use msfvenom to make a aspx reverse shell ![](https://i.imgur.com/xem8L41.png) ### Try to run this file ![](https://i.imgur.com/6tzDpBE.png) ### Then I get reverse shell (with msf exploit) then check some info ![](https://i.imgur.com/79NSQ7k.png) ### Try to escalate permission with suggester and try all of those options one by one ![](https://i.imgur.com/pt7aG59.png) ![](https://i.imgur.com/IdN2s7i.png) ### Finally get admin permission ![](https://i.imgur.com/jHbuFXV.png)