All Projects → j3ers3 → Searpy

j3ers3 / Searpy

Licence: other
🥀 Search Engine Tookit,URL采集、Favicon哈希值查找真实IP、子域名查找

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Searpy

Gosint
OSINT Swiss Army Knife
Stars: ✭ 401 (+285.58%)
Mutual labels:  shodan, pentest
CamHell
Ingenic T10 IP camera crawler
Stars: ✭ 53 (-49.04%)
Mutual labels:  shodan, zoomeye
Penta
Open source all-in-one CLI tool to semi-automate pentesting.
Stars: ✭ 130 (+25%)
Mutual labels:  shodan, pentest
Cloudbunny
CloudBunny is a tool to capture the real IP of the server that uses a WAF as a proxy or protection. In this tool we used three search engines to search domain information: Shodan, Censys and Zoomeye.
Stars: ✭ 273 (+162.5%)
Mutual labels:  shodan, pentest
Reconspider
🔎 Most Advanced Open Source Intelligence (OSINT) Framework for scanning IP Address, Emails, Websites, Organizations.
Stars: ✭ 621 (+497.12%)
Mutual labels:  shodan, pentest
Shodan Dorks
Dorks for shodan.io. Some basic shodan dorks collected from publicly available data.
Stars: ✭ 118 (+13.46%)
Mutual labels:  shodan, pentest
HaBoNet
shodan
Stars: ✭ 19 (-81.73%)
Mutual labels:  shodan, zoomeye
hack-scripts
scripts to setup pentesting system and use during pentest
Stars: ✭ 16 (-84.62%)
Mutual labels:  pentest
kali-live-build
Kali Live Build Scripts
Stars: ✭ 25 (-75.96%)
Mutual labels:  pentest
jshodan
Powerful Shodan API client using RxJava and Retrofit
Stars: ✭ 56 (-46.15%)
Mutual labels:  shodan
Bifrost
Bifrost C2. Open-source post-exploitation using Discord API
Stars: ✭ 37 (-64.42%)
Mutual labels:  pentest
Pentest-Bookmarkz
A collection of useful links for Pentesters
Stars: ✭ 118 (+13.46%)
Mutual labels:  pentest
Vendor-Threat-Triage-Lookup
Lookup file hashes, domain names and IP addresses using various vendors to assist with triaging potential threats.
Stars: ✭ 17 (-83.65%)
Mutual labels:  shodan
FShell
My python3 implementation of a Forward Shell
Stars: ✭ 24 (-76.92%)
Mutual labels:  pentest
awesome-pentest-tools
List of Security Archives Tools and software, generally for facilitate security & penetration research. Opening it up to everyone will facilitate a knowledge transfer. Hopefully the initial set will grow and expand.
Stars: ✭ 34 (-67.31%)
Mutual labels:  pentest
fofa viewer
一个简单实用的FOFA客户端 By flashine
Stars: ✭ 815 (+683.65%)
Mutual labels:  fofa
Phirautee
A proof of concept crypto virus to spread user awareness about attacks and implications of ransomwares. Phirautee is written purely using PowerShell and does not require any third-party libraries. This tool steals the information, holds an organisation’s data to hostage for payments or permanently encrypts/deletes the organisation data.
Stars: ✭ 96 (-7.69%)
Mutual labels:  pentest
ShoScan
Shodan Port Scanner
Stars: ✭ 38 (-63.46%)
Mutual labels:  shodan
log4j-detector
Log4J scanner that detects vulnerable Log4J versions (CVE-2021-44228, CVE-2021-45046, etc) on your file-system within any application. It is able to even find Log4J instances that are hidden several layers deep. Works on Linux, Windows, and Mac, and everywhere else Java runs, too!
Stars: ✭ 622 (+498.08%)
Mutual labels:  pentest
spellbook
Framework for rapid development and reusable of security tools
Stars: ✭ 67 (-35.58%)
Mutual labels:  pentest

🥀 Searpy Stage Python 2.7 Python 3.7 Build Status

🔧 批量搜索工具,可用于采集和溯源

支持py2和py3

banner

1. Install

git clone https://github.com/j3ers3/Searpy
pip install -r requirement.txt

配置API及账号 ./config.py

python Searpy -h

2. Help

Searpy Engine Tookit

optional arguments:
  -h, --help            show this help message and exit

ENGINE:
  --baidu               Using baidu Engine
  --google              Using google Engine
  --so                  Using 360so Engine
  --bing                Using bing Engine
  --shodan              Using shodan Engine
  --fofa                Using fofa Engine
  --zoomeye             Using zoomeye Engine
  --goo                 Using goo Engine
  --yahoo               Using yahoo Engine

SCRIPT:
  --shodan_icon SHODAN_ICON
                        Get ip list which using the same favicon.ico
  --fofa_icon FOFA_ICON
                        Get ip list which using the same favicon.ico

MISC:
  -s SEARCH             Speciy Keyword
  -o OUTPUT             Specify output file default output.txt
  -p PAGE               Search page (default 1)
  -l LIMIT              Maximum searching results (default:10) Only Shodan

2.1 示例

python3 Searpy.py --fofa -s "app=jboss" -p 1

python3 Searpy.py --shodan -s "weblogic" -l 10 

python3 Searpy.py --google -s "inurl:login.action" -p 1

-w762

2.2 其他功能

利用favicon.icon图标hash来寻找使用相同图标的网站,可用于溯源真实IP和资产发现

python3 Searpy.py --shodan_icon https://www.qq.com
python3 Searpy.py --fofa_icon https://www.qq.com

截屏2020-09-15 09.44.36

3. 模块调用

>>> from Searpy import Bing
>>> s = Bing('inurl:php?id=1', 2)
>>> s.search()
>>> for i in s.result:
>>>     print(i)

4. 支持搜索引擎

  • Shodan
  • Fofa
  • Zoomeye
  • Censys
  • Dnsdb
  • Google
  • Baidu
  • Bing
  • 360so
  • Goo
  • Yahoo

5. ToDo

  • 添加子域名搜索

6. ChangeLog

v2.3

  • fix some bugs
  • add fofa_icon module

v2.2

  • fix some bugs

7. Donations

  • XMR: 498AoZRwfC11Fa4LwAyVVp3wRD4Zyf1e1HziegczeWeSYVVTZ8gw8CoNPm5yhY91tkDqDMBg6A5KUfyowMtdkQDrDxE5aVN
  • BTC: 1ALWC7rGL4dHgbyy4R8uTVHmDugPDD7Rvt

8. Contact

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].