Skip to content

Commit

Permalink
Merge pull request #5 from sparky23172/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
t0thkr1s committed Mar 23, 2024
2 parents e731401 + d85dc86 commit cbbe7a8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ Simple information disclosure vulnerability. Use the `logcat` command-line tool
<details>
<summary>Show me how it's done!</summary>
<br>
# TODO
adb shell 'pidof infosecadventures.allsafe'
<br>
Take output and substutue for <pid>
<br>
adb shell 'logcat --pid <pid> | grep secret'
<br><br>
</details>

Expand Down

0 comments on commit cbbe7a8

Please sign in to comment.