Techbypass always tries to help you to learn about recent vulnerabilities and exploitations.

Learn and share your security findings and help others to secure their digital assets.

Need any help mail to [email protected]

+1 vote
Hi,

How Can I get my public IP address from the terminal in Ubuntu?
by (169 points)

1 Answer

0 votes

Put the Bash script on the terminal you will see your public IP address.

echo $(wget -qO - https://api.ipify.org)

by (271 points)
...