Dionysus acidvegas
  • Olympia, Greece
  • https://acid.vegas/
  • MOST DANGEROUS MOTHERFUCK

    COME GET SOME

  • Joined on 2023-05-08
acidvegas pushed to main at acidvegas/eris 2024-03-07 19:58:09 -08:00
b78b99e060 Changed yield to return when sentinal value is recieved through the FIFO
acidvegas pushed to main at acidvegas/eris 2024-03-07 19:55:55 -08:00
da065c6889 Added a testing function for calling the ingest_massdns.py file directly for debugging
acidvegas pushed to main at acidvegas/eris 2024-03-07 18:57:55 -08:00
3c98f8f1f1 MassDNS ingestion script now caches the previous record to support IP addresses that yield more than one PTR record (field turned into a list when +1). Records will now upsert so MassDNS can be streaming into ES 24/7=
9c6beb71ce MassDNS ingestion script now caches the previous record to support IP addresses that yield more than one PTR record (field turned into a list when +1). Records will now upsert so MassDNS can be streaming into ES 24/7=
Compare 2 commits »
acidvegas pushed to main at acidvegas/mdaxfr 2024-03-06 13:54:53 -08:00
8d0b01e7aa now storing AXFR responses in a directory containing the date to track changes in which dns servers allow AXFRs over time
acidvegas pushed to main at acidvegas/czds 2024-03-06 13:47:53 -08:00
01d1e6c4d8 Defined output directory to a variable and created a systemd timer and cronjob script in extras for collecting czds data monthly
acidvegas pushed to main at acidvegas/eris 2024-03-06 12:08:06 -08:00
b15b3d8241 OCD about formatting again
acidvegas pushed to main at acidvegas/eris 2024-03-06 11:38:46 -08:00
fd617e3c9d Certstream ingestion improved, still need to test stripping nulls and refactor the index mapping so we only store whats needed
acidvegas pushed to main at acidvegas/eris 2024-03-06 11:33:33 -08:00
90d6260b99 Updated massdns ingestion script with sentinal value checking and using the ip address as the document id
acidvegas pushed to main at acidvegas/eris 2024-03-06 11:16:19 -08:00
cba51ca2dd Added a note about NSEC3 hash cracking for zone file data
acidvegas pushed to main at acidvegas/eris 2024-03-06 11:12:38 -08:00
654e4a8667 Zone file ingestion script now uses the same sentinal value as masscans ingestion, set document id as the domain name to allow updating records if they exist
acidvegas pushed to main at acidvegas/eris 2024-03-06 10:26:54 -08:00
84f124b23d Masscan ingestion script updated to use ip:port as the document id to allow updating records that already exist. Added a sentinal value to trigger an EOF when using --watch with FIFO's
acidvegas opened issue supernets/hardfiles#5 2024-03-05 19:54:22 -08:00
Removal of Javascript, CDN, and remote imports
acidvegas pushed to main at acidvegas/eris 2024-03-05 19:29:39 -08:00
5a45be5c60 Updated cause I am OCD about spaces and formatting
acidvegas pushed to main at acidvegas/eris 2024-03-05 19:26:54 -08:00
598552d34f Introduction paragraph descriving the project overview added, updated roadmap
acidvegas pushed to main at acidvegas/eris 2024-03-05 19:19:24 -08:00
a4b89e6e5a Asyncronous refactorization pushed as main version 💯
acidvegas pushed to main at acidvegas/eris 2024-03-05 19:16:07 -08:00
ed547a27f4 Added a recursive JSON explorer to remove empty or nulled keys from a dictionary
acidvegas pushed to main at acidvegas/eris 2024-03-05 18:40:47 -08:00
4cf976aada Asyncronous refactorization of the codebase is complete, testing & metrics and then it will be production ready
acidvegas pushed to main at acidvegas/czds 2024-03-05 18:24:14 -08:00
3edd5fbcbc Added statistics generation script for zone file stats
acidvegas pushed to main at acidvegas/czds 2024-03-05 18:11:08 -08:00
542573a469 Updated both Python and POSIX version for minor improvements and code structure. Both files will now download a stats report from ICANN prior to downloading zones.
acidvegas pushed to main at acidvegas/eris 2024-03-05 13:47:34 -08:00
b6fb68ba3a Asyncronous developed mon ERIS is complete, need to refactor ingestion helpers before pushing this as the main version