projectdiscovery/simplehttpserver

[Dev] Basic auth improvements

ehsandeep opened this issue · 1 comments

Currently username and password flag is used to accept credentials for basic auth, instead of that basic-auth flag can be used to accept credentials in the following format.

-basic-auth user:password

Done with #11