Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
工具/GitHubGitHub/elevenpaths/atomshields
静态分析漏洞扫描器代码分析DevSecOps秘密检测错误配置
GitHubelevenpaths/atomshields

AtomShields

仓库和源代码的安全测试框架

查看仓库
1048年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

AtomShields

|Build| |Codacy| |Docs| |Version|

.. |Docs| image:: https://readthedocs.org/projects/atomshields/badge/?version=latest :target: http://atomshields.readthedocs.io/en/latest/?badge=latest :alt: Read the Docs .. |Version| image:: http://img.shields.io/pypi/v/atomshields.svg?style=flat :target: https://pypi.python.org/pypi/atomshields/ :alt: Version .. |Build| image:: https://travis-ci.org/ElevenPaths/AtomShields.svg?branch=master :target: https://travis-ci.org/ElevenPaths/AtomShields :alt: Build .. |Codacy| image:: https://api.codacy.com/project/badge/Grade/46c76e50709e4079828d5fecafa60473 :target: https://www.codacy.com?utm_source=github.com&utm_medium=referral&utm_content=ElevenPaths/AtomShields&utm_campaign=Badge_Grade :alt: Codacy .. |Coverage| image:: https://api.codacy.com/project/badge/Coverage/46c76e50709e4079828d5fecafa60473 :target: https://www.codacy.com?utm_source=github.com&utm_medium=referral&utm_content=ElevenPaths/AtomShields&utm_campaign=Badge_Coverage :alt: Coverage

什么是AtomShields?

面向仓库和源代码的安全测试框架。

该系统具有不同的模块,用于检测不同的漏洞或可能暴露风险的文件,并且可以通过报告模块获取或发送所得结果。

对于开发者:还可以开发自己的漏洞检测(称为检查器)或报告模块。本工具为那些想要实现自己模块、发布它们并将其集成到官方ElevenPaths工具中的人提供了某些便利。


安装

.. code-block:: shell

pip install atomshields


基本用法

.. code-block:: python

import atomshields

atoms = atomshields.AtomShieldsScanner('./MyRepo/') atoms.project = "MyRepoName"

issues = atoms.run() # Executes all checkers and all reports


运行测试

.. code-block:: python

If you are in AtomShields directory

pip install -r requirements-dev.txt py.test tests/


生成文档

.. code-block:: shell

If you are in AtomShields directory

pip install -r requirements-dev.txt cd docs make html

下载工具