Code Monkey home page Code Monkey logo

bafomet666 / bigbro Goto Github PK

View Code? Open in Web Editor NEW
138.0 8.0 25.0 160.37 MB

Инструмент OSINT, для поиска людей перешедших по ссылке /радиус разброса 1-30 метров. Работает под kali linux and termux. Есть бесплатная версия и premium.

Home Page: https://t.me/hacknocrime

License: BSD 2-Clause "Simplified" License

Python 0.60% CSS 49.64% JavaScript 27.46% SCSS 11.28% HTML 7.15% PHP 1.30% Less 2.57%
geolocation osint-python osint-tool hackers bigbro termux python-bigbro ngrok kml-termux

bigbro's Introduction

Big Bro 13 lite

Это OSINT инструмент, для поиска людей, перешедших по ссылке, радиус разброса местоположения 1-10 метров, зависит от расположения обьекта.

Обновил 4 июня, 2022г

alt tag

Сделано для https://t.me/osint_san_framework


Адаптация под платформы:

Kali Linux * Parrot * Termux * Arch linux.

Install

git clone https://github.com/Bafomet666/Bigbro

Откройте api.py и впишите туда токен ngrok

pip3 install -r requerements.txt

cd /Bigbro

pip3 install pyngrok

Запустить: python3 start.py

Выбор платформы для запуска.


Скачайте и установите ngrok https://ngrok.com/download

ngrok под termux: https://github.com/Bafomet666/Fast-ngrok


Зависимости

alt tag

alt tag

NGROK

Более новая версия Big BRO уже входит в framework osintsan ( https://github.com/Bafomet666/OSINT-SAN )

Удачного деанона друзья...

bigbro's People

Contributors

bafomet666 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

bigbro's Issues

COLOR

Traceback (most recent call last):
File "/home/kali/Desktop/Bigbro/start.py", line 2, in
from utils import COLORS
ImportError: cannot import name 'COLORS' from 'utils' (/usr/lib/python3/dist-packages/utils.py)

pyngrok or ngrok error

t=2024-04-29T16:41:01+0300 lvl=warn msg="invalid tunnel configuration" pg=/api/tunnels id=5e6b1826c955a2a3 err="yaml: unmarshal errors:\n line 1: field auth_token not found in type config.HTTPv2Tunnel"
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/pyngrok/ngrok.py", line 518, in api_request
response = urlopen(request, encoded_data, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/urllib/request.py", line 525, in open
response = meth(req, response)
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/urllib/request.py", line 634, in http_response
response = self.parent.error(
^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/urllib/request.py", line 563, in error
return self._call_chain(*args)
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/urllib/request.py", line 496, in _call_chain
result = func(*args)
^^^^^^^^^^^
File "/usr/lib/python3.11/urllib/request.py", line 643, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 400: Bad Request

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/Bigbro/start.py", line 50, in
osintsan()
File "/Bigbro/start.py", line 40, in osintsan
from menu2 import location
File "/Bigbro/menu2.py", line 200, in
location()
File "/Bigbro/menu2.py", line 141, in location
deafult_server()
File "/Bigbro/menu2.py", line 130, in deafult_server
a = ngrok.connect(8767, "http", auth_token=ngrok.set_auth_token)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/pyngrok/ngrok.py", line 320, in connect
tunnel = NgrokTunnel(api_request(f"{api_url}/api/tunnels", method="POST", data=options,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/pyngrok/ngrok.py", line 539, in api_request
raise PyngrokNgrokHTTPError(f"ngrok client exception, API returned {status_code}: {response_data}",
pyngrok.exception.PyngrokNgrokHTTPError: ngrok client exception, API returned 400: {"error_code":102,"status_code":400,"msg":"invalid tunnel configuration","details":{"err":"yaml: unmarshal errors:\n line 1: field auth_token not found in type config.HTTPv2Tunnel"}}

Can't unpack file during installation

I can’t unpack this file 7z x 'Big bro 5.0.7z' I don't know about it myself, I did it according to the instructions in the telegram, I don't know which version to install, please tell me!

Don't work

Termux
After start

Traceback (most recent call last):
File "/data/data/com.termux/files/home/Bigbro/start.py", line 50, in
osintsan()
File "/data/data/com.termux/files/home/Bigbro/start.py", line 36, in osintsan
from menu1 import loc
File "/data/data/com.termux/files/home/Bigbro/menu1.py", line 202, in
loc()
File "/data/data/com.termux/files/home/Bigbro/menu1.py", line 143, in loc
deafult_server()
File "/data/data/com.termux/files/home/Bigbro/menu1.py", line 132, in deafult_server
a = ngrok.connect(8767, "http", auth_token=ngrok.set_auth_token)
File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/pyngrok/ngrok.py", line 251, in connect
api_url = get_ngrok_process(pyngrok_config).api_url
File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/pyngrok/ngrok.py", line 162, in get_ngrok_process
return process.get_process(pyngrok_config)
File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/pyngrok/process.py", line 295, in get_process
return _start_process(pyngrok_config)
File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/pyngrok/process.py", line 464, in _start_process
raise PyngrokNgrokError("The ngrok process errored on start: {}.".format(ngrok_process.startup_error),
pyngrok.exception.PyngrokNgrokError: The ngrok process errored on start: Get "https://s3.amazonaws.com/dns.ngrok.com/tunnel.json": dial tcp: lookup s3.amazonaws.com on [::1]:53: read udp [::1]:51615->[::1]:53: read: connection refused.

не работает ## not work

└──╼ #sudo python3 brother.py
Traceback (most recent call last):
File "/root/Bigbro/brother.py", line 8, in
from utils.banner import show_banner
ModuleNotFoundError: No module named 'utils.banner'; 'utils' is not a package

Permission denied

Hello, got a little problem. Let me clarify right away that I work in termux. After running ngrok in the second session, and running the BigBro script itself in the first, I got 19 sites to choose from. I choose the number 10 (telegram) and everything goes smoothly until I am asked to enter the path to the photo (/storage/emulated/0/Download/2261381.jpg). After entering the path to the photo and other data, I get an error: [Errno 13] Permission denied: '/storage/emulated/0/Download/2261381.jpg'
Judging by the error, I entered the path correctly, but there is some problem, the cause of which is not clear to me. I will come here about every 2 hours and check if I have been answered. I will be grateful for your help, thanks in advance.

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.