Typo in DNS Zone Transfer
jonathanbheadley opened this issue · 3 comments
When trying to do a Zone Transfer (Main Table > DNS (8) > Zone Transfer (3)) one of the commands has a typo:
dig axfr @10.0.0.4 && dix axfr @10.0.0.4 yee.wtf && fierce -dns yee.wtf
dix
Also, -dns yee.wtf is in an invalid argument for fierce
This seemed to work for me, but not sure it is what you intended:
dig axfr @10.0.0.4 && dig axfr @10.0.0.4 yee.wtf && fierce --dns-servers 10.0.0.4 --domain yee.wtf
Thank you for the insight! I remedied both of the typos (bad syntaxes) in the HackTricks database, and they should be populated into the TireFire Database by Monday mid-morning.
My PR to HackTricks (where TireFire populates it's database) has not been reviewed/accepted yet. I expect that it will be accepted in the next week. TireFire parses HackTricks weekly to updated it's database on Monday mornings, so I expect that this typo will be fixed by then.
Database Update. Closing Ticket.