Update Cheat Sheet.md

This commit is contained in:
ARZ 2021-03-25 21:40:37 +05:00 committed by GitHub
parent 402ee8b7d7
commit 675a551901
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -314,6 +314,28 @@ msfvenom --list formats
### Adding user for RDP
run getgui -u [USER_NAME] -p [PASS]
### Pivoting
`use post/multi/manage/autoroute`
Example you are on a host with IP 172.18.0.1
`set RHOSTS 172.18.0.0`
`set SESSION <session_number`
### Using socks4a proxy
`use auxiliary/server/socks_proxy`
`SET SOCKS 4a`
`exploit`
Edit the port if you want to by default the `SRVPORT` is set to 1080 , you can edit it on `/etc/proxychains.conf`
### ARP Scan
### Port scan
`use auxiliary/scanner/portscan/tcp`
`set RHOSTS <subnet>/24`
# Git
### Dumping repository