https://github.com/wallacesilva/security77
A command-line tool and python package to make security simple. Command `s77`
https://github.com/wallacesilva/security77
hacktoberfest password python python3 s77 scan security testing wordlist-generator
Last synced: 6 months ago
JSON representation
A command-line tool and python package to make security simple. Command `s77`
- Host: GitHub
- URL: https://github.com/wallacesilva/security77
- Owner: wallacesilva
- License: mit
- Created: 2021-10-18T04:20:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-18T05:47:54.000Z (over 4 years ago)
- Last Synced: 2025-12-06T07:27:02.862Z (7 months ago)
- Topics: hacktoberfest, password, python, python3, s77, scan, security, testing, wordlist-generator
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: security77/__init__.py
Awesome Lists containing this project
README
# Security77
A command line tool and python package to make security simple. Command `s77`
# Features
- Generate password;
# ToDo/Ideas
- [ ] Generate Django Secret Key;
- [ ] Generate password;
- [ ] Validate password force;
- [ ] Generate Custom Wordlist with data from user (name, age, animal, family, religion, ...);
- [ ] Scan home directory to get passwords;
- [ ] Get WiFi password;
# Install
Requirements
- Python
## How to install?
```bash
pip install security77
```
# Usage
Some examples of usage.
### Generate Django Secret Key
```bash
s77 django-secret-key-gen
```
### Generate Password
```bash
s77 passgen --size=16 --charlist=[all|numbers|letters|numbers_letters|low_letters|up_letters|special_chars] --custom-charlist=abc123
```
# Tests
Run local tests (development).
```bash
make test
```
# License
MIT LICENSE (c) 2021 Wallace Silva