https://github.com/mrmtwoj/sqlmap_tamper_aes
https://github.com/mrmtwoj/sqlmap_tamper_aes
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrmtwoj/sqlmap_tamper_aes
- Owner: mrmtwoj
- Created: 2022-02-20T13:29:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-20T13:45:43.000Z (over 4 years ago)
- Last Synced: 2024-12-29T23:54:17.954Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SqlMap Tamper AES Encrypt
Track code in the database when the mobile application or application has AES request encryption.
Keep in mind my code is based on AES 128. Normal coding once base64
https://sqlmap.org/
## Install Pip For Python
``` bash
pip install Padding
pip install crypto
pip install cryptography
```
## How Find AES KEY and VI in Android
Use aes.js in Github my Project [aes_finder_method_two.js]
https://github.com/mrmtwoj/frida_list
## How Use sqlmap_tamper_aes
easy peasy 😎😎
## One
``` bash
sqlmap -r request.txt -p uid --tamper ~/Desktop/sqlmap_tamper_aes.py -- dbs
```
## Two
``` bash
sqlmap -u "http://example.com/index.php" -D "username,password" --tamper ~/Desktop/sqlmap_tamper_aes.py -- dbs
```
## Hint
If the file sqlmap_tamper_aes does not run, you can go to the following address and run the code
``` bash
cp sqlmap_tamper_aes.py /usr/share/sqlmap/tamper/
sqlmap -r request.txt -p uid --tamper sqlmap_tamper_aes -- dbs
```
## ❤🙌
You needed help again, send me a message
mr.mtwoj[at].gmail.com