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.52k stars 2.09k forks source link

[BUG] Error: file "config/username.conf" not found! #48

Closed EternalBlue813 closed 2 years ago

EternalBlue813 commented 4 years ago

I've created the username.conf file in /home/kali/Osintgram/config/ however it prompts Error: file "config/username.conf" not found! whenever I run python3 main.py list Any idea what could be the issue here?

Datalux commented 4 years ago

Hi @EternalBlue813, I can replicate only removing or renaming the file. Seems all works correctly.

AWyattV commented 3 years ago

I have this same issue. Ive tried reinstalling... It always comes back Error: file "config/username.conf" not found!

Datalux commented 3 years ago

Hi @AWyattV please can you check if file "username.conf" has same permissions of other files?

AWyattV commented 3 years ago

Yes they all have the same permissions

Datalux commented 3 years ago

@AWyattV Did you ran the script inside "Osintgram" folder?

AWyattV commented 3 years ago

Yes I double checked that I was in Osintgram. That was my first thought but its all in there

Osintgram conf doc LICENSE main.py output README.md requirements.txt src

Datalux commented 3 years ago

Python version?

AWyattV commented 3 years ago

3.9.2

AWyattV commented 3 years ago

just updated prior

Datalux commented 3 years ago

Try to use Python 3.6

AWyattV commented 3 years ago

ok will do let u know shortly

mtlhdnrd commented 3 years ago

Yes I double checked that I was in Osintgram. That was my first thought but its all in there

Osintgram conf doc LICENSE main.py output README.md requirements.txt src

it's config not conf. try renaming the folder

preesha310 commented 3 years ago

i created username.conf and pw.conf what scould i do with credentials igot this error

Error: "username" field cannot be blank in "config/credentials.ini"

zlayes commented 3 years ago

edit the credentials.ini file and put your username and pw there not in new files

preesha310 commented 3 years ago

Hay thank you bro

On Fri, Apr 9, 2021, 9:32 PM zlayes @.***> wrote:

edit the credentials.ini file and put your username and pw there not in new files

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Datalux/Osintgram/issues/48#issuecomment-816785738, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARXKMOOP34FFNEOEJX6UFBLTH4QLDANCNFSM4Q2NKB5Q .

preesha310 commented 3 years ago

when i type any commend i get this what to do

Run a command: info double free or corruption (out) Aborted

wendel1291 commented 3 years ago

i found a very dumb way to fix this cd into config and open the creds file and literally just type in user and password and save ... and bam worked for me

igotnochill commented 3 years ago

Actually even I'm facing the same issue but also i'm new to coding and having trouble to find the credentials.ini file in which the username and pw conf is supposed to be entered can anyone please help? and get me the exact commands please? and also whenever i make mkdir config it says that it already exist so i removed it using rm -rf config and created again but still i have no luck onto the same... can anyone please help?

igotnochill commented 3 years ago

i found a very dumb way to fix this cd into config and open the creds file and literally just type in user and password and save ... and bam worked for me

can you please send me the intext

chivv87 commented 3 years ago

COMMANDS git clone https://github.com/Datalux/Osintgram.git ls cd Osintgram/ sudo apt install python3 sudo apt install python3-pip pip3 install -r requirements.txt mkdir config cd config echo "NAME" > username.conf echo "PASSWORD" > pw.conf echo "{}" > settings.json ls cd .. python3 main.py NAME

*****:~/cloudshellopen/sherlock-6/Osintgram$ python3 main.py NAME ____ . ____ \ || / | ____ __ / | \ / / |/ \ / _ \ / / | \ | | | \ | / // > | // _ | Y Y / >|| /| /|| (__ /|| / / / / /____/ / /

Version 1.2 - 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'

Error: "username" field cannot be blank in "config/credentials.ini" *****:~/cloudshell_open/sherlock-6/Osintgram$

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ HI GUYS DOES SOMEONE KNOW HOW I CAN FIX THIS ERROR ?

mtlhdnrd commented 3 years ago

The credential system has been updated a while ago, now you put creds in the credentials.ini file. Also, please don't use all caps

chivv87 commented 3 years ago

aa oke thank you

reda601 commented 3 years ago

The credential system has been updated a while ago, now you put creds in the credentials.ini file. Also, please don't use all caps

hey, could tel please the right way to put creds in the credentials.ini file (I'm a beginner)

reda601 commented 3 years ago

COMMANDS git clone https://github.com/Datalux/Osintgram.git ls cd Osintgram/ sudo apt install python3 sudo apt install python3-pip pip3 install -r requirements.txt mkdir config cd config echo "NAME" > username.conf echo "PASSWORD" > pw.conf echo "{}" > settings.json ls cd .. python3 main.py NAME

*****:~/cloudshellopen/sherlock-6/Osintgram$ python3 main.py NAME ____ . ____ \ || / | ____ __ / | \ / / |/ \ / _ \ / / | \ | | | \ | / // > | // _ | Y Y / >|| /| /|| (__ /|| / / / / /____/ / /

Version 1.2 - 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'

Error: "username" field cannot be blank in "config/credentials.ini" *****:~/cloudshell_open/sherlock-6/Osintgram$

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ HI GUYS DOES SOMEONE KNOW HOW I CAN FIX THIS ERROR ?

if u finded the solution please tell me how to do it cause I have exactly the same error

mtlhdnrd commented 3 years ago

The credential system has been updated a while ago, now you put creds in the credentials.ini file. Also, please don't use all caps

hey, could tel please the right way to put creds in the credentials.ini file (I'm a beginner)

you literally just write your pw and username after the = sign

reda601 commented 3 years ago

The credential system has been updated a while ago, now you put creds in the credentials.ini file. Also, please don't use all caps

hey, could tel please the right way to put creds in the credentials.ini file (I'm a beginner)

you literally just write your pw and username after the = sign

That's the exact error that I have : Error: "username" field cannot be blank in "config/credentials.ini" *****:~/cloudshell_open/sherlock-6/Osintgram$ So where I have to write my pw and username I don't see = sign ; please help !

rifat616 commented 3 years ago

Same problem as reda601 anyone can please help.

mtlhdnrd commented 3 years ago

The credential system has been updated a while ago, now you put creds in the credentials.ini file. Also, please don't use all caps

hey, could tel please the right way to put creds in the credentials.ini file (I'm a beginner)

you literally just write your pw and username after the = sign

That's the exact error that I have : Error: "username" field cannot be blank in "config/credentials.ini" *****:~/cloudshell_open/sherlock-6/Osintgram$ So where I have to write my pw and username I don't see = sign ; please help !

you should have a credentials.ini file in the config directory containing this: [Credentials] username = yourusername password = yourpassword

rifat616 commented 3 years ago

The credential system has been updated a while ago, now you put creds in the credentials.ini file. Also, please don't use all caps

hey, could tel please the right way to put creds in the credentials.ini file (I'm a beginner)

you literally just write your pw and username after the = sign

That's the exact error that I have : Error: "username" field cannot be blank in "config/credentials.ini" *****:~/cloudshell_open/sherlock-6/Osintgram$ So where I have to write my pw and username I don't see = sign ; please help !

you should have a credentials.ini file in the config directory containing this: [Credentials] username = yourusername password = yourpassword

But how can open it and change it in google cloud console???

mtlhdnrd commented 3 years ago

The credential system has been updated a while ago, now you put creds in the credentials.ini file. Also, please don't use all caps

hey, could tel please the right way to put creds in the credentials.ini file (I'm a beginner)

you literally just write your pw and username after the = sign

That's the exact error that I have : Error: "username" field cannot be blank in "config/credentials.ini" *****:~/cloudshell_open/sherlock-6/Osintgram$ So where I have to write my pw and username I don't see = sign ; please help !

you should have a credentials.ini file in the config directory containing this: [Credentials] username = yourusername password = yourpassword

But how can open it and change it in google cloud console???

there's nano, vim and emacs. what else do you want?

rifat616 commented 3 years ago

Did it work for you? I was in osintgram directory than i typed Nano config/credentials.ini Than i saw blank so i wrote username = Password = But then when running osintgram It says error file contains no section header What should i do now?? I am running this in google cloud console Pls tell me gow to fix it step my step

On Thu, 6 May 2021, 2:28 pm sk313t0n, @.***> wrote:

The credential system has been updated a while ago, now you put creds in the credentials.ini file. Also, please don't use all caps

hey, could tel please the right way to put creds in the credentials.ini file (I'm a beginner)

you literally just write your pw and username after the = sign

That's the exact error that I have : Error: "username" field cannot be blank in "config/credentials.ini" *****:~/cloudshell_open/sherlock-6/Osintgram$ So where I have to write my pw and username I don't see = sign ; please help !

you should have a credentials.ini file in the config directory containing this: [Credentials] username = yourusername password = yourpassword

But how can open it and change it in google cloud console???

there's nano, vim and emacs. what else do you want?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Datalux/Osintgram/issues/48#issuecomment-833336910, or unsubscribe https://github.com/notifications/unsubscribe-auth/AT5O66G5NEL65IM3VDBMZUTTMJHJNANCNFSM4Q2NKB5Q .

mtlhdnrd commented 3 years ago

The credential system has been updated a while ago, now you put creds in the credentials.ini file. Also, please don't use all caps

hey, could tel please the right way to put creds in the credentials.ini file (I'm a beginner)

you literally just write your pw and username after the = sign

That's the exact error that I have : Error: "username" field cannot be blank in "config/credentials.ini" *****:~/cloudshell_open/sherlock-6/Osintgram$ So where I have to write my pw and username I don't see = sign ; please help !

you should have a credentials.ini file in the config directory containing this: [Credentials] username = yourusername password = yourpassword

@rifat616 did you read this?

VivekDevdhar commented 3 years ago

i found a very dumb way to fix this cd into config and open the creds file and literally just type in user and password and save ... and bam worked for me

It worked for me too bro, thank you

VivekDevdhar commented 3 years ago

i found a very dumb way to fix this cd into config and open the creds file and literally just type in user and password and save ... and bam worked for me

can you please send me the intext

Go to credentials.ini folder through home->config->credentials.ini manually and enter the username and password there. You cant open credentials.ini through cmd.

abdullah-rashid62 commented 3 years ago

i found a very dumb way to fix this cd into config and open the creds file and literally just type in user and password and save ... and bam worked for me

can you please send me the intext

Go to credentials.ini folder through home->config->credentials.ini manually and enter the username and password there. You cant open credentials.ini through cmd.

Thank you GreatWay!

Rajgadhvi5323 commented 3 years ago

Yes I double checked that I was in Osintgram. That was my first thought but its all in there

Osintgram conf doc LICENSE main.py output README.md requirements.txt src

Your problem solved ?

Rajgadhvi5323 commented 3 years ago

I also face this problem how I can solve this

mtlhdnrd commented 3 years ago

The credential system has been updated a while ago, now you put creds in the credentials.ini file. Also, please don't use all caps

hey, could tel please the right way to put creds in the credentials.ini file (I'm a beginner)

you literally just write your pw and username after the = sign

That's the exact error that I have : Error: "username" field cannot be blank in "config/credentials.ini" *****:~/cloudshell_open/sherlock-6/Osintgram$ So where I have to write my pw and username I don't see = sign ; please help !

you should have a credentials.ini file in the config directory containing this: [Credentials] username = yourusername password = yourpassword

@Rajgadhvi5323 Pls read comments before asking. This is how you do it

whosj commented 3 years ago

The credential system has been updated a while ago, now you put creds in the credentials.ini file. Also, please don't use all caps

hey, could tel please the right way to put creds in the credentials.ini file (I'm a beginner)

you literally just write your pw and username after the = sign

That's the exact error that I have : Error: "username" field cannot be blank in "config/credentials.ini" *****:~/cloudshell_open/sherlock-6/Osintgram$ So where I have to write my pw and username I don't see = sign ; please help !

you should have a credentials.ini file in the config directory containing this: [Credentials] username = yourusername password = yourpassword

@Rajgadhvi5323 Pls read comments before asking. This is how you do it

After python3 main.py username and i got this ClientError Please wait a few minutes before you try again. (Code: 429, Response: {"message": "Please wait a few minutes before you try again.", "status": "fail"})Please wait a few minutes before you try again. How can i solve this problem ?

SuryaAbishek commented 3 years ago

The credential system has been updated a while ago, now you put creds in the credentials.ini file. Also, please don't use all caps

hey, could tel please the right way to put creds in the credentials.ini file (I'm a beginner)

you literally just write your pw and username after the = sign

That's the exact error that I have : Error: "username" field cannot be blank in "config/credentials.ini" *****:~/cloudshell_open/sherlock-6/Osintgram$ So where I have to write my pw and username I don't see = sign ; please help !

you should have a credentials.ini file in the config directory containing this: [Credentials] username = yourusername password = yourpassword

@Rajgadhvi5323 Pls read comments before asking. This is how you do it

After python3 main.py username and i got this ClientError Please wait a few minutes before you try again. (Code: 429, Response: {"message": "Please wait a few minutes before you try again.", "status": "fail"})Please wait a few minutes before you try again. How can i solve this problem ?

same problem.....exactly

rifat616 commented 3 years ago

Bruh I found how to do it much easier way Just go to osintgram directory and then type make setup

Then u should write ur ur insta dummy username ENTER then the password ENTER

DONE!¡¡¡

On Wed, 2 Jun 2021, 1:17 pm SuryaAbishek, @.***> wrote:

The credential system has been updated a while ago, now you put creds in the credentials.ini file. Also, please don't use all caps

hey, could tel please the right way to put creds in the credentials.ini file (I'm a beginner)

you literally just write your pw and username after the = sign

That's the exact error that I have : Error: "username" field cannot be blank in "config/credentials.ini" *****:~/cloudshell_open/sherlock-6/Osintgram$ So where I have to write my pw and username I don't see = sign ; please help !

you should have a credentials.ini file in the config directory containing this: [Credentials] username = yourusername password = yourpassword

@Rajgadhvi5323 https://github.com/Rajgadhvi5323 Pls read comments before asking. This is how you do it

After python3 main.py username and i got this ClientError Please wait a few minutes before you try again. (Code: 429, Response: {"message": "Please wait a few minutes before you try again.", "status": "fail"})Please wait a few minutes before you try again. How can i solve this problem ?

same problem.....exactly

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Datalux/Osintgram/issues/48#issuecomment-852802763, or unsubscribe https://github.com/notifications/unsubscribe-auth/AT5O66CQWM6JBLJ7J7IYV7LTQXLKLANCNFSM4Q2NKB5Q .

regsyt commented 3 years ago

but for some reason i cant writ the anything in the password section

Bruh I found how to do it much easier way Just go to osintgram directory and then type make setup Then u should write ur ur insta dummy username ENTER then the password ENTER DONE!¡¡¡

Shevinperera commented 3 years ago

but for some reason i cant writ the anything in the password section

Bruh I found how to do it much easier way Just go to osintgram directory and then type make setup Then u should write ur ur insta dummy username ENTER then the password ENTER DONE!¡¡¡

yeah same here

schmidtBalint commented 3 years ago

The issue I have is I can't save the edited credentials.ini file, it tells me permission denied, does someone have a solution for this?

ghost commented 3 years ago

but for some reason i cant writ the anything in the password section

Bruh I found how to do it much easier way Just go to osintgram directory and then type make setup Then u should write ur ur insta dummy username ENTER then the password ENTER DONE!¡¡¡

When you are typing out a password in Linux it does not show up. Just type it out and press enter. image

austinhomolka commented 3 years ago

i created username.conf and pw.conf what scould i do with credentials igot this error

Error: "username" field cannot be blank in "config/credentials.ini"

From Osintgram/config... "xdg-open credentials.ini"

trog23 commented 3 years ago

please someone help me with thisssss!!! how do you open credential file to put the username and password

HYDRAkid3 commented 3 years ago
 #nano config/credentials.ini

┌──(root💀kali)-[/home/hydrakid/Osintgram] └─# python3 main.py romreo_0989 Error: File contains no section headers. file: 'config/credentials.ini', line: 1
'username = **\n'

bardock069 commented 2 years ago

edit the credentials.ini file and put your username and pw there not in new files

how to do that?? if u dont mind plz elaborate plz.

Baka7272 commented 2 years ago

After I type the python3 main.py (username) command, I get this.. "Attempt to login.. Client error..................... "

Please help