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:
cr0hn
2016-02-23 14:24:21 +01:00
parent 369a97089d
commit 6137fb3558
13 changed files with 717 additions and 338 deletions

View File

@@ -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