jonluca / Anubis-DB

Database to store previously found subdomains
56 stars 11 forks source link

Clean the AnubisDB database #51

Closed shelld3v closed 2 years ago

shelld3v commented 2 years ago

I have submitted 2 PRs: https://github.com/jonluca/Anubis-DB/pull/50 and https://github.com/jonluca/Anubis-DB/pull/48. Those PRs perform validation against subdomains received and so no more saving garbage in the future. But, since Anubis has been running for a while, dirty results in past still exist in the database, for example: https://jonlu.ca/anubis/subdomains/ui.com I believe we need to clean up all results in the db.

Thank you for running such a great resource

shelld3v commented 2 years ago

@jonluca Can you delete data at https://jonlu.ca/anubis/subdomains/ui.com?

jonluca commented 2 years ago

Good idea. I've pushed up some cleaner code - I originally wrote this when I was in college, and it definitely isn't production grade code.

I'll look into cleaning up the database as well.

jonluca commented 2 years ago

Done with code changes