Spower
A python library for search data on shodan, google, duckduckgo
Install / Use
/learn @mishakorzik/SpowerREADME
<img width="99.9%" src="https://raw.githubusercontent.com/mishakorzik/Spower/main/export202209301252058087.png"/>
<p align="center">
<a href="https://github.com/mishakorzik/IpHack"><img title="Version" src="https://img.shields.io/badge/Build-done-darkgreen?style=for-the-badge&logo="></a>
<a href="https://github.com/mishakorzik/IpHack/blob/main/LICENSE"><img title="License" src="https://img.shields.io/badge/Apache-License 2.0-green?style=for-the-badge&logo=apache"></a>
<a href=""><img title="Python" src="https://img.shields.io/badge/Made in-Ukraine-green?style=for-the-badge&logo=None"></a>
<a href="https://github.com/mishakorzik"><img title="Report" src="https://img.shields.io/badge/Copyring-2022-lightgreen?style=for-the-badge&logo=github"></a>
<a href="https://github.com/mishakorzik"><img title="Autor" src="https://img.shields.io/badge/Author-mishakorzik-lightgreen?style=for-the-badge&logo=github"></a>
Installing
With pip
pip install spower
With manual
pip install googlesearcher
pip install shodan
pip install urllib3
wget --no-check-certificate "https://raw.githubusercontent.com/mishakorzik/Spower/main/install.sh"
bash install.sh
- [x] Easy to use
- [x] Fuctional search
- [x] more results +75
- [x] Fast result
- [x] no API keys are required
- [x] does not take up much memory
- [ ] Support Bing, Yandex search
Usage
easy search using this library
#Search with Google
>>> from spower import *
>>> search.google("mishakorzik")
['https://github.com/mishakorzik', 'https://github.com/mishakorzik/AllHackingTools', ...
>>>
#Search with DuckDuckGo
>>> from spower import *
>>> search.duckduckgo("mishakorzik")
'["https://github.com/mishakorzik/IpHack", "https://github.com/mishakorzik/virus.bat", ...
>>>
#Search with Shodan
>>> from spower import *
>>> search.shodan("github")
[+] IP : 192.30.25*.***
[+] Port : 80
[+] Org : GitHub, Inc.
[+] Country : United States
[+] longitude : -77.0****
[+] latitude : 38.8****
[+] City : Washington
[+] Layer : tcp
[+] Domains : ['github.com']
[+] Hostnames : ['lb-192-30-25*-***-iad.github.com']
>>>
I recommend watching
1.<a href="https://github.com/mishakorzik/qiq">qiq - Useful batch installer</a>
2.<a href="https://github.com/mishakorzik/Gmail-Hack">Gmail-Hack - Easy email hacking</a>
3.<a href="https://github.com/mishakorzik/AdminHack">AdminHack - Hacking bad sites</a>
4.<a href="https://github.com/mishakorzik/Infect">Infect - Easy virus creation</a>
5.<a href="https://github.com/mishakorzik/Free-Proxy">Free-Proxy - Lots of free proxy servers</a>
6.<a href="https://github.com/mishakorzik/AllHackingTools">AllHackingTools - System for large hacking</a>
7.<a href="https://github.com/mishakorzik/Ultra-DDos">Ultra-DDos - Hing ddos bad sites</a>
