mirror of https://github.com/CIRCL/AIL-framework
chg: [Cryptocurrency, RegexTracker] uptdate cryptocurrency list + fix: RegexTracker typo
parent
30fd361e1c
commit
839443500d
|
@ -77,7 +77,7 @@ if __name__ == "__main__":
|
|||
try:
|
||||
matched = dict_regex_tracked[regex].search(item_content)
|
||||
except TimeoutException:
|
||||
print ("{0} processing timeout".format(paste.p_rel_path))
|
||||
print ("{0} processing timeout".format(item_id))
|
||||
continue
|
||||
else:
|
||||
signal.alarm(0)
|
||||
|
|
|
@ -34,7 +34,7 @@ PASTES_FOLDER = Flask_config.PASTES_FOLDER
|
|||
hashDecoded = Blueprint('hashDecoded', __name__, template_folder='templates')
|
||||
|
||||
## TODO: put me in option
|
||||
all_cryptocurrency = ['bitcoin', 'monero']
|
||||
all_cryptocurrency = ['bitcoin', 'ethereum', 'bitcoin-cash', 'litecoin', 'monero', 'zcash', 'dash']
|
||||
all_pgpdump = ['key', 'name', 'mail']
|
||||
|
||||
# ============ FUNCTIONS ============
|
||||
|
|
Loading…
Reference in New Issue