Free searcher with python, no API keys are required
Project description
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
- Easy to use
- Fuctional search
- more results +75
- Fast result
- no API keys are required
- 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.qiq - Useful batch installer
2.Gmail-Hack - Easy email hacking
3.AdminHack - Hacking bad sites
4.Infect - Easy virus creation
5.Free-Proxy - Lots of free proxy servers
6.AllHackingTools - System for large hacking
7.Ultra-DDos - Hing ddos bad sites
Supporters
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
spower-0.2.8.tar.gz
(3.9 kB
view details)
File details
Details for the file spower-0.2.8.tar.gz
.
File metadata
- Download URL: spower-0.2.8.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4773907b1aed3818dd174137adcf77ab797fc212c79697753d355cea82d724c1 |
|
MD5 | 5593307a107a7c13c602c1e6106bb417 |
|
BLAKE2b-256 | 3152edd12999b15bc5203f8d897b6b1329337eb087a48208d394f1ec36580477 |