https://github.com/daedalus/gsmpinrecovery
Smart Card pin recovery
https://github.com/daedalus/gsmpinrecovery
brute-force pin smartcard
Last synced: over 1 year ago
JSON representation
Smart Card pin recovery
- Host: GitHub
- URL: https://github.com/daedalus/gsmpinrecovery
- Owner: daedalus
- Created: 2021-05-04T03:31:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-27T20:59:52.000Z (over 2 years ago)
- Last Synced: 2023-11-27T21:46:13.054Z (over 2 years ago)
- Topics: brute-force, pin, smartcard
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GSMpinRecovery
GSM pin recovery
__WARNING__: _This tool may block your GSM SIM card and if you dont have your PUK annotated you will not be able to unblock it._
```
usage: GSMpinRecovery.py [-h] [--startpin STARTPIN] [--lenght LENGHT] [--wait WAIT] [--reset RESET] [--rcpt RCPT] [--sender SENDER] [--verbose]
GSM Pin recovery tool
optional arguments:
-h, --help show this help message and exit
--startpin STARTPIN Pin to be cracked.
--lenght LENGHT Lenght of the Pin to be cracked.
--wait WAIT Wait in seconds
--reset RESET Reset the chip after n tries
--rcpt RCPT Recipient of email
--sender SENDER Sender of the email
--verbose Verbose output
```
Conect your card reader and insert a gsm sim card then fire it:
```
python3 GSMpinRecovery.py --startpin 0 --lenght 7
```
Optionaly we can set a recipient email and a sender for notification on successful recovery:
```
python3 GSMpinRecovery.py --startpin 439990 --lenght 8 --rcpt notifyme@example.com --sender noreply@example.com
```