rivsec / passtry

A library for password spraying
https://riversecurity.eu/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Test for mixing protocols #2

Closed tasooshi closed 2 years ago

tasooshi commented 2 years ago

Since we're trying to make the input as flexible as possible: it should be possible to mix protocols within one invocation, e.g.:

{ssh,smtp,pop3,http}://user:password@example.com

Depends on #15 & #16