Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Note: stok token and exploit MUST use the same IP on the LAN, otherwise token is invalid! #97

Closed
Adorfer opened this issue Sep 23, 2021 · 1 comment

Comments

@Adorfer
Copy link

Adorfer commented Sep 23, 2021

perhaps it it's obvious to most people or i am the first who ran into this due to having too many VMs and RPIs on the desk, but for the chance of helping others stubborn like me:

the webbrowser for obtaining the stok (URL token) and the python script running the exploit have to use the same source IP for the DUT.
(off course you might use a squid proxy, a nginx as reverse, some nat-rule or any other method to have the same effect.)

i realized this fault (which cost me several hourse to find) by uncomming the to print-statements

#print (r1.text)
#print (r2.text)

which then gave me the error reply (afaik) "illegal token".

i would suggest to add this to the doc (or even on the input dialoge)

@acecilia
Copy link
Owner

Seems obvious to me, but I added it to the readme anyway. Thanks! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants