Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea committed Oct 11, 2024
1 parent c07f265 commit e72e36d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions lib/Spellbook/Android/notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
read the source code searching for insecure connections, like HTTP, WS, FTP, SMTP;
Search for private keys (criptography or simple secrets);
SECRET_KEY
LFI/ Private file access
Unprotected activities
Unprotected services
Intent redirection
Incorrect URL verification
Cross-app scripting
Deep link
- CSRF
- Open redirection
- XSS
- LFIs

AndroidManifest.xml
- resources.arsc/strings.xml
- res/xml/file_paths.xml

0 comments on commit e72e36d

Please sign in to comment.