auth via static link on dashboard
Closed this issue · 4 comments
ToeiRei commented
Would be nice to have something like an auth link so you could just log in using a bookmark as entering the password all the time slows down the process of analyzing things pretty significant
damianofalcioni commented
Hi,
does the browser password auto-filling feature not work?
ToeiRei commented
I am using the IP Biter in a semi automated environment. Links like https://bla?auth=somerandomstring are easier to implement
damianofalcioni commented
This is already possible passing the query parameter secret
:
/ipb.php?op=dashboard&secret=_your_password_here_
ToeiRei commented
thanks - exactly what I need