Skip to content

Commit

Permalink
fixed conf import
Browse files Browse the repository at this point in the history
  • Loading branch information
fportantier committed Mar 16, 2018
1 parent 69b241b commit 5b1476b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion habu/cli/cmd_arpsniff.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from time import time
import click
import habu.lib.manuf
from scapy.all import ARP, IP, TCP, sniff
from scapy.all import ARP, IP, TCP, sniff, conf

hosts = {}

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='habu',
version='0.0.48',
version='0.0.49',
description='Python Network Hacking Toolkit',
long_description=readme,
author='Fabian Martinez Portantier',
Expand Down

0 comments on commit 5b1476b

Please sign in to comment.