-
Photostudio-红队快速爬取网页快照工具
一、简介:
正如其名:这是一款能进行自动化检测,实时给网页拍照的工具
信息收集要求所收集到的信息要真实可靠。
当然,这个原则是信息收集工作的最基本的要求。为达到这样的要求,信息收集者就必须对收集到的信息反复核实,不断检验,力求把误差减少到最低限度。我们经常面临条件下不同的网络、资产、框架、进行信息收集 每次我们都面临不得不解决的新挑战,而收集资产状态是最繁琐的一种,工具和脚本来让我们的工作变得更加轻松,由于每个人都有每个人收集的方式和方法,但愿我们这款工具可以帮助您更轻快的完成工作。
Photostudio是一款能进行自动化检测网页存活并实时给网页拍照的工具,通过调用Fofa/Zoomeye/360qua/shodan等 Api快速准确查询资产并进行网页截图,从而实施进一步的信息筛查。
适应场景:内外网资产梳理快照
功能点
-
批量调用Fofa/Zoomeye/360qua/shodan等Api接口获取资产信息
-
自动化检测url存活,拍照截图
开发语言
- Python3
运行环境
- Linux
- Windows
- Mac
使用依赖库
- requests
- selenium==2.48.0
- colorama
- xlrd
安装
git clone https://github.com/s7ckTeam/Photostudio
cd Photostudio
pip3 install -r requirements.txt
二、使用方法:
Usage: python3 Photostudio.py --fofa title="admin" Usage: python3 Photostudio.py -f api.txt Usage: python3 Photostudio.py --fofa/-f title="admin"/api.txt -o imgs Usage: python3 Photostudio.py --fofa/-f title="admin"/api.txt -t png usage: Photostudio.py [-h] [-fofa QUERY] [-f FILE] [-o OUTPATH] [-t FILETYPE] optional arguments: -h, --help show this help message and exit -fofa QUERY, --fofa QUERY Input your api query. -f FILE, --file FILE Input your api.txt. -o OUTPATH, --outPath OUTPATH Input your outPath. -t FILETYPE, --fileType FILETYPE Input your fileType png/jpg...
相关配置更改
-
API设置
在
config/config.py
中fofaApi
设置,输入对应的email
与key
即可
三、效果:
1、python3 Photostudio.py --fofa title="admin"
2、保存路径
四、特别感谢
冰海
狗一样的男人
s7ck Team
五、文末
红队武器库,我们在一线
问题/bug/建议在这里
https://github.com/s7ckTeam/Photostudio/issues
加微信进交流群
商务/投稿/加入团队:[email protected]
-
Photostudio是一款能进行自动化检测网页存活并实时给网页拍照的工具,通过调用Fofa/Zoomeye/360qua/shodan等 Api快速准确查询资产并进行网页截图,从而实施进一步的信息筛查。
Overview
Minimal example of getting Django + PyTest running on GitHub Actions
Minimal Django + Pytest + GitHub Actions example This minimal example shows you how you can runs pytest on your Django app on every commit using GitHu
A pytest plugin to run an ansible collection's unit tests with pytest.
pytest-ansible-units An experimental pytest plugin to run an ansible collection's unit tests with pytest. Description pytest-ansible-units is a pytest
A feature flipper for Django
README Django Waffle is (yet another) feature flipper for Django. You can define the conditions for which a flag should be active, and use it in a num
✅ Python web automation and testing. 🚀 Fast, easy, reliable. 💠
Build fast, reliable, end-to-end tests. SeleniumBase is a Python framework for web automation, end-to-end testing, and more. Tests are run with "pytes
pytest_pyramid provides basic fixtures for testing pyramid applications with pytest test suite
pytest_pyramid pytest_pyramid provides basic fixtures for testing pyramid applications with pytest test suite. By default, pytest_pyramid will create
Ab testing - basically a statistical test in which two or more variants
Ab testing - basically a statistical test in which two or more variants
PyAutoEasy is a extension / wrapper around the famous PyAutoGUI, a cross-platform GUI automation tool to replace your boooring repetitive tasks.
PyAutoEasy PyAutoEasy is a extension / wrapper around the famous PyAutoGUI, a cross-platform GUI automation tool to replace your boooring repetitive t
Enabling easy statistical significance testing for deep neural networks.
deep-significance: Easy and Better Significance Testing for Deep Neural Networks Contents ⁉️ Why 📥 Installation 🔖 Examples Intermezzo: Almost Stocha
Django test runner using nose
django-nose django-nose provides all the goodness of nose in your Django tests, like: Testing just your apps by default, not all the standard ones tha
Penetration testing
Penetration testing
Instagram unfollowing bot. If this script is executed that specific accounts following will be reduced
Instagram-Unfollower-Bot Instagram unfollowing bot. If this script is executed that specific accounts following will be reduced.
bulk upload files to libgen.lc (Selenium script)
LibgenBulkUpload bulk upload files to http://libgen.lc/librarian.php (Selenium script) Usage ./upload.py to_upload uploaded rejects So title and autho
A library to make concurrent selenium tests that automatically download and setup webdrivers
AutoParaSelenium A library to make parallel selenium tests that automatically download and setup webdrivers Usage Installation pip install autoparasel
Show coverage stats online via coveralls.io
Coveralls for Python Test Status: Version Info: Compatibility: Misc: coveralls.io is a service for publishing your coverage stats online. This package
Simple frontend TypeScript testing utility
TSFTest Simple frontend TypeScript testing utility. Installation Install webpack in your project directory: npm install --save-dev webpack webpack-cli
Run ISP speed tests and save results
SpeedMon Automatically run periodic internet speed tests and save results to a variety of storage backends. Supported Backends InfluxDB v1 InfluxDB v2
The async ready version of the AniManga library created by centipede000.
Async-Animanga An Async/Aiohttp compatible library. Async-Animanga is an async ready web scraping library that returns Manga information from animepla
GitHub action for AppSweep Mobile Application Security Testing
GitHub action for AppSweep can be used to continuously integrate app scanning using AppSweep into your Android app build process
A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.
PyAutoGUI PyAutoGUI is a cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard. pip inst
Hypothesis is a powerful, flexible, and easy to use library for property-based testing.
Hypothesis Hypothesis is a family of testing libraries which let you write tests parametrized by a source of examples. A Hypothesis implementation the