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
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: you can know use
--version
and view the version you have - Help you can know use
--help
and 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
Austin Cabler
Contact: austin_cabler@icloud.com
About the Founder
I am the Founder of AcSecurity, what I do for AcSecurity is create the Project I have edited, Created and Made AcSecurity has the only developer/person on the team I created AcSecurity to make Securtiy easy for people has Snyk is hard to use but has a developer and Founder I will try to always make AcSecurity easy for people.
Acknowledgments
If you would like to help in this project please contact me and let me know has a solo developer I would love to get help from people thats into 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-0.4.14.tar.gz
.
File metadata
- Download URL: acsecurity-0.4.14.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d627fcdd565a9bd2e8419513e902908d93efaa3b3eb2fe3d70c957891b664fc7 |
|
MD5 | b30018fb5f3eb35c885585dbecf15372 |
|
BLAKE2b-256 | b41804ca8fc6b3af63b64d247159ee97b6e64e90a44ba5e1190c3a6d39f07542 |
File details
Details for the file AcSecurity-0.4.14-py3-none-any.whl
.
File metadata
- Download URL: AcSecurity-0.4.14-py3-none-any.whl
- Upload date:
- Size: 4.7 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 | c074d526e19855e76789825ac02dfd238ef6612b7e1aadc71af5e05f098d47b8 |
|
MD5 | c83ba2b650c00defa8c1de6e00ea9ef3 |
|
BLAKE2b-256 | 1bb6987d1b4c0c223d23c9f065d823ee275df72b7f7b1f604f08de2615cae7cb |