Skip to content

Commit

Permalink
List Reset
Browse files Browse the repository at this point in the history
  • Loading branch information
RedToor authored Jul 21, 2016
1 parent a6b28ae commit 7249fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/net/get_hosts_live.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def init():

# CODE MODULE ############################################################################################
def main(run):

KTFVAR=[]
commands.getoutput(NMAP_PATH+' -sn '+str(init.var['range'])+' -oX tmp/KTFVAR.xml > null')
GateWay=get_gateway()
tree = ET.parse('tmp/KTFVAR.xml')
Expand All @@ -59,4 +59,4 @@ def main(run):
Space()
commands.getoutput('rm tmp/KTFVAR.xml > null')

# END CODE MODULE ############################################################################################
# END CODE MODULE ############################################################################################

0 comments on commit 7249fd4

Please sign in to comment.