Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrrobot1o1/asnips
https://github.com/mrrobot1o1/asnips
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrrobot1o1/asnips
- Owner: mrrobot1o1
- Created: 2021-05-21T23:44:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-24T14:07:06.000Z (over 3 years ago)
- Last Synced: 2024-08-05T17:45:40.831Z (4 months ago)
- Language: Shell
- Size: 224 KB
- Stars: 20
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - mrrobot1o1/asnips - (Shell)
README
## GET All IPs of any company using ASN
First Go On [Mxtoolbox](https://mxtoolbox.com) and register then grab a API key from [here](https://mxtoolbox.com/user/api) \
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 ](img/api-tokens.png)
```bash
if [[ -f "${HOME}/.api_tokens/MXTOOL" ]]; then
export MX_API="$(cat ${HOME}/.api_tokens/MXTOOL1 2> /dev/null)"
fi
```## Usage:
```bash
git clone https://github.com/mrrobot1o1/asnips.git
cd asnips
chmod +x asnips
./asnips -d tesla.com
./asnips -m AS394161
```
![tool](img/help-menu.png)