/random_stuff

Random collection of maybe usefull scripts from my laptop.

Primary LanguagePythonMIT LicenseMIT

random_stuff

Random collection of maybe usefull scripts from my laptop.

  • censyscerts.py -- This code search website's SSL-certificates on Censys to find the server's ip-address behind the CloudFlare.
  • encshell.py -- Simply encrypts shell code with XOR.
  • favicon-hash.py -- Searchs website's favicon hash on Shodan, again to find the server behind the CloudFlare.
  • graphql-introspection-analyzer.py -- GraphQL introspection analyzer.
  • httpscan.py -- Performes a numbers of simple webserver checks and gets some info back.
  • kib.py -- Search SHODAN for Kibana.
  • lilin.py -- Search SHODAN for Lilin IP Cameras.
  • proxy.py -- Fastest ever live proxy checker.
  • tor_scrap.py -- Recuresevely scraps almost all website's assets (media and code). Has an integrated pure TOR-protocol implemantation. So the code is dependency-free.
  • extract_sections_python.py -- Extract PE-file sections.
  • build_shellcode_pe.py -- Simply build portable executable from the shellcode using LIEF.