AcSecurity
AcSecurity is a Python module designed to scan applications for common security vulnerabilities. It checks for hardcoded secrets, dependency vulnerabilities, and code quality issues.
Table of Contents
Installation
You can install AcSecurity using pip. Open your terminal and run:
pip install AcSecurity
Ensure you have Python 3.12.0 and pip installed on your machine.
Usage
After installing the module, you can use it to scan your application directory for vulnerabilities. Here’s how to do it:
-
Open your terminal or command prompt.
-
Run the scanner using the command below, replacing
/path/to/your/applicationwith the path to your application directory:acsecurity /path/to/your/application -
The scanner will output any vulnerabilities found in your application.
Example
acsecurity /home/user/my_project
Version View and Help View
acsecurity --version
acsecurity --help
Features
- Common Vulnerability Checks: Scans for hardcoded secrets such as passwords or API keys in your code.
- Dependency Vulnerability Checks: Uses
pip-auditto identify known vulnerabilities in your installed Python packages. - Code Quality Checks: Uses
pylintto identify code quality issues and ensure your code adheres to best practices. - Output: All findings are written to
issues.txtin the current directory. - Version: you can know use
--versionand view the version you have - Help you can know use
--helpand get Help and see what you can do.
Contributing
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new feature branch.
- Make your changes.
- Commit your changes with a clear message.
- Push your branch to your fork.
- Submit a pull request.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Founder/Owner
Austin Cabler
Python Package
Note
- Please Do not copy rewrite, or sell this without my permission
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file acsecurity-0.3.13.tar.gz.
File metadata
- Download URL: acsecurity-0.3.13.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4feca9a3011fffd31eea2295b014d5bf703de2f6abefaaa385ea110c872309e
|
|
| MD5 |
8adef469c3283661c8d72d2a5126d14b
|
|
| BLAKE2b-256 |
69ff5afc0087651ee3ea138d3040dbe2376708e0a65698bcde3aa53452f5b5bc
|
File details
Details for the file AcSecurity-0.3.13-py3-none-any.whl.
File metadata
- Download URL: AcSecurity-0.3.13-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a8d9f7d97ace4648b41229487a2f311560206d4cbdc7539237d0b1ef4cf6b7b
|
|
| MD5 |
b542c635584a646445260773679c9bc7
|
|
| BLAKE2b-256 |
b407fefb6ec510ab3dbb242505c1ac245e6759e643cd1b0f3c541f47d024165f
|