|
@ -270,8 +270,6 @@ class bc(object): |
|
|
""" |
|
|
""" |
|
|
Parse the lft to see if it produced any results, if not, run another LFT using a different method |
|
|
Parse the lft to see if it produced any results, if not, run another LFT using a different method |
|
|
""" |
|
|
""" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
output = self.content.splitlines() |
|
|
output = self.content.splitlines() |
|
|
|
|
|
|
|
|
if output[-1] == "** [80/tcp no reply from target] Try advanced options (use -VV to see packets).": |
|
|
if output[-1] == "** [80/tcp no reply from target] Try advanced options (use -VV to see packets).": |
|
@ -397,6 +395,7 @@ class bc(object): |
|
|
if self.options.debug == True: |
|
|
if self.options.debug == True: |
|
|
logfile.close() |
|
|
logfile.close() |
|
|
self.old_url = url |
|
|
self.old_url = url |
|
|
|
|
|
print "\n" |
|
|
self.hop_count = 0 # to start a new map |
|
|
self.hop_count = 0 # to start a new map |
|
|
return |
|
|
return |
|
|
|
|
|
|
|
|