Files
enteletaor/enteletaor_lib/config.py
cr0hn 6137fb3558 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__
2016-02-23 14:24:21 +01:00

42 lines
1.6 KiB
Python

# -*- coding: utf-8 -*-
__tool_name__ = "enteletaor"
__author__ = "Daniel Garcia (cr0hn) - @ggdaniel"
__site__ = "https://github.com/cr0hn/enteletaor"
__version__ = "1.0.0"
__banner__ = """
``
`````..``
``..-:::::--.```...----`
````...---:://////:--.--::::.
````...--::://///////::::://-``` ``
`.--:////////////////////////-``````
.-///////////:::/:://///:///////-.....
`.::///////////:////////:///://+///:...--.
`--:::::///:::////////////////://////------
`.-----:///:://////:--..--://///://///::::::
`.....-:////////+/:-.` ``-:///:/::///////-
``````-//////::++/:.` `.://///:///////`
```-/+/////:+++/-.` `.-////://+//+/-```
`//////::/+///:.` `.:///::/+////-``````
-///////:://///:-`` `.-://////////:-.....`
:::::://///://///:------://////::///:-----.`
------//////:////////////////:::///:::::--`
.--.../+//+//:///:////////:///////////::.`
..`..-/+/////:////::://///++++++++//-.
``````:++////////////////++++//:--.`
`` ```:///:::://///////:::--...````
./:::--.--://////::---...````
`----...```.--::::--..``
``..`````
``
____ _ _ ___ ____ _ ____ ___ ____ ____ ____
|___ |\ | | |___ | |___ | |__| | | |__/
|___ | \| | |___ |___ |___ | | | |__| | \\
"""
# --------------------------------------------------------------------------
# Generic global config
# --------------------------------------------------------------------------
DEBUG_LEVEL = 2 # 0 - 5