A security scanner for applications.
Project description
🔒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/application
with 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
You can check the version and access help information using the following commands:
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-audit
to identify known vulnerabilities in your installed Python packages. - Code Quality Checks: Uses
pylint
to identify code quality issues and ensure your code adheres to best practices. - Output: All findings are written to
issues.txt
in the current directory. - Version Info: Use
--version
to view the version you have. - Help Info: Use
--help
to get assistance 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
Austin Cabler
GitHub Profile
Contact: austin_cabler@icloud.com
🧑💻About the Founder
I am the founder of AcSecurity. As the sole developer on this project, I created AcSecurity to simplify security for users, as tools like Snyk can be challenging to use. I will always strive to make AcSecurity user-friendly.
🗒️Acknowledgments
If you would like to contribute to this project, please contact me. As a solo developer, I would love to receive help from individuals interested in my project.
🐍Python Package
⚖️Note
Please do not copy, rewrite, or sell this without my permission.
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file acsecurity-1.1.2.tar.gz
.
File metadata
- Download URL: acsecurity-1.1.2.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0a7440b14eada5a93da42a6df1eab55ad950f4aa3fa515ef3e1e9ef4eb4524b |
|
MD5 | dc2194758045d8b81f3bf23e35f9cc5c |
|
BLAKE2b-256 | a132c3e65029f5fc262e09fafd76cc721bfce94bedea796d823e54ad19d051e6 |
File details
Details for the file AcSecurity-1.1.2-py3-none-any.whl
.
File metadata
- Download URL: AcSecurity-1.1.2-py3-none-any.whl
- Upload date:
- Size: 5.5 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 | b24540d8ad879471b4f9c7e0340d8271e69f6519051022ece14d5468e281c916 |
|
MD5 | b73e94e498ad1a87c1d69b7b58bc3e3b |
|
BLAKE2b-256 | 2fb4c57abbf30485a3bdc5b6c993c29a657004ac89ebc9143b253378bbbd92cd |