Socket
Socket
Sign inDemoInstall

spower

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    spower

Free searcher with python, no API keys are required


Maintainers
1

Readme

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

Stargazers repo roster for @mishakorzik/Spower Forkers repo roster for @mishakorzik/Spower

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc