From 16a829c4a30d9f8d851b020118e63a78257c4574 Mon Sep 17 00:00:00 2001 From: Brandon Anzaldi Date: Mon, 6 Jul 2015 23:57:35 -0700 Subject: [PATCH] :notebook: Improving documentation on switches for args --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e4d85e..302ce4a 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ This python application quickly fingerprints WordPress installations, and attemp ## Arguments -So far, this only supports a single switch. - `-t, --target` - WordPress installation to attempt and fingerprint. Can be used multiple times in a single execution to iterate through the sites. +`-u, --user-agent` - Sets a custom user agent to be used in the requests. +`-v, --verbose` - Will spit out error details. More to come on this in the future. ## Building