Giter Site home page Giter Site logo

entysec / camover Goto Github PK

View Code? Open in Web Editor NEW
434.0 10.0 91.0 96 KB

CamOver is a camera exploitation tool that allows to disclosure network camera admin password.

Home Page: https://entysec.com

License: MIT License

Python 100.00%
exploit camera camera-hacking iot iot-hacking entysec camera-exploitation camera-control webcam-hacking

camover's People

Contributors

enty8080 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

camover's Issues

refine the search

i love your tools It would be cool if I could refine the search e.g. by selecting the city e.g. Us etc

Directory: : does not exist!

Why does it prompt that the directory does not exist when I execute the following command?
Where to put password.txt in which directory

:~$ camover --shodan (My API_KEY) -o password.txt
[-] Directory: : does not exist!

command not found

after installation the project like document in ubuntu i get this error when i want to run:
camover: command not found

installation problem

What is your question?
A clear and concise description of what the problem is.

Additional context
Add any other context about the problem here.

Any suggestions for the docs?
Describe how would you fix the documentation to solve the problem.

Ss

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

'camover' is not recognized as an internal or external command, operable program or batch file.

I installed CamOver using the documented method: pip3 install git+https://github.com/EntySec/CamOver. However, I encountered the following issue during the execution of the tool.

Steps to Reproduce:

  1. Installed CamOver using pip3 install git+https://github.com/EntySec/CamOver.
  2. Executed the tool with a specific command or input.
  3. Observed the issue described below.

Issue:
'camover' is not recognized as an internal or external command, operable program or batch file.

Screenshots:
image

Environment:

  • Operating System: Windows 10 (64-bit)

Workarounds Tried:
I attempted to install CamOver using the following method:

bash

pip3 install -t . git+https://github.com/EntySec/CamOver

Following the installation, I manually navigated to the CamOver folder. In an attempt to run the tool, I executed the main.py script. However, I encountered difficulties and eventually abandoned the process.

When I install the program, I encounter this problem, how can I solve it?

root@hwsrv-895435:~# pip3 install git+https://github.com/EntySec/CamOver.git
Collecting git+https://github.com/EntySec/CamOver.git
Cloning https://github.com/EntySec/CamOver.git to /tmp/pip-req-build-zchrgnp4
Running command git clone -q https://github.com/EntySec/CamOver.git /tmp/pip-req-build-zchrgnp4
fatal: unable to access 'https://github.com/EntySec/CamOver.git/': Could not resolve host: github.com
ERROR: Command errored out with exit status 128: git clone -q https://github.com/EntySec/CamOver.git /tmp/pip-req-build-zchrgnp4 Check the logs for full command output.

Failed to Authorize Shodan

Hi,

When I type this command camover -t --shodan PSKINdQe1GyxGgecYz2191H2JoS9qvgD I get an error
[*] Authorizing Shodan by given API key...
[-] Failed to authorize Shodan!

Any ideas ?

Confused

I ran my own list of IPs and it returned a result of zero passwords for any of them and so I started trying to use the single brute method on around 30 of them and all said not vulnerable. So i tested it with expcamera and each IP I entered in that list was bruted with zero problem. I'm unsure of what would cause this and I know for a fact this list of 2k ips which is fresh from zoomeye are all mostly vulnerable considering I'm screening the same list on expcam right now and its still getting the passwords fine.

why creds was none?

Holle! Excuse me.

Python 3.10.4 (main, Mar 25 2022, 15:08:58) [Clang 12.0.8 (https://android.googlesource.com/toolchain/llvm-project c935d99d7 on linux
Type "help", "copyright", "credits" or "license" for more information.

from camover import CamOver
camover = CamOver()
creds = camover.exploit('192.168.99.100')
print(creds)
(None, None)
creds = camover.exploit('192.168.10.2')
print(creds)
(None, None)

#"192.168.10.2"was my camera address,it was online.
why creds was none?
thanks, please.

Search Shodan by Country/City

Hello!

Is there any way to search in Shodan by country and/or city?

In the past, when Entynet Project was alive, I remember editing the source of Entropy to modify the Shodan.query but I can't find a way.

Any help is welcomed.

Thanks!

camover command not found

Describe the bug
when i run the command "camover -t --shodan PSKINdQe1GyxGgecYz2191H2JoS9qvgD" it gives me error command not found and yes im running the command in the correct directory.

im using kali linux

Camover

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

No output

Not sure what is going on but I got a list of cams and put them inside a txt and ran a command with and without threads and I'm not getting any output file even if I change the outputs name and refresh it doesn't seem to be making the list for some reason. Earlier I ran it for the first time and it got an output with only 1 ip but now i can't even get any output

camover -t -i test.txt --output newlist.txt

I run this and I get nothing outputted.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.