postmodern · @postmodern
997 followers · 829 posts · Server ruby.social

Released spidr 0.7.0. Added a `Spidr.domain` method for spidering the domains and any sub-domains.
github.com/postmodern/spidr/bl
github.com/postmodern/spidr

#ruby #webspider #webcrawler #spidering

Last updated 2 years ago

· @postmodern
541 followers · 354 posts · Server infosec.exchange

Coming up with the options for a web spider command and which options are mutually exclusive, is really difficult. Like obviously such a common should print the URLs by default. However, what if the user also wants to scrape HTML nodes out of each webpage using an XPath? Should you print the URLs and the matched content, or disable printing of URLs if --xpath is specified, or have a separate option called like --no-print-urls to explicitly disable printing the URLs if you only want to pipe the matched HTML into some other util.

#webspidering #webspider #spidering #cli #recon

Last updated 2 years ago

· @postmodern
330 followers · 199 posts · Server infosec.exchange

What would be some good infosec/bughunter web spidering enumeration functions? So far I have hooks for enumerating every cert, favicon, hostname, JavaScript source, and JS strings. Trying to think of more.

#infosec #bugbounty #spidering #recon

Last updated 2 years ago