Skip to content

Python Script to Check IP Against Blacklist

License

Notifications You must be signed in to change notification settings

functure/isthisipbad

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Indirmek

wget https://raw.githubusercontent.com/functure/isthisipbad/master/isthisipbad.py chmod 755 isthisipbad.py

Kullanım

python isthisipbad.py

./isthisipbad.py

Yardım

./isthisipbad --help

IP Argumani ile

./isthisipbad.py -i 10.200.1.15 10.200.1.13

CSV Tipinde Cikti

./isthisipbad.py -i 10.200.1.15 10.200.1.13 -o csv

CSV Tipinde Geolocation Iceren Cikti - Detayli (Verbose)

./isthisipbad.py -i 10.200.1.15 10.200.1.13 -o csv -v

Satır Satır Girdi Vermek

Girdiler satır satır ayrilir. Girdiye son vermek icin Ctrl+D tuslari kullanilir. Sonra cikti beklenir

./isthisipbad.py -

Dosyadan Girdi Vermek

./isthisipbad.py - < girdi_dosyasi.txt

Ornek Girdi Dosyasi

10.200.1.15

10.200.1.13

8.8.8.8

Dosyaya CSV Formatinda Cikti Almak

./isthisipbad.py -i 10.200.1.15 10.200.1.13 -o csv > cikti_dosyasi.txt

Yaygin Bir Kullanim (Girdi Dosyasi İcindeki IPler icin CSV Formatli Detayli Cikti Al ve Cikti Dosyasina Kaydet)

./isthisipbad.py -o csv -v - < girdi_dosyasi.txt > cikti_dosyasi.txt

About

Python Script to Check IP Against Blacklist

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%