Skip to content

Commit

Permalink
v1 ( just public camera)
Browse files Browse the repository at this point in the history
  • Loading branch information
theXNO1N committed Jul 10, 2024
1 parent 84d8454 commit 9278ad6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Pcam.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
██║ ██╔══██║██║╚██╔╝██║╚════╝██╔══██║██╔══██║██║ ██╔═██╗ ██╔══╝ ██╔══██╗╚════██║
╚██████╗██║ ██║██║ ╚═╝ ██║ ██║ ██║██║ ██║╚██████╗██║ ██╗███████╗██║ ██║███████║
\033[1;31m ╚═════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚══════╝
️WARNING : I AM NOT RESPONSIBLE FOR THE MISUSE OF THIS TOOL !
️ WARNING : I AM NOT RESPONSIBLE FOR THE MISUSE OF THIS TOOL !
[😡]cctv public camera[😡]
* Author : Mahyar AZAD
* GitHub : https://github.com/TheXno1n
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
apt-get install python3
apt-get install git
git clone https://github.com/TheXno1n/batman.git
cd btaman.py
cd btaman
ls
python3 pcam.py

Expand Down
Binary file added __pycache__/batman.cpython-312.pyc
Binary file not shown.
11 changes: 6 additions & 5 deletions batman.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import os
import sys
import click
from colorama import Fore


TG= ''
TG=Fore.GREEN

print(" ")
print(" ")
Expand Down Expand Up @@ -31,14 +31,15 @@
print(TG+" GITHUB ID : █████ 2- CCTV cam hacker (soon !) ")
print(TG+" @TheXno1n ██ 3- CCTV web finder (soon !) ")
print(" ")
number=(print("enter number : "))
number=(input("enter number :"))

if number == 1:
click.clear()
import Pcam
else :
print("wrong number :( !")
sys.exit
click.clear()
import batman



0 comments on commit 9278ad6

Please sign in to comment.