Datalux / Osintgram

Osintgram is a OSINT tool on Instagram. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname
GNU General Public License v3.0
9.51k stars 2.08k forks source link

Tools not working after logging in #835

Open dvaesjedan opened 1 year ago

dvaesjedan commented 1 year ago

PS C:\Users\User> cd Osintgram PS C:\Users\User\Osintgram> python3 -m venv venv PS C:\Users\User\Osintgram> .\venv\Scripts\activate.ps1 Ignoring gnureadline: markers 'platform_system != "Windows"' don't match your environment Requirement already satisfied: requests==2.24.0 in c:\users\user\osintgram\venv\lib\site-packages (from -r requirements.txt (line 1)) (2.24.0) Requirement already satisfied: requests-toolbelt==0.9.1 in c:\users\user\osintgram\venv\lib\site-packages (from -r requirements.txt (line 2)) (0.9.1) Requirement already satisfied: geopy>=2.0.0 in c:\users\user\osintgram\venv\lib\site-packages (from -r requirements.txt (line 3)) (2.3.0) Requirement already satisfied: prettytable==0.7.2 in c:\users\user\osintgram\venv\lib\site-packages (from -r requirements.txt (line 4)) (0.7.2) Requirement already satisfied: instagram-private-api==1.6.0 in c:\users\user\osintgram\venv\lib\site-packages (from -r requirements.txt (line 5)) (1.6.0.0) Requirement already satisfied: pyreadline==2.1 in c:\users\user\osintgram\venv\lib\site-packages (from -r requirements.txt (line 7)) (2.1) Requirement already satisfied: chardet<4,>=3.0.2 in c:\users\user\osintgram\venv\lib\site-packages (from requests==2.24.0->-r requirements.txt (line 1)) (3.0.4) Requirement already satisfied: idna<3,>=2.5 in c:\users\user\osintgram\venv\lib\site-packages (from requests==2.24.0->-r requirements.txt (line 1)) (2.10) Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in c:\users\user\osintgram\venv\lib\site-packages (from requests==2.24.0->-r requirements.txt (line 1)) (1.25.11) Requirement already satisfied: certifi>=2017.4.17 in c:\users\user\osintgram\venv\lib\site-packages (from requests==2.24Requirement already satisfied: geographiclib<3,>=1.52 in c:\users\user\osintgram\venv\lib\site-packages (from geopy>=2.0.0->-r requirements.txt (line 3)) (2.0) (venv) PS C:\Users\User\Osintgram> make setup ####### Setup for Osintgram ####### Instagram Username: Username Instagram Password: Setup Successful - config/credentials.ini created (venv) PS C:\Users\User\Osintgram> python3 main.py Username

Attempt to login...

Logged as Username. Target: Username [2074701595] [FOLLOWING]

____ . _ \ ___|| _/ | ____ ____ / | \ / _/ |/ \ _\/ _ _ \ / \ / | \ | | | \ | / // > | \// | Y Y \ ____ /__ >|_| /_| \ /|| (__ /|_| / \/ \/ \/ /___/ \/ \/

Version 1.1 - Developed by Giuseppe Criscione

Type 'list' to show all allowed commands Type 'FILE=y' to save results to files like '.txt (default is disabled)' Type 'FILE=n' to disable saving to files' Type 'JSON=y' to export results to a JSON files like '.json (default is disabled)' Type 'JSON=n' to disable exporting to files' (venv) PS C:\Users\User\Osintgram> list list : The term 'list' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1

(venv) PS C:\Users\User\Osintgram>

Which ever tool I use same error appears

BeChris100 commented 1 year ago

When you executed the Python Script, it did indeed start, but right after that, it closed and returned you to the main PowerShell Terminal. Can't point the finger on what failed.