mirror of
https://github.com/hackerschoice/thc-tips-tricks-hacks-cheat-sheet.git
synced 2026-05-27 01:32:24 +02:00
Update README.md
This commit is contained in:
@@ -407,6 +407,7 @@ seq 1 254 | xargs -P10 -I{} proxychains -f pc.conf -q nmap -n -Pn -sT -F --open
|
||||
**3.v. Find your public IP address**
|
||||
|
||||
```sh
|
||||
curl -s wtfismyip.com/json | jq
|
||||
curl ifconfig.me
|
||||
dig +short myip.opendns.com @resolver1.opendns.com
|
||||
host myip.opendns.com resolver1.opendns.com
|
||||
|
||||
Reference in New Issue
Block a user