Skip to content

Commit

Permalink
Added identification of Incapsula frontable domains
Browse files Browse the repository at this point in the history
  • Loading branch information
vector-sec committed Feb 1, 2018
1 parent ccbd747 commit f61d622
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FindFrontableDomains.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def run(self):
elif 'unbouncepages.com' in target:
print 'Unbounce frontable domain found: ' + str(hostname) + " " + str(target)
elif 'x.incapdns.net' in target:
print 'Incapsula frontable domain found: ' +str(hostname) + " " + str(target)
except Exception as e:
pass
self.queue.task_done()
Expand Down

0 comments on commit f61d622

Please sign in to comment.