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

Giving credit where credit is due #2

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ For experimental use only, don t be a dick


more info about kiosk evasion here https://www.trustedsec.com/blog/kioskpos-breakout-keys-in-windows/ <br>
Big Thanks to <b>@FalsePhilosopher https://github.com/FalsePhilosopher</b> for showing me the trustedsec blog post and steps to build this script an reviewing it.
Big Thanks to <b>@Yvan https://github.com/lepeli</b> for the very helpfull debug!
<h2>!!! replace ALTSTRING by STRING if you face encoding issue !!!</h2>
join us on flipper zero discord https://discord.gg/dYyPMytf
Expand Down
1 change: 1 addition & 0 deletions kiosk-evasion-payload.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ REM Stop this script when evasion is succeed
REM and run your true payload
REM optimised for Flipper Zero
REM Auth: @nocomp
REM Props: @FalsePhilosopher for showing me the trustedsec blog post this was built from
DELAY 2000
ALT F4
DELAY 700
Expand Down