Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 867 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 867 Bytes

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