You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Report issues at https://bugs.termux.com
~/instahack $ python hackinsta.py
2 Passwords loads successfully
Please enter a username: @sare13875
Traceback (most recent call last):
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/urllib3/connection.py
", line 199, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/urllib3/util/connecti
on.py", line 85, in create_connection
raise err
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/urllib3/util/connecti
on.py", line 73, in create_connection
sock.connect(sa)
OSError: [Errno 101] Network is unreachable
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/urllib3/connectionpoo
l.py", line 789, in urlopen
response = self._make_request(
^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/urllib3/connectionpoo
l.py", line 490, in _make_request
raise new_e
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/urllib3/connectionpoo
l.py", line 466, in _make_request
self._validate_conn(conn)
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/urllib3/connectionpoo
l.py", line 1095, in _validate_conn
conn.connect()
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/urllib3/connection.py
", line 693, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/urllib3/connection.py
", line 214, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x77b
1284320>: Failed to establish a new connection: [Errno 101] Network is unreachable
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/requests/adapters.py"
, line 667, in send
resp = conn.urlopen(
^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/urllib3/connectionpoo
l.py", line 843, in urlopen
retries = retries.increment(
^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/urllib3/util/retry.py
", line 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='www.instagram.com', port=443):
Max retries exceeded with url: /@sare13875/?__a=1 (Caused by NewConnectionError('<urllib3
.connection.HTTPSConnection object at 0x77b1284320>: Failed to establish a new connection:
[Errno 101] Network is unreachable'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/data/com.termux/files/home/instahack/hackinsta.py", line 81, in
username = userExists(username)
^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/home/instahack/hackinsta.py", line 20, in userExists
r = requests.get('https://www.instagram.com/%s/?__a=1' % username)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/requests/api.py", lin
e 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/requests/api.py", lin
e 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/requests/sessions.py"
, line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/requests/sessions.py"
, line 703, in send
r = adapter.send(request, *kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/requests/adapters.py"
, line 700, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='www.instagram.com', port=44
3): Max retries exceeded with url: /@sare13875/?__a=1 (Caused by NewConnectionError('<urll
ib3.connection.HTTPSConnection object at 0x77b1284320>: Failed to establish a new connecti
on: [Errno 101] Network is unreachable'))
~/instahack $ firebase.initializeApp({ // Your Firebase configuration object. }); // Creat
e a ReCaptchaEnterpriseProvider instance using your reCAPTCHA Enterprise // site key and p
ass it to activate(). const appCheck = firebase.appCheck(); appCheck.activate( new firebas
e.appCheck.ReCaptchaEnterpriseProvider( / reCAPTCHA Enterprise site key */ ), true // Set
to true to allow auto-refresh. )@;sare13875 paswoord in hacking
bash: syntax error near unexpected token `{'
~/instahack $ pip help syntax
ERROR: unknown command "syntax"
~/instahack $ pip command syntax
ERROR: unknown command "command"
~/instahack $ pkg help token
Usage: pkg command [arguments]
A tool for managing apt packages.
Commands:
autoclean - Remove all outdated packages from apt cache.
clean - Remove all packages from apt cache.
Using 709M now.
files - Show all files installed by packages.
install - Install specified packages.
list-all - List all packages available in repositories.
list-installed - List installed packages.
reinstall - Reinstall specified installed packages at the
latest version.
search - Search package by query, for example by name or
description part.
show - Show basic metadata, such as dependencies.
uninstall - Uninstall specified packages. Configuration files
will be left intact.
upgrade - Upgrade all installed packages to the latest
version.
update - Update apt databases from configured
repositories.
~/instahack $ Create a ReCaptchaEnterpriseProvider instance using your reCAPTCHA Enterpris
e // site key and pass it to activate(). const appCheck = firebase.appCheck(); appCheck.ac
tivate( new firebase.appCheck.ReCaptchaEnterpriseProvider( /* reCAPTCHA Enterprise site ke
y */ ), true // Set to true to allow auto-refresh. )@;sare13875 paswoord in hacking
bash: syntax error near unexpected token `('
~/instahack $ pkg install token
Hit:1 https://termux.net stable InRelease
Hit:2 https://root-packages.termux.net root InRelease
Hit:3 https://x11-packages.termux.net x11 InRelease
All packages are up to date.
Error: Unable to locate package token
~/instahack $ pkg install termux.net root InRelease
Error: Unable to locate package termux.net
Error: Couldn't find any package by glob 'termux.net'
Error: Unable to locate package root
Error: Unable to locate package InRelease
~/instahack $ pkg install termux.net
Error: Unable to locate package termux.net
Error: Couldn't find any package by glob 'termux.net'
~/instahack $ pkg install termux.net
Error: Unable to locate package termux.net
Error: Couldn't find any package by glob 'termux.net'
~/instahack $
~/instahack $ pkg install termux
Error: Unable to locate package termux
~/instahack $ pip install termux
Requirement already satisfied: termux in /data/data/com.termux/files/usr/lib/python3.12/si
te-packages (1.0.0)
~/instahack $ pip install 'termux.net'
ERROR: Could not find a version that satisfies the requirement termux.net (from versions:
none)
ERROR: No matching distribution found for termux.net
~/instahack $ pip insall Could
ERROR: unknown command "insall" - maybe you meant "install"
~/instahack $ command install Could
install: missing destination file operand after 'Could'
Try '/data/data/com.termux/files/usr/bin/install --help' for more information.
~/instahack $ command install found
install: missing destination file operand after 'found'
Try '/data/data/com.termux/files/usr/bin/install --help' for more information.
~/instahack $ install help for more information.
install: target 'information.': No such file or directory
~/instahack $ install help for
install: cannot stat 'help': No such file or directory
~/instahack $ install help file
install: cannot stat 'help': No such file or directory
~/instahack $ install help directory
install: cannot stat 'help': No such file or directory
~/instahack $ install help file or directory
install: target 'directory': No such file or directory
~/instahack $ pkg install help file or directory
Error: Unable to locate package help
Error: Unable to locate package or
Error: Unable to locate package directory
~/instahack $ pip install help file or directory
ERROR: Could not find a version that satisfies the requirement help (from versions: none)
ERROR: No matching distribution found for help
~/instahack $ pip command install help file or directory
ERROR: unknown command "command"
~/instahack $ pip help command
ERROR: unknown command "command"
~/instahack $ unknown command
unknown: command not found
~/instahack $ pip help command found
ERROR: unknown command "command"
~/instahack $ pip help command "command"
ERROR: unknown command "command"
~/instahack $ pip help command "command" found
ERROR: unknown command "command"
~/instahack $ command "command" found
No command found found, did you mean:
Command fold in package coreutils
Command find in package findutils
Command count in package llvm-tools
Command mount in package mount-utils
Command ffind in package sleuthkit
~/instahack $ pip command "command" found
ERROR: unknown command "command"
~/instahack $ unknown command "command"
unknown: command not found
~/instahack $ unknown command "command" found
unknown: command not found
~/instahack $ ffind
Missing image name and/or address
usage: /data/data/com.termux/files/usr/bin/ffind [-aduvV] [-f fstype] [-i imgtype] [-b dev
_sector_size] [-o imgoffset] [-P pooltype] [-B pool_volume_block] image [images] inode
-a: Find all occurrences
-d: Find deleted entries ONLY
-u: Find undeleted entries ONLY
-f fstype: Image file system type (use '-f list' for supported types)
-i imgtype: The format of the image file (use '-i list' for supported types)
-b dev_sector_size: The size (in bytes) of the device sectors
-o imgoffset: The offset of the file system in the image (in sectors)
-P pooltype: Pool container type (use '-p list' for supported types)
-B pool_volume_block: Starting block (for pool volumes only)
-v: Verbose output to stderr
-V: Print version
~/instahack $ f
No command f found, did you mean:
Command c in package c-script
Command [ in package coreutils
Command ef in package electric-fence
Command fd in package fd
Command fm in package fm
Command fx in package fx
Command k in package kona
Command lf in package lf
Command o in package o-editor
Command q in package q-dns-client
Command df in package termux-tools
Command mf in package texlive-bin
Command tf in package tinyfugue
~/instahack $ p
No command p found, did you mean:
Command c in package c-script
Command [ in package coreutils
Command lp in package cups
Command ip in package iproute2
Command k in package kona
Command pl in package libgnustep-base
Command pp in package nss-utils
Command o in package o-editor
Command gp in package pari
Command pb in package pb
Command ps in package procps
Command pd in package proot-distro
Command pv in package pv
Command q in package q-dns-client
Command pt in package tcllib
Command pm in package termux-tools
Command up in package up
~/instahack $ pkg install c-script
c-script is already the newest version (0.14).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install c-script
c-script is already the newest version (0.14).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install coreutils
coreutils is already the newest version (9.5-3).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install cups
Installing:
cups
Summary:
Upgrading: 0, Installing: 1, Removing: 0, Not Upgrading: 0
Download size: 5148 kB
Space needed: 12.1 MB
Get:1 https://termux.net stable/main aarch64 cups aarch64 2.4.11 [5148 kB]
Fetched 5148 kB in 2s (3208 kB/s)
Selecting previously unselected package cups.
(Reading database ... 63725 files and directories currently installed.)
Preparing to unpack .../cups_2.4.11_aarch64.deb ...
Unpacking cups (2.4.11) ...
Setting up cups (2.4.11) ...
~/instahack $ pkg install iproute2
iproute2 is already the newest version (6.12.0).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install kona
kona is already the newest version (20211225).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install libgnustep-base
libgnustep-base is already the newest version (1.30.0-1).
libgnustep-base set to manually installed.
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install nss-utils
nss-utils is already the newest version (3.107).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install o-editor
o-editor is already the newest version (2.68.6).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install pari
pari is already the newest version (2.17.1).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install pb
pb is already the newest version (2022.11.03-1).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install procps
procps is already the newest version (3.3.17-5).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install proot-distro
proot-distro is already the newest version (4.17.3).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install pv
pv is already the newest version (1.9.25).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install q-dns-client
q-dns-client is already the newest version (0.19.1).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install tcllib
tcllib is already the newest version (2.0).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install termux-tools
termux-tools is already the newest version (3.0.8).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install up
Installing:
up
Summary:
Upgrading: 0, Installing: 1, Removing: 0, Not Upgrading: 0
Download size: 763 kB
Space needed: 2748 kB
Get:1 https://termux.net stable/main aarch64 up aarch64 0.4-3 [763 kB]
Fetched 763 kB in 1s (927 kB/s)
Selecting previously unselected package up.
(Reading database ... 64603 files and directories currently installed.)
Preparing to unpack .../archives/up_0.4-3_aarch64.deb ...
Unpacking up (0.4-3) ...
Setting up up (0.4-3) ...
~/instahack $ pkg install electric-fence
Installing:
electric-fence
Summary:
Upgrading: 0, Installing: 1, Removing: 0, Not Upgrading: 0
Download size: 12.1 kB
Space needed: 81.9 kB
Get:1 https://termux.net stable/main aarch64 electric-fence aarch64 2.2.7 [12.1 kB]
Fetched 12.1 kB in 1s (22.0 kB/s)
Selecting previously unselected package electric-fence.
(Reading database ... 64606 files and directories currently installed.)
Preparing to unpack .../electric-fence_2.2.7_aarch64.deb ...
Unpacking electric-fence (2.2.7) ...
Setting up electric-fence (2.2.7) ...
~/instahack $ pkg install if
Error: Unable to locate package if
~/instahack $ pkg install fx
Installing:
fx
Summary:
Upgrading: 0, Installing: 1, Removing: 0, Not Upgrading: 0
Download size: 2762 kB
Space needed: 12.5 MB
Get:1 https://termux.net stable/main aarch64 fx aarch64 35.0.0 [2762 kB]
Fetched 2762 kB in 1s (2093 kB/s)
Selecting previously unselected package fx.
(Reading database ... 64613 files and directories currently installed.)
Preparing to unpack .../archives/fx_35.0.0_aarch64.deb ...
Unpacking fx (35.0.0) ...
Setting up fx (35.0.0) ...
~/instahack $ pkg install fm
Installing:
fm
Summary:
Upgrading: 0, Installing: 1, Removing: 0, Not Upgrading: 0
Download size: 2828 kB
Space needed: 13.6 MB
Get:1 https://termux.net stable/main aarch64 fm aarch64 1.1.0 [2828 kB]
Fetched 2828 kB in 1s (3302 kB/s)
Selecting previously unselected package fm.
(Reading database ... 64616 files and directories currently installed.)
Preparing to unpack .../archives/fm_1.1.0_aarch64.deb ...
Unpacking fm (1.1.0) ...
Setting up fm (1.1.0) ...
~/instahack $ pkg install fd
Installing:
fd
Summary:
Upgrading: 0, Installing: 1, Removing: 0, Not Upgrading: 0
Download size: 802 kB
Space needed: 2875 kB
Get:1 https://termux.net stable/main aarch64 fd aarch64 10.2.0 [802 kB]
Fetched 802 kB in 1s (1024 kB/s)
Selecting previously unselected package fd.
(Reading database ... 64619 files and directories currently installed.)
Preparing to unpack .../archives/fd_10.2.0_aarch64.deb ...
Unpacking fd (10.2.0) ...
Setting up fd (10.2.0) ...
~/instahack $ pkg install electric-fence
electric-fence is already the newest version (2.2.7).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install tinyfugue
Installing:
tinyfugue
Installing dependencies:
pcre
Summary:
Upgrading: 0, Installing: 2, Removing: 0, Not Upgrading: 0
Download size: 953 kB
Space needed: 4055 kB
Continue? [Y/n] Y
Get:1 https://termux.net stable/main aarch64 pcre aarch64 8.45-1 [652 kB]
Get:2 https://termux.net stable/main aarch64 tinyfugue aarch64 5.0b8-2 [301 kB]
Fetched 953 kB in 1s (808 kB/s)
Selecting previously unselected package pcre.
(Reading database ... 64627 files and directories currently installed.)
Preparing to unpack .../pcre_8.45-1_aarch64.deb ...
Unpacking pcre (8.45-1) ...
Selecting previously unselected package tinyfugue.
Preparing to unpack .../tinyfugue_5.0b8-2_aarch64.deb ...
Unpacking tinyfugue (5.0b8-2) ...
Setting up pcre (8.45-1) ...
Setting up tinyfugue (5.0b8-2) ...
~/instahack $ pkg install texlive-bin
texlive-bin is already the newest version (20240310-2).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install kona
kona is already the newest version (20211225).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ command found
No command found found, did you mean:
Command fold in package coreutils
Command find in package findutils
Command count in package llvm-tools
Command mount in package mount-utils
Command ffind in package sleuthkit
~/instahack $ pkg install sleuthkit
sleuthkit is already the newest version (4.12.1-1).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install mount-utils
mount-utils is already the newest version (2.40.2-2).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install coreutils
coreutils is already the newest version (9.5-3).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install findutils
findutils is already the newest version (4.10.0).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install llvm-tools
llvm-tools is already the newest version (19.1.6).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install mount-utils
mount-utils is already the newest version (2.40.2-2).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ command found
No command found found, did you mean:
Command fold in package coreutils
Command find in package findutils
Command count in package llvm-tools
Command mount in package mount-utils
Command ffind in package sleuthkit
~/instahack $ pkg install ffind
Error: Unable to locate package ffind
~/instahack $ HTTPSConnectionPool(host='www.instagram.com', port=443):
bash: syntax error near unexpected token host='www.instagram.com',' ~/instahack $ Max retries exceeded with url: /@sare13875/?__a=1 (Caused by NewConnectionEr ror('<urllib3 bash: syntax error near unexpected token ('
~/instahack $ .connection.HTTPSConnection object at 0x77b1284320>: Failed to establish a n
ew connection:
.connection.HTTPSConnection: command not found
~/instahack $ [Errno 101] Network is unreachable')
.connection.HTTPSConnection object at 0x77b1284320>:
pkg install ffind
[Errno 101] Network is unreachable')
.connection.HTTPSConnection object at 0x77b1284320>:
pkg install ffind
bash: syntax error near unexpected token )' .connection.HTTPSConnection: command not found Error: Unable to locate package ffind ~/instahack $ "/data/data/com.termux/files/home/instahack/hackinsta.py", line 81, in bash: /data/data/com.termux/files/home/instahack/hackinsta.py,: Permission denied ~/instahack $ username = userExists(username)@sare13875 bash: syntax error near unexpected token ('
~/instahack $
The text was updated successfully, but these errors were encountered:
Welcome to Termux
Docs: https://doc.termux.com
Community: https://community.termux.com
Working with packages:
Report issues at https://bugs.termux.com
~/instahack $ python hackinsta.py
2 Passwords loads successfully
Please enter a username: @sare13875
Traceback (most recent call last):
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/urllib3/connection.py
", line 199, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/urllib3/util/connecti
on.py", line 85, in create_connection
raise err
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/urllib3/util/connecti
on.py", line 73, in create_connection
sock.connect(sa)
OSError: [Errno 101] Network is unreachable
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/urllib3/connectionpoo
l.py", line 789, in urlopen
response = self._make_request(
^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/urllib3/connectionpoo
l.py", line 490, in _make_request
raise new_e
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/urllib3/connectionpoo
l.py", line 466, in _make_request
self._validate_conn(conn)
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/urllib3/connectionpoo
l.py", line 1095, in _validate_conn
conn.connect()
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/urllib3/connection.py
", line 693, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/urllib3/connection.py
", line 214, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x77b
1284320>: Failed to establish a new connection: [Errno 101] Network is unreachable
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/requests/adapters.py"
, line 667, in send
resp = conn.urlopen(
^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/urllib3/connectionpoo
l.py", line 843, in urlopen
retries = retries.increment(
^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/urllib3/util/retry.py
", line 519, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='www.instagram.com', port=443):
Max retries exceeded with url: /@sare13875/?__a=1 (Caused by NewConnectionError('<urllib3
.connection.HTTPSConnection object at 0x77b1284320>: Failed to establish a new connection:
[Errno 101] Network is unreachable'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/data/com.termux/files/home/instahack/hackinsta.py", line 81, in
username = userExists(username)
^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/home/instahack/hackinsta.py", line 20, in userExists
r = requests.get('https://www.instagram.com/%s/?__a=1' % username)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/requests/api.py", lin
e 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/requests/api.py", lin
e 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/requests/sessions.py"
, line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/requests/sessions.py"
, line 703, in send
r = adapter.send(request, *kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/requests/adapters.py"
, line 700, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='www.instagram.com', port=44
3): Max retries exceeded with url: /@sare13875/?__a=1 (Caused by NewConnectionError('<urll
ib3.connection.HTTPSConnection object at 0x77b1284320>: Failed to establish a new connecti
on: [Errno 101] Network is unreachable'))
~/instahack $ firebase.initializeApp({ // Your Firebase configuration object. }); // Creat
e a ReCaptchaEnterpriseProvider instance using your reCAPTCHA Enterprise // site key and p
ass it to activate(). const appCheck = firebase.appCheck(); appCheck.activate( new firebas
e.appCheck.ReCaptchaEnterpriseProvider( / reCAPTCHA Enterprise site key */ ), true // Set
to true to allow auto-refresh. )@;sare13875 paswoord in hacking
bash: syntax error near unexpected token `{'
~/instahack $ pip help syntax
ERROR: unknown command "syntax"
~/instahack $ pip command syntax
ERROR: unknown command "command"
~/instahack $ pkg help token
Usage: pkg command [arguments]
A tool for managing apt packages.
Commands:
autoclean - Remove all outdated packages from apt cache.
clean - Remove all packages from apt cache.
Using 709M now.
files - Show all files installed by packages.
install - Install specified packages.
list-all - List all packages available in repositories.
list-installed - List installed packages.
reinstall - Reinstall specified installed packages at the
latest version.
search - Search package by query, for example by name or
description part.
show - Show basic metadata, such as dependencies.
uninstall - Uninstall specified packages. Configuration files
will be left intact.
upgrade - Upgrade all installed packages to the latest
version.
update - Update apt databases from configured
repositories.
~/instahack $ Create a ReCaptchaEnterpriseProvider instance using your reCAPTCHA Enterpris
e // site key and pass it to activate(). const appCheck = firebase.appCheck(); appCheck.ac
tivate( new firebase.appCheck.ReCaptchaEnterpriseProvider( /* reCAPTCHA Enterprise site ke
y */ ), true // Set to true to allow auto-refresh. )@;sare13875 paswoord in hacking
bash: syntax error near unexpected token `('
~/instahack $ pkg install token
Hit:1 https://termux.net stable InRelease
Hit:2 https://root-packages.termux.net root InRelease
Hit:3 https://x11-packages.termux.net x11 InRelease
All packages are up to date.
Error: Unable to locate package token
~/instahack $ pkg install termux.net root InRelease
Error: Unable to locate package termux.net
Error: Couldn't find any package by glob 'termux.net'
Error: Unable to locate package root
Error: Unable to locate package InRelease
~/instahack $ pkg install termux.net
Error: Unable to locate package termux.net
Error: Couldn't find any package by glob 'termux.net'
~/instahack $ pkg install termux.net
Error: Unable to locate package termux.net
Error: Couldn't find any package by glob 'termux.net'
~/instahack $
~/instahack $ pkg install termux
Error: Unable to locate package termux
~/instahack $ pip install termux
Requirement already satisfied: termux in /data/data/com.termux/files/usr/lib/python3.12/si
te-packages (1.0.0)
~/instahack $ pip install 'termux.net'
ERROR: Could not find a version that satisfies the requirement termux.net (from versions:
none)
ERROR: No matching distribution found for termux.net
~/instahack $ pip insall Could
ERROR: unknown command "insall" - maybe you meant "install"
~/instahack $ command install Could
install: missing destination file operand after 'Could'
Try '/data/data/com.termux/files/usr/bin/install --help' for more information.
~/instahack $ command install found
install: missing destination file operand after 'found'
Try '/data/data/com.termux/files/usr/bin/install --help' for more information.
~/instahack $ install help for more information.
install: target 'information.': No such file or directory
~/instahack $ install help for
install: cannot stat 'help': No such file or directory
~/instahack $ install help file
install: cannot stat 'help': No such file or directory
~/instahack $ install help directory
install: cannot stat 'help': No such file or directory
~/instahack $ install help file or directory
install: target 'directory': No such file or directory
~/instahack $ pkg install help file or directory
Error: Unable to locate package help
Error: Unable to locate package or
Error: Unable to locate package directory
~/instahack $ pip install help file or directory
ERROR: Could not find a version that satisfies the requirement help (from versions: none)
ERROR: No matching distribution found for help
~/instahack $ pip command install help file or directory
ERROR: unknown command "command"
~/instahack $ pip help command
ERROR: unknown command "command"
~/instahack $ unknown command
unknown: command not found
~/instahack $ pip help command found
ERROR: unknown command "command"
~/instahack $ pip help command "command"
ERROR: unknown command "command"
~/instahack $ pip help command "command" found
ERROR: unknown command "command"
~/instahack $ command "command" found
No command found found, did you mean:
Command fold in package coreutils
Command find in package findutils
Command count in package llvm-tools
Command mount in package mount-utils
Command ffind in package sleuthkit
~/instahack $ pip command "command" found
ERROR: unknown command "command"
~/instahack $ unknown command "command"
unknown: command not found
~/instahack $ unknown command "command" found
unknown: command not found
~/instahack $ ffind
Missing image name and/or address
usage: /data/data/com.termux/files/usr/bin/ffind [-aduvV] [-f fstype] [-i imgtype] [-b dev
_sector_size] [-o imgoffset] [-P pooltype] [-B pool_volume_block] image [images] inode
-a: Find all occurrences
-d: Find deleted entries ONLY
-u: Find undeleted entries ONLY
-f fstype: Image file system type (use '-f list' for supported types)
-i imgtype: The format of the image file (use '-i list' for supported types)
-b dev_sector_size: The size (in bytes) of the device sectors
-o imgoffset: The offset of the file system in the image (in sectors)
-P pooltype: Pool container type (use '-p list' for supported types)
-B pool_volume_block: Starting block (for pool volumes only)
-v: Verbose output to stderr
-V: Print version
~/instahack $ f
No command f found, did you mean:
Command c in package c-script
Command [ in package coreutils
Command ef in package electric-fence
Command fd in package fd
Command fm in package fm
Command fx in package fx
Command k in package kona
Command lf in package lf
Command o in package o-editor
Command q in package q-dns-client
Command df in package termux-tools
Command mf in package texlive-bin
Command tf in package tinyfugue
~/instahack $ p
No command p found, did you mean:
Command c in package c-script
Command [ in package coreutils
Command lp in package cups
Command ip in package iproute2
Command k in package kona
Command pl in package libgnustep-base
Command pp in package nss-utils
Command o in package o-editor
Command gp in package pari
Command pb in package pb
Command ps in package procps
Command pd in package proot-distro
Command pv in package pv
Command q in package q-dns-client
Command pt in package tcllib
Command pm in package termux-tools
Command up in package up
~/instahack $ pkg install c-script
c-script is already the newest version (0.14).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install c-script
c-script is already the newest version (0.14).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install coreutils
coreutils is already the newest version (9.5-3).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install cups
Installing:
cups
Summary:
Upgrading: 0, Installing: 1, Removing: 0, Not Upgrading: 0
Download size: 5148 kB
Space needed: 12.1 MB
Get:1 https://termux.net stable/main aarch64 cups aarch64 2.4.11 [5148 kB]
Fetched 5148 kB in 2s (3208 kB/s)
Selecting previously unselected package cups.
(Reading database ... 63725 files and directories currently installed.)
Preparing to unpack .../cups_2.4.11_aarch64.deb ...
Unpacking cups (2.4.11) ...
Setting up cups (2.4.11) ...
~/instahack $ pkg install iproute2
iproute2 is already the newest version (6.12.0).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install kona
kona is already the newest version (20211225).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install libgnustep-base
libgnustep-base is already the newest version (1.30.0-1).
libgnustep-base set to manually installed.
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install nss-utils
nss-utils is already the newest version (3.107).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install o-editor
o-editor is already the newest version (2.68.6).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install pari
pari is already the newest version (2.17.1).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install pb
pb is already the newest version (2022.11.03-1).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install procps
procps is already the newest version (3.3.17-5).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install proot-distro
proot-distro is already the newest version (4.17.3).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install pv
pv is already the newest version (1.9.25).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install q-dns-client
q-dns-client is already the newest version (0.19.1).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install tcllib
tcllib is already the newest version (2.0).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install termux-tools
termux-tools is already the newest version (3.0.8).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install up
Installing:
up
Summary:
Upgrading: 0, Installing: 1, Removing: 0, Not Upgrading: 0
Download size: 763 kB
Space needed: 2748 kB
Get:1 https://termux.net stable/main aarch64 up aarch64 0.4-3 [763 kB]
Fetched 763 kB in 1s (927 kB/s)
Selecting previously unselected package up.
(Reading database ... 64603 files and directories currently installed.)
Preparing to unpack .../archives/up_0.4-3_aarch64.deb ...
Unpacking up (0.4-3) ...
Setting up up (0.4-3) ...
~/instahack $ pkg install electric-fence
Installing:
electric-fence
Summary:
Upgrading: 0, Installing: 1, Removing: 0, Not Upgrading: 0
Download size: 12.1 kB
Space needed: 81.9 kB
Get:1 https://termux.net stable/main aarch64 electric-fence aarch64 2.2.7 [12.1 kB]
Fetched 12.1 kB in 1s (22.0 kB/s)
Selecting previously unselected package electric-fence.
(Reading database ... 64606 files and directories currently installed.)
Preparing to unpack .../electric-fence_2.2.7_aarch64.deb ...
Unpacking electric-fence (2.2.7) ...
Setting up electric-fence (2.2.7) ...
~/instahack $ pkg install if
Error: Unable to locate package if
~/instahack $ pkg install fx
Installing:
fx
Summary:
Upgrading: 0, Installing: 1, Removing: 0, Not Upgrading: 0
Download size: 2762 kB
Space needed: 12.5 MB
Get:1 https://termux.net stable/main aarch64 fx aarch64 35.0.0 [2762 kB]
Fetched 2762 kB in 1s (2093 kB/s)
Selecting previously unselected package fx.
(Reading database ... 64613 files and directories currently installed.)
Preparing to unpack .../archives/fx_35.0.0_aarch64.deb ...
Unpacking fx (35.0.0) ...
Setting up fx (35.0.0) ...
~/instahack $ pkg install fm
Installing:
fm
Summary:
Upgrading: 0, Installing: 1, Removing: 0, Not Upgrading: 0
Download size: 2828 kB
Space needed: 13.6 MB
Get:1 https://termux.net stable/main aarch64 fm aarch64 1.1.0 [2828 kB]
Fetched 2828 kB in 1s (3302 kB/s)
Selecting previously unselected package fm.
(Reading database ... 64616 files and directories currently installed.)
Preparing to unpack .../archives/fm_1.1.0_aarch64.deb ...
Unpacking fm (1.1.0) ...
Setting up fm (1.1.0) ...
~/instahack $ pkg install fd
Installing:
fd
Summary:
Upgrading: 0, Installing: 1, Removing: 0, Not Upgrading: 0
Download size: 802 kB
Space needed: 2875 kB
Get:1 https://termux.net stable/main aarch64 fd aarch64 10.2.0 [802 kB]
Fetched 802 kB in 1s (1024 kB/s)
Selecting previously unselected package fd.
(Reading database ... 64619 files and directories currently installed.)
Preparing to unpack .../archives/fd_10.2.0_aarch64.deb ...
Unpacking fd (10.2.0) ...
Setting up fd (10.2.0) ...
~/instahack $ pkg install electric-fence
electric-fence is already the newest version (2.2.7).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install tinyfugue
Installing:
tinyfugue
Installing dependencies:
pcre
Summary:
Upgrading: 0, Installing: 2, Removing: 0, Not Upgrading: 0
Download size: 953 kB
Space needed: 4055 kB
Continue? [Y/n] Y
Get:1 https://termux.net stable/main aarch64 pcre aarch64 8.45-1 [652 kB]
Get:2 https://termux.net stable/main aarch64 tinyfugue aarch64 5.0b8-2 [301 kB]
Fetched 953 kB in 1s (808 kB/s)
Selecting previously unselected package pcre.
(Reading database ... 64627 files and directories currently installed.)
Preparing to unpack .../pcre_8.45-1_aarch64.deb ...
Unpacking pcre (8.45-1) ...
Selecting previously unselected package tinyfugue.
Preparing to unpack .../tinyfugue_5.0b8-2_aarch64.deb ...
Unpacking tinyfugue (5.0b8-2) ...
Setting up pcre (8.45-1) ...
Setting up tinyfugue (5.0b8-2) ...
~/instahack $ pkg install texlive-bin
texlive-bin is already the newest version (20240310-2).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install kona
kona is already the newest version (20211225).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ command found
No command found found, did you mean:
Command fold in package coreutils
Command find in package findutils
Command count in package llvm-tools
Command mount in package mount-utils
Command ffind in package sleuthkit
~/instahack $ pkg install sleuthkit
sleuthkit is already the newest version (4.12.1-1).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install mount-utils
mount-utils is already the newest version (2.40.2-2).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install coreutils
coreutils is already the newest version (9.5-3).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install findutils
findutils is already the newest version (4.10.0).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install llvm-tools
llvm-tools is already the newest version (19.1.6).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ pkg install mount-utils
mount-utils is already the newest version (2.40.2-2).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
~/instahack $ command found
No command found found, did you mean:
Command fold in package coreutils
Command find in package findutils
Command count in package llvm-tools
Command mount in package mount-utils
Command ffind in package sleuthkit
~/instahack $ pkg install ffind
Error: Unable to locate package ffind
~/instahack $ HTTPSConnectionPool(host='www.instagram.com', port=443):
bash: syntax error near unexpected token
host='www.instagram.com',' ~/instahack $ Max retries exceeded with url: /@sare13875/?__a=1 (Caused by NewConnectionEr ror('<urllib3 bash: syntax error near unexpected token
('~/instahack $ .connection.HTTPSConnection object at 0x77b1284320>: Failed to establish a n
ew connection:
.connection.HTTPSConnection: command not found
~/instahack $ [Errno 101] Network is unreachable')
The text was updated successfully, but these errors were encountered: