Skip to content

Instantly share code, notes, and snippets.

@bee-san
Created September 8, 2020 23:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bee-san/36545aea21bc023bfcf63da60d776a97 to your computer and use it in GitHub Desktop.
Save bee-san/36545aea21bc023bfcf63da60d776a97 to your computer and use it in GitHub Desktop.
➜ ciphey -t "941241298794216421426424464515" -vvv
2020-09-09 00:01:45.130 | DEBUG | ciphey.iface._config:update_log_level:183 - Verbosity set to level 3 (TRACE)
2020-09-09 00:01:45.130 | DEBUG | ciphey.ciphey:main:208 - Opened config file at /home/bee/.config/ciphey/config.yml
2020-09-09 00:01:45.130 | TRACE | ciphey.ciphey:main:209 - Got cmdline args {'text': '941241298794216421426424464515', 'verbose': 3, 'text_stdin': None, 'quiet': None, 'greppable': None, 'checker': None, 'config': None, 'wordlist': None, 'param': (), 'list_params': None, 'searcher': None, 'bytes_input': None, 'bytes_output': None, 'default_dist': None, 'module': (), 'appdirs': False, 'file': None}
2020-09-09 00:01:45.131 | DEBUG | ciphey.iface._config:load_modules:193 - Loaded modules ['regex', 'regexlist', 'brandon', 'jsonchecker', 'humanchecker', 'ezcheck', 'caesar', 'vigenere', 'xorsingle', 'xorcrypt', 'xandy', 'morsecode', 'base16', 'base32', 'base64', 'base85', 'ascii85', 'utf8', 'reverse', 'octal', 'binary', 'hex', 'atbash', 'galactic', 'base62', 'base58', 'base58_ripple', 'base91', 'leet', 'decimal', 'base69', 'cipheydists', 'json', 'csv', 'ausearch']
2020-09-09 00:01:45.131 | TRACE | ciphey.iface._config:get_resource:203 - Loading resource cipheydists::list::flags of type None
2020-09-09 00:01:45.131 | TRACE | ciphey.basemods.Resources.cipheydists:getResource:30 - Loading cipheydists resource list::flags
2020-09-09 00:01:45.131 | TRACE | ciphey.basemods.Checkers.regex:__init__:49 - There are 1 regexes
2020-09-09 00:01:45.132 | TRACE | ciphey.iface._config:get_resource:203 - Loading resource cipheydists::brandon::english of type None
2020-09-09 00:01:45.132 | TRACE | ciphey.basemods.Resources.cipheydists:getResource:30 - Loading cipheydists resource brandon::english
2020-09-09 00:01:45.132 | TRACE | ciphey.iface._config:get_resource:203 - Loading resource cipheydists::list::english1000 of type None
2020-09-09 00:01:45.132 | TRACE | ciphey.basemods.Resources.cipheydists:getResource:30 - Loading cipheydists resource list::english1000
2020-09-09 00:01:45.132 | TRACE | ciphey.iface._config:get_resource:203 - Loading resource cipheydists::list::english of type None
2020-09-09 00:01:45.132 | TRACE | ciphey.basemods.Resources.cipheydists:getResource:30 - Loading cipheydists resource list::english
2020-09-09 00:01:45.173 | TRACE | ciphey.iface._config:get_resource:203 - Loading resource cipheydists::list::englishStopWords of type None
2020-09-09 00:01:45.173 | TRACE | ciphey.basemods.Resources.cipheydists:getResource:30 - Loading cipheydists resource list::englishStopWords
2020-09-09 00:01:45.176 | DEBUG | ciphey.iface._config:update_log_level:183 - Verbosity set to level 3 (TRACE)
2020-09-09 00:01:45.176 | TRACE | ciphey.ciphey:main:236 - Command line opts: {'text': '941241298794216421426424464515', 'verbose': 3, 'text_stdin': None, 'quiet': None, 'greppable': None, 'checker': None, 'config': None, 'wordlist': None, 'param': (), 'list_params': None, 'searcher': None, 'bytes_input': None, 'bytes_output': None, 'default_dist': None, 'module': (), 'appdirs': False, 'file': None}
2020-09-09 00:01:45.176 | TRACE | ciphey.ciphey:main:237 - Config finalised: {'verbosity': 3, 'searcher': 'ausearch', 'params': {'regexlist': {'resource': ['cipheydists::list::flags']}, 'brandon': {'top1000': 'cipheydists::list::english1000', 'wordlist': 'cipheydists::list::english', 'stopwords': 'cipheydists::list::englishStopWords', 'threshold': 0.45, 'phases': 'cipheydists::brandon::english'}, 'ausearch': {'enable_nested': 'False', 'invert_priority': 'False', 'max_cipher_depth': '0', 'max_depth': '0', 'priority_cap': '2'}}, 'format': {'in': 'str', 'out': 'str'}, 'modules': [], 'checker': 'ezcheck', 'default_dist': 'cipheydists::dist::english', 'timeout': None}
2020-09-09 00:01:45.176 | TRACE | ciphey.basemods.Searchers.ausearch:search:246 - Beginning AuSearch with normal priority
2020-09-09 00:01:45.176 | TRACE | ciphey.iface._config:mark_ctext:39 - New ctext '941241298794216421426424464515'
2020-09-09 00:01:45.176 | TRACE | ciphey.basemods.Checkers.regex:check:53 - Trying regex re.compile('(?i)(htb|thm|flag|ctf)\\{.*\\}', re.IGNORECASE) on 941241298794216421426424464515
2020-09-09 00:01:45.176 | TRACE | ciphey.basemods.Checkers.regex:check:55 - Results: None
2020-09-09 00:01:45.176 | TRACE | ciphey.basemods.Checkers.format:check:19 - Trying json checke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment