Skip to content

Commit

Permalink
modified: modules/intelgathering/feed_urls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasvillatte committed Jan 13, 2016
1 parent f10f0e7 commit da689c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/intelgathering/feed_urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def gather(self, all_ips):
incoming_ip_obj[0].malwarebytes = False

try:
print "Checking stopforumspam for IP address..."
print "Checking stopforumspam for " + incoming_ip_obj[0].ip_address
req = urllib2.Request('http://api.stopforumspam.org/api?ip=' + incoming_ip_obj[0].ip_address)
req.add_header('User-agent', 'Mozilla/5.0 (Windows NT 6.3; rv:36.0) Gecko/20100101 Firefox/36.0')
response = urllib2.urlopen(req)
Expand Down

0 comments on commit da689c7

Please sign in to comment.