https://github.com/jjf012/passivescanner
a passive scanner based on Mitmproxy and Arachni
https://github.com/jjf012/passivescanner
arachni mitmproxy scanner
Last synced: 9 days ago
JSON representation
a passive scanner based on Mitmproxy and Arachni
- Host: GitHub
- URL: https://github.com/jjf012/passivescanner
- Owner: jjf012
- License: gpl-3.0
- Created: 2017-08-15T13:53:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-17T16:01:10.000Z (over 8 years ago)
- Last Synced: 2024-10-26T11:33:41.182Z (over 1 year ago)
- Topics: arachni, mitmproxy, scanner
- Language: Python
- Homepage:
- Size: 138 KB
- Stars: 112
- Watchers: 7
- Forks: 27
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **96**星
README
## ����
����һ������Mitmproxy��Arachni�ı���ʽɨ������
* arachni
* celery
* mitmproxy

����Ϊ���ܹ���`celery`������windows���棬��ѡ��İ汾��3.1.25��
redis��Ϊcelery��broker�������������롣
ͨ��`celery -A scan worker --loglevel=info`����worker��
`proxy.py`��Ĭ�϶˿���8080��

**����**
ʹ��[PreparedStatement](https://github.com/ring04h/fpymysql/commit/fd2084b8601a670cb4ca75d78da46a6ec433cf4b)
�����
* [����Arachni�����ں�ɨ��ƽ̨](http://bobao.360.cn/learning/detail/3533.html)
* [wyproxy](https://github.com/ring04h/wyproxy)
* [Arachni](https://github.com/Arachni/arachni/wiki/REST-API)
* [arachni-python-client](https://github.com/yukito/arachni-python-client)
## English
This is a passive scanner based on Mitmproxy and Arachni.
* Arachni
* Celery
* Mitmproxy
Which in order to be able to `celery` run on windows, I chose the version is 3.1.25.
Redis as celery broker and set the password.
Start worker with `celery -A scan worker - loglevel = info`.
The default port for `proxy.py` is 8080.
**update**
use Mysql [PreparedStatement](https://github.com/ring04h/fpymysql/commit/fd2084b8601a670cb4ca75d78da46a6ec433cf4b)
Reference link
* [Based on Arachni build black box scanning platform](http://bobao.360.cn/learning/detail/3533.html)
* [Wyproxy](https://github.com/ring04h/wyproxy)
* [Arachni](https://github.com/Arachni/arachni/wiki/REST-API)
* [arachni-python-client](https://github.com/yukito/arachni-python-client)