-
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
Python program that uses pynput to simulate key presses. Probably only works on Windows.
AutoKey Python program that uses pynput to simulate key presses. Probably only works on Windows. Can be used for pretty much whatever you want except
A pytest plugin to skip `@pytest.mark.slow` tests by default.
pytest-skip-slow A pytest plugin to skip @pytest.mark.slow tests by default. Include the slow tests with --slow. Installation $ pip install pytest-ski
A modern API testing tool for web applications built with Open API and GraphQL specifications.
Schemathesis Schemathesis is a modern API testing tool for web applications built with Open API and GraphQL specifications. It reads the application s
Airspeed Velocity: A simple Python benchmarking tool with web-based reporting
airspeed velocity airspeed velocity (asv) is a tool for benchmarking Python packages over their lifetime. It is primarily designed to benchmark a sing
automate the procedure of 403 response code bypass
403bypasser automate the procedure of 403 response code bypass Description i notice a lot of #bugbountytips describe how to bypass 403 response code s
Fills out the container extension form automatically. (Specific to IIT Ropar)
automated_container_extension Fills out the container extension form automatically. (Specific to IIT Ropar) Download the chrome driver from the websit
The source code and slide for my talk about the subject: unittesing in python
PyTest Talk This talk give you some ideals about the purpose of unittest? how to write good unittest? how to use pytest framework? and show you the ba
A Modular Penetration Testing Framework
fsociety A Modular Penetration Testing Framework Install pip install fsociety Update pip install --upgrade fsociety Usage usage: fsociety [-h] [-i] [-
Set your Dynaconf environment to testing when running pytest
pytest-dynaconf Set your Dynaconf environment to testing when running pytest. Installation You can install "pytest-dynaconf" via pip from PyPI: $ pip
A Library for Working with Sauce Labs
Robotframework - Sauce Labs Plugin This is a plugin for the SeleniumLibrary to help with using Sauce Labs. This library is a plugin extension of the S
hCaptcha solver and bypasser for Python Selenium. Simple website to try to solve hCaptcha.
hCaptcha solver for Python Selenium. Many thanks to engageub for his hCaptcha solver userscript. This script is solely intended for the use of educati
A testing system for catching visual regressions in Web applications.
Huxley Watches you browse, takes screenshots, tells you when they change Huxley is a test-like system for catching visual regressions in Web applicati
Code for "SUGAR: Subgraph Neural Network with Reinforcement Pooling and Self-Supervised Mutual Information Mechanism"
SUGAR Code for "SUGAR: Subgraph Neural Network with Reinforcement Pooling and Self-Supervised Mutual Information Mechanism" Overview train.py: the cor
Android automation project with pytest+appium
Android automation project with pytest+appium
Test scripts etc. for experimental rollup testing
rollup node experiments Test scripts etc. for experimental rollup testing. untested, work in progress python -m venv venv source venv/bin/activate #
Tutorial for integrating Oxylabs' Residential Proxies with Selenium
Oxylabs’ Residential Proxies integration with Selenium Requirements For the integration to work, you'll need to install Selenium on your system. You c
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
Pytest-typechecker - Pytest plugin to test how type checkers respond to code
pytest-typechecker this is a plugin for pytest that allows you to create tests t
Scalable user load testing tool written in Python
Locust Locust is an easy to use, scriptable and scalable performance testing tool. You define the behaviour of your users in regular Python code, inst
Hamcrest matchers for Python
PyHamcrest Introduction PyHamcrest is a framework for writing matcher objects, allowing you to declaratively define "match" rules. There are a number