KO
|
EN
gitlite — search
Search
#python
#mcp
#llm
#rust
#automation
#ai
#cli
#react
#machine-learning
#typescript
#telegram
#golang
teye_scanner_for_book
★ 103
Open GitHub ↗
《白帽子讲Web扫描》书籍参考代码
Download README (.md)
Explore Similar Repositories
firebase-functions-typescript-starter
:
Create & test Firebase Cloud Functions in TypeScript
OnionArch
:
A .NET Core demo application which uses the Onion Architecture
nuxt-compress
:
A simple static asset compression module for Nuxt that runs Gzip and Brotli compression during the build process
changelog-generator
:
Generate a markdown changelog document from a GitHub milestone.
option
:
Rust like Option and Result types in Python
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
teye_scanner_for_book
?
Download (.md)
# 《白帽子讲Web扫描》书籍参考代码说明 ## 内容介绍 > 由于本书并不是按照代码逻辑来进行编写的,所以建议读者先将项目代码运行起来后,然后再对照书籍来进行学习;代码已作处理,只保留完整的扫描器核心功能,主要以学习和研究为目的,相信认真读完本书后是有能力自己来实现完整云扫描功能;如果您在学习中有遇到问题或不清楚的地方,可以就具体问题进行留言交流和探讨。 ## 购买链接:[京东](https://union-click.jd.com/jdc?e=&p=JF8BAOcJK1olXDYCV19VDUkQB19MRANLAjZbERscSkAJHTdNTwcKARlZAUEPVhcJRT9LT0VSBVJESw4PTRNJXGFOSxhBJVMOVF1cAE4VBGs4ciNJVQRbND0_Qxt1Rm0BWy9iKVRHElJROE4XAm4MEl0TXgUyV19eC00RAm4IH2slXQUyAjBdCUoWAm4NG14WbQQDVVtcDEkTBm04G1wXVAYKXVtdDUoQBl8PG1IlBVpaHAADC0oXAl84K1glbTYCZF1tSiVCUWlcElsUW1NRUwxYDxgfCzgLHltAXVNSAQtbWkpFUF8KGloRVDY) ## 部署安装 > git clone https://github.com/imiyoo2010/teye_scanner_for_book.git > pip install -r requirements.txt > python teye.py 成功运行如下:  ## 使用演示 一、扫描具体目标 > python teye.py -s "http://demo.testfire.net/"  二、查看扫描报告 > 扫描结束后,在teye_report中会自动生成简版的扫描报告供查看扫描结果,演示截图如下:   ## 联系方式 