Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Show me how it's done for step 1 complete
  • Loading branch information
sparky23172 authored Mar 23, 2024
1 parent e731401 commit d85dc86
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 d85dc86

Please sign in to comment.