For the complete documentation index, see llms.txt. This page is also available as Markdown.

Pcap analysis

Wordpress Login

This will search for the wp-login url in the file and pull out the pwd in the url if it is sent over HTTP rather than HTTPS

strings file.pcapng | grep wp-admin | grep pwd

Last updated