Loading repository data…
Loading repository data…
otakukazzee / repository
PySec Auditor is an open-source, Python-based tool designed to perform automated, fast, and informative web security audits. It was developed with the primary goal of helping developers, sysadmins, and pentesters examine the basic security configurations of modern websites.
PYSEC Auditor adalah framework profesional untuk security auditing, OSINT, vulnerability intelligence, reporting, dan workflow automation.
Dirancang untuk enterprise, penetration tester, red team operator, dan technical security engineers yang membutuhkan tool modern, modular, dan powerful.
config/keys.jsonKonfigurasi dalam:
en)id)es)ar)Dapat ditambah via src/language.py.
PySec-Auditor/
│── run.py
│── config/
│ ├── keys.json
│ └── admin.json
│── src/
│ ├── scanners/
│ ├── osint/
│ ├── utils/
│ ├── reports/
│ └── language.py
│── docs/
│── README.md
│── PLAYBOOK.md
│── SETUP.md
flowchart TD
A[User CLI] --> B[run.py]
B --> C[Language Engine]
B --> D[Module Loader]
B --> E[Admin Validator]
D --> F[OSINT Modules]
D --> G[Scanner Modules]
D --> H[Report Engine]
D --> I[Utils]
F --> J[API Providers]
G --> K[CVE Database]
H --> L[HTML Renderer]
E --> M[Admin Mode Features]
python3 run.py --help
python3 run.py --scan target.com
python3 run.py --osint domain.com
python3 run.py --export report.html
python3 run.py --lang en
Untuk menggunakan fitur premium:
python3 run.py --admin --key YOUR_ADMIN_KEY
Fitur admin:
Kontribusi diperbolehkan melalui:
MIT.