Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.8K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Searpy - Search Engine Tookit

http://1.bp.blogspot.com/-9vykt1okNjU/Yd2Zpgf3ZCI/AAAAAAAA8u4/CcEId0HECOUdJxMupVP-jvDkTUe5rfR1wCK4BGAYYCw/w640-h442/Searpy_5_banner-742047.png 1. Installgit clone https://github.com/j3ers3/Searpy
pip install -r requirement.txt

配置API及账号 ./config.py

python Searpy -h
2. Helpbaidu 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"> 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 P AGE 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
http://3.bp.blogspot.com/-hgqhBMwPveI/Yd2ZqLNL8KI/AAAAAAAA8vI/QCESpkK7XE0vUTA48tkcee5_9VANCDovwCK4BGAYYCw/s320/Searpy_6_16001347790190-743839.jpeg 2.2 其他功能利用favicon.icon图标hash来寻找使用相同图标的网站,可用于溯源真实IP和资产发现 python3 Searpy.py --shodan_icon https://www.qq.com
python3 Searpy.py --fofa_icon https://www.qq.com
http://2.bp.blogspot.com/-ZXSX8EWrTL8/Yd2ZqgGIp2I/AAAAAAAA8vY/vNX8dfXFYQgPb9q_6FjrhCJw-U4qUbafQCK4BGAYYCw/s320/Searpy_7-745963.png 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 6. ChangeLogv2.3* fix some bugs
* add fofa_icon module v2.2* fix some bugs 7. Donations* XMR: 498AoZRwfC11Fa4LwAyVVp3wRD4Zyf1e1HziegczeWeSYVVTZ8gw8CoNPm5yhY91tkDqDMBg6A5KUfyowMtdkQDrDxE5aVN* BTC: 1ALWC7rGL4dHgbyy4R8uTVHmDugPDD7Rvt8. Contact* Twitter Download Searpy

___________________________
@hacking_Attack
@Hacking_Video
My personal favourite top 20 hacking tools.

1. Nmap (Network Mapper)Continue reading on Medium »
Read more...
My personal favourite top 20 hacking tools.

1. Nmap (Network Mapper)Continue reading on Medium »
Read more...
4300$ Instagram IDOR Bug (2022)

Hello everyone! Today im going to explain how i found a 4300$ IDOR Bug on Instagram.Continue reading on Medium »
Read more...
4300$ Instagram IDOR Bug (2022)

Hello everyone! Today im going to explain how i found a 4300$ IDOR Bug on Instagram.Continue reading on Medium »
Read more...
Searpy - Search Engine Tookit

1. Install git clone https://github.com/j3ers3/Searpypip install -r requirement.txt配置API及账号 ./config.pypython Searpy -h 2. Help 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">Searpy Engine Tookitoptional arguments: -h, --help show this help message and exitENGINE: --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 EngineSCRIPT: --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.icoMISC: -s SEARCH Speciy Keyword -o OUTPUT Specify output file default output.txt -p P AGE Search page (default 1) -l LIMIT Maximum searching results (default:10) Only Shodan 2.1 示例 python3 Searpy.py --fofa -s "app=jboss" -p 1python3 Searpy.py --shodan -s "weblogic" -l 10 python3 Searpy.py --google -s "inurl:login.action" -p 1 2.2 其他功能 利用favicon.icon图标hash来寻找使用相同图标的网站,可用于溯源真实IP和资产发现 python3 Searpy.py --shodan_icon https://www.qq.compython3 Searpy.py --fofa_icon https://www.qq.com 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 6. ChangeLog v2.3 fix some bugs add fofa_icon module v2.2 fix some bugs 7. Donations XMR: 498AoZRwfC11Fa4LwAyVVp3wRD4Zyf1e1HziegczeWeSYVVTZ8gw8CoNPm5yhY91tkDqDMBg6A5KUfyowMtdkQDrDxE5aVN BTC: 1ALWC7rGL4dHgbyy4R8uTVHmDugPDD7Rvt 8. Contact Twitter Download Searpy
Read more...

___________________________
@hacking_Attack
@Hacking_Video
Dark Reading: Attacks/Breaches
Companies' Code Leaking More Passwords and Secrets

Software code pushed to online code repositories exposed twice as many secrets compared to last year, putting organizations' security at risk.
Dark Reading: Attacks/Breaches
Researchers Devise Attack for Stealing Data During Homomorphic Encryption

A vulnerability in a Microsoft crypto library gives attackers a way to figure out what data is being encrypted in lockpicker-like fashion.
Dark Reading: Attacks/Breaches
7 Ways to Secure Collaboration Tools in Your Organization

The push to embrace Slack, Teams, and Zoom at work comes with new security risks for organizations.
1. Install git clone https://github.com/j3ers3/Searpy
pip install -r requirement.txt

配置API及账号 ./config.py

python Searpy -h
2. Help baidu Engine --google Using google Engine --so Using 360so Engine --bing Using bing (https://www.kitploit.com/search/label/Bing) Engine --shodan Using shodan (https://www.kitploit.com/search/label/Shodan) Engine --fofa Using fofa (https://www.kitploit.com/search/label/Fofa) Engine --zoomeye Using zoomeye (https://www.kitploit.com/search/label/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">
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 P AGE 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

🥀 Search Engine Tookit,URL采集、Favicon哈希值查找真实IP、子域名查找 (10)">

__________________________
_
@hacking_Attack
@Hacking_Video