Skip to content

Commit

Permalink
Organized stuff by topic and default values
Browse files Browse the repository at this point in the history
  • Loading branch information
pielco11 committed Oct 11, 2019
1 parent 4e1a1f7 commit 49aa623
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions favUp.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,22 @@ def __init__(self, *args, **kwargs):
"""
self.show = None
self._iterator = None
self.shodan = None

self.key = None
self.keyFile = None
self.shodanCLI = []
self.shodanCLI = None

self.faviconFile = []
self.faviconURL = []
self.web = None
self.shodan = None
self.web = []

self.fileList = []
self.urlList = []
self.webList = []

self.faviconsList = []

self.output = ""
self._output = None

Expand Down

0 comments on commit 49aa623

Please sign in to comment.