Skip to content

Commit

Permalink
Update netfier.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wirzka authored May 28, 2020
1 parent 6e9efa4 commit cd3d7e7
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion netfier.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
'''
netfier.py - Python 3.7.3
Author: wirzka
E-mail: [email protected]
Git: https://github.com/wirzka
Description:
I wrote this tool just for educational purpose.
Netfier is a simple tool to check if the machine's connections are
malicious/suspicious, so if they require deeper investigation.
For this job, at this moment the script uses AbusedIPDB.
Requirements:
- Python version: 3.7
- AbusedIPDB profile for the API KEY
- AbusedIpDB by @vsecades: https://github.com/vsecades/AbuseIpDb
'''

import netaddr
import subprocess
import sys
Expand Down Expand Up @@ -175,4 +191,3 @@ def main():
print("\n\033[91m[!] You have interrupted the stuff with your keyboard, bye. [!]\033[00m")
time.sleep(3)
sys.exit(0)

0 comments on commit cd3d7e7

Please sign in to comment.