Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
goelp14
GitHub Repository: goelp14/easyctf-iv-problems
Path: blob/master/digging_for_soup/solution.txt
671 views
1
For this second dig problem, you have to first find the subdomain record to see that `easyctf.nicebowlofsoup.com` exists.
2
3
`dig @cleo.ns.cloudflare.com nicebowlofsoup.com axfr`
4
5
Then you just do `dig -t TXT easyctf.nicebowlofsoup.com` to get the TXT record with the flag.
6
7