damianofalcioni/IP-Biter

auth via static link on dashboard

Closed this issue · 4 comments

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

Hi,
does the browser password auto-filling feature not work?

I am using the IP Biter in a semi automated environment. Links like https://bla?auth=somerandomstring are easier to implement

This is already possible passing the query parameter secret:

/ipb.php?op=dashboard&secret=_your_password_here_

thanks - exactly what I need