Giter Club home page Giter Club logo

cam-hackers's People

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  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

cam-hackers's Issues

Python3 issue

~/Cam-Hackers   master  python3 Cam-Hackers
python3: can't open file '/data/data/com.termux/files/home/Cam-Hackers/Cam-Hackers': [Errno 2] No such file or directory

Error

Just put a number to select the country and quits the script

For example:

root@kali:~/Cam-Hackers# python3 cam-hackers.py

██████╗ █████╗ ███╗ ███╗ ██╗ ██╗ █████╗ ██████╗██╗ ██╗███████╗██████╗ ███████╗
██╔════╝██╔══██╗████╗ ████║ ██║ ██║██╔══██╗██╔════╝██║ ██╔╝██╔════╝██╔══██╗██╔════╝
██║ ███████║██╔████╔██║█████╗███████║███████║██║ █████╔╝ █████╗ ██████╔╝███████╗
██║ ██╔══██║██║╚██╔╝██║╚════╝██╔══██║██╔══██║██║ ██╔═██╗ ██╔══╝ ██╔══██╗╚════██║
╚██████╗██║ ██║██║ ╚═╝ ██║ ██║ ██║██║ ██║╚██████╗██║ ██╗███████╗██║ ██║███████║
╚═════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚══════╝
ANGELSECURITYTEAM

  1. United States 31) Mexico 61) Moldova
  2. Japan 32) Finland 62) Nicaragua
  3. Italy 33) China 63) Malta
  4. Korea 34) Chile 64) Trinidad And Tobago
  5. France 35) South Africa 65) Soudi Arabia
  6. Germany 36) Slovakia 66) Croatia
  7. Taiwan 37) Hungary 67) Cyprus
  8. Russian Federation 38) Ireland 68) Pakistan
  9. United Kingdom 39) Egypt 69) United Arab Emirates
  10. Netherlands 40) Thailand 70) Kazakhstan
  11. Czech Republic 41) Ukraine 71) Kuwait
  12. Turkey 42) Serbia 72) Venezuela
  13. Austria 43) Hong Kong 73) Georgia
  14. Switzerland 44) Greece 74) Montenegro
  15. Spain 45) Portugal 75) El Salvador
  16. Canada 46) Latvia 76) Luxembourg
  17. Sweden 47) Singapore 77) Curacao
  18. Israel 48) Iceland 78) Puerto Rico
  19. Iran 49) Malaysia 79) Costa Rica
  20. Poland 50) Colombia 80) Belarus
  21. India 51) Tunisia 81) Albania
  22. Norway 52) Estonia 82) Liechtenstein
  23. Romania 53) Dominican Republic 83) Bosnia And Herzegovia
  24. Viet Nam 54) Sloveania 84) Paraguay
  25. Belgium 55) Ecuador 85) Philippines
  26. Brazil 56) Lithuania 86) Faroe Islands
  27. Bulgaria 57) Palestinian 87) Guatemala
  28. Indonesia 58) New Zealand 88) Nepal
  29. Denmark 59) Bangladeh 89) Peru
  30. Argentina 60) Panama 90) Uruguay
    91) Extra

OPTIONS : 1

root@kali:~/Cam-Hackers#

just like that

Cam-Hackers

In this tutorial, we will find out how to hack a camera with an ip address:

1- apt-get install python3

2- apt-get install git

3- git clone https://github.com/AngelSecurityTeam/Cam-hackers

4- pip3 install requests

5- pip3 install colorama

6- ls

7- cd Cam-Hackers

8- python3 cam-hackers.py

new country

what i should do if i want to add new country not in list

No links.

Line 70 I believe.

"last_page = re.findall(r'pagenavigator("?page=", (\d+)', res.text)[0]"
IndexError: list index out of range

Soy Lucas

Hola Bro quería saber cómo se puede hackear las cámaras de argentina ya que intenté con todos los comandos de tus videos y me salta un error con el último comando

Whilst installing REQUESTS

Hi hi,
CONFIG: VM booted on a USB stick with persistance
Har: :Lenovo laptop
Kali Linux 20201.2

┌──(root💀kali)-[~]
└─# pip3 install requests
Traceback (most recent call last):
File "/root/.cache/activestate/c09bfb16/usr/lib/python3.9/subprocess.py", line 73, in
import msvcrt
ModuleNotFoundError: No module named 'msvcrt'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/root/.cache/activestate/c09bfb16/usr/bin/pip3", line 5, in
from pip._internal.cli.main import main
File "/root/.cache/activestate/c09bfb16/usr/lib/python3.9/site-packages/pip/_internal/cli/main.py", line 10, in
from pip._internal.cli.autocompletion import autocomplete
File "/root/.cache/activestate/c09bfb16/usr/lib/python3.9/site-packages/pip/_internal/cli/autocompletion.py", line 9, in
from pip._internal.cli.main_parser import create_main_parser
File "/root/.cache/activestate/c09bfb16/usr/lib/python3.9/site-packages/pip/_internal/cli/main_parser.py", line 7, in
from pip._internal.cli import cmdoptions
File "/root/.cache/activestate/c09bfb16/usr/lib/python3.9/site-packages/pip/_internal/cli/cmdoptions.py", line 18, in
from distutils.util import strtobool
File "/root/.cache/activestate/c09bfb16/usr/lib/python3.9/distutils/util.py", line 14, in
from distutils.spawn import spawn
File "/root/.cache/activestate/c09bfb16/usr/lib/python3.9/distutils/spawn.py", line 11, in
import subprocess
File "/root/.cache/activestate/c09bfb16/usr/lib/python3.9/subprocess.py", line 78, in
import _posixsubprocess
ModuleNotFoundError: No module named '_posixsubprocess'
%!s()

Permission Denied

I want to delete the directory but i have no permission. How do i go about it?

Android APK sample sources

Android APK sample sources that build in Termux on Android. This repository is a submodule for buildAPKs.

Installation Of Git Package:

$ pkg install git

$ git clone https://github.com/sdrausty/buildAPKs

$ cd buildAPKs

To install it in its proper place, copy and paste the following into Termux.

$ pkg install git submodule init

$ pkg install git submodule update sources/samples

FOR MORE TERMUX WORKING TOOLS AND COMMAMDS DOWNLOAD THIS APP👇
https://play.google.com/store/apps/details?id termux.working.tools.commands

I can't install Cam-Hackers

I can download the folder through the terminal.
I follow all the steps shown by the developer of the tool
but when i try to start "cam-hacker.py" it gives me the following error:

Traceback (most recent call last):
File "cam-hackers.py", line 3, in
eval (compile (base64.b64decode (cam), '', 'exec'))
File "", line 8, in
File "", line 2, in
ModuleNotFoundError: No module named 'requests'.

I remember I have python3 and git, but still it doesn't make me start cam-hackers.py

please someone help me
thank you.
Schermata 2020-03-05 06:17:25

Hi

Can you please tech me how to cam hack

Intersting quest

I decrypted the code. Make it even more secure, which would be interesting to decipher. Thank you for the quest!
https://www.i******.***/**/by*******/**/?*****
I can optimize the code if you want.

No addresses

When I chose a place from a list of options it just exits the program without showing any addresses.

Failed

It says "Failed to install the viewer software"

Lucas

Para aprender todos juntos

login

i runned this tool
but after i use that IP address to open that cam
it tells me to login

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.