8000 GitHub - dagonis/obscureV4: Let's obscure some IPv4 addresses
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dagonis/obscureV4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

obscureV4

Let's obscure some IPv4 addresses

Absolutely requires Python3.6+, confirmed broken on anything older.

Usage

python3 obscure $IP

You can use --payload to interpolate the obfuscated IPs into a command using \I as the anchor for where you want the IP to be.

python3 obscure $IP --payload "ping -c 4 \I"

Example

python3 obscure 216.58.217.206    
3627735502
216.58.217.206
216.58.55758
216.3856846
0xd83ad9ce
0xd8.0x3a.0xd9.0xce
0xd8.58.0xd9.0xce
[...]

About

Let's obscure some IPv4 addresses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0