Skip to content

mrrobot1o1/asnips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

GET All IPs of any company using ASN

mrrobot1o1

First Go On Mxtoolbox and register then grab a API key from here
And export MX_API=76193741-c335-4f56-b6hb-e5cfegbc9095
If You Keep Your API key in folder like me, You can add a simple if statment in .bashrc to export API keys. API KEYS

if [[ -f "${HOME}/.api_tokens/MXTOOL" ]]; then
        export MX_API="$(cat ${HOME}/.api_tokens/MXTOOL1 2> /dev/null)"
fi

Usage:

git clone https://github.com/mrrobot1o1/asnips.git
cd asnips
chmod +x asnips
./asnips -d tesla.com
./asnips -m AS394161

tool

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages