RootMoksha Labs (@rootmoksha) 's Twitter Profile
RootMoksha Labs

@rootmoksha

Cybersecurity focussed Bitcoin venture studio

ID: 1721857998941761536

calendar_today07-11-2023 11:51:59

1,1K Tweet

7,7K Followers

1 Following

RootMoksha Labs (@rootmoksha) 's Twitter Profile Photo

Subdomain Enumeration Using Web Archive This Bash function extracts subdomains from Web Archive results! Add it to your ~/.bashrc: function wayback() { curl -sk "web.archive.org/cdx/search/cdx…" | awk -F/ '{gsub(/:.*/, "", $3); print $3}' | sort -u } By: Spix0r #BugBountyTips