add: scan module with multithreading and async scans.
add: new requirements add: default action for modules add: banner fix: set log level fix: cmd boolean args handler fix: log messages fix: metavar: __name__ -> __tool_name__
This commit is contained in:
@@ -1,9 +1,39 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
__name__ = "enteletaor"
|
||||
__tool_name__ = "enteletaor"
|
||||
__author__ = "Daniel Garcia (cr0hn) - @ggdaniel"
|
||||
__site__ = "https://github.com/cr0hn/enteletaor"
|
||||
__version__ = "1.0.0"
|
||||
__banner__ = """
|
||||
``
|
||||
`````..``
|
||||
``..-:::::--.```...----`
|
||||
````...---:://////:--.--::::.
|
||||
````...--::://///////::::://-``` ``
|
||||
`.--:////////////////////////-``````
|
||||
.-///////////:::/:://///:///////-.....
|
||||
`.::///////////:////////:///://+///:...--.
|
||||
`--:::::///:::////////////////://////------
|
||||
`.-----:///:://////:--..--://///://///::::::
|
||||
`.....-:////////+/:-.` ``-:///:/::///////-
|
||||
``````-//////::++/:.` `.://///:///////`
|
||||
```-/+/////:+++/-.` `.-////://+//+/-```
|
||||
`//////::/+///:.` `.:///::/+////-``````
|
||||
-///////:://///:-`` `.-://////////:-.....`
|
||||
:::::://///://///:------://////::///:-----.`
|
||||
------//////:////////////////:::///:::::--`
|
||||
.--.../+//+//:///:////////:///////////::.`
|
||||
..`..-/+/////:////::://///++++++++//-.
|
||||
``````:++////////////////++++//:--.`
|
||||
`` ```:///:::://///////:::--...````
|
||||
./:::--.--://////::---...````
|
||||
`----...```.--::::--..``
|
||||
``..`````
|
||||
``
|
||||
____ _ _ ___ ____ _ ____ ___ ____ ____ ____
|
||||
|___ |\ | | |___ | |___ | |__| | | |__/
|
||||
|___ | \| | |___ |___ |___ | | | |__| | \\
|
||||
"""
|
||||
|
||||
# --------------------------------------------------------------------------
|
||||
# Generic global config
|
||||
|
||||
Reference in New Issue
Block a user