Skip to content

stark0de/ippsec-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

ippsec-cli

This a simple tool to query the awesome ippsec.rocks website from your terminal

demo

Installation and usage

cd /opt
git clone https://github.com/stark0de/ippsec-cli
cd ippsec-cli
pip3 install -r requirements.txt
chmod +x ippsec-cli.py
python3 -W ignore ippsec-cli.py <keyword>

Note: optionally you can go to /home/$USER/.bashrc and add this line so u can just launch it putting ippsec-cli in your terminal:

vim /home/$USER/.bashrc
alias ippsec-cli="python3 -W ignore /opt/ippsec-cli/ippsec-cli.py"
source /home/$USER/.bashrc

Credits to @HexF_me, @Shell_ock and of course to the awesome Ippsec ;)

Note: I've set the string size limit to 100 characters in order to make sure tabulate can print it correctly, you can modify that if your screen is bigger

About

This a simple tool to query the awesome ippsec.rocks website from your terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages