theHarvester/discovery/shodan/alert.py
laramies 973220d3d1 Release 3.0
Added Port scanning, Subdomain takeover, Fixed Shodan, improved Dns bruteforce and added SQLite support to store the results.
2018-08-08 21:34:10 +02:00

9 lines
225 B
Python

class Alert:
def __init__(self):
self.id = None
self.name = None
self.api_key = None
self.filters = None
self.credits = None
self.created = None
self.expires = None