-
Notifications
You must be signed in to change notification settings - Fork 11
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
Update generator code and README #3
base: master
Are you sure you want to change the base?
Conversation
Included instruction for Android versions before Android 8.
#!/bin/env python3 | ||
# | ||
# This code is based on article | ||
# https://huggable.tech/blog/extracting-fortitoken-mobile-totp-secret |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this article does not exist (anymore?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yesterday it was in google cache and now it's gone.
Here is the link to web.archive.org:
https://web.archive.org/web/20221022175145/https://huggable.tech/blog/extracting-fortitoken-mobile-totp-secret
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should I place link to web.archive.org instead then?
``` | ||
# grep com.fortinet /data/system/users/0/settings_ssaid.xml | ||
``` | ||
|
||
Output should look like this: | ||
```xml | ||
<setting id="32" name="10309" value="12dddfc4a3b45678" package="com.fortinet.android.ftm" defaultValue="12dddfc4a3b45678" defaultSysSet="false" tag="null" /> | ||
<setting id="32" name="10309" value="eefd7d4837294e94" package="com.fortinet.android.ftm" defaultValue="eefd7d4837294e94" defaultSysSet="false" tag="null" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was a bogus value, i hope you didn't replace it (and the other two) with your actual ones
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They are fake values from the article.
Add qr-code generation
tested with Android 7 and FTM 5.0.3.0040