Hacking machine - Kali linux or any linux even (Google cloud console will do the job)
That's basically it. Of course, you need the basic command language of Linux for fixing any error that pops up. But installation is very easy
Start by getting Python 3 into your system
Enter these into the terminal:
sudo apt install python3 sudo apt install python 3-pip pip3 install -r requirements.txt python3 main.py --username USERNAME
Tool installation by:
git clone GitHub—Datalux/ Osintgram: Osintgram is an OSINT tool on Instagram. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname
navigate to cd Osintgram
create a directory called config: mkdir config
Enter into the config directory; then this is the place where you set your own credentials or any fake Instagram account that you created for this hack. This is yours, not the target's.
set username by : echo “USERNAME” > username.conf
.conf
set settings: echo “{}” > settings.json
if you “ls” this, you should see three files: pw.conf, settings.json, username.conf
If not, fix it???
Head into Osintgram directory and run this: python3 main.py “Target username here."
That's it. Get help by running the list command.
Run Docker by:
docker build -t osintgram
```
```
docker run --rm -it -v “$PWD/output:/home/osintgram/output” osintgram
Or you could just do this
cd into osintgram directory
run ‘python3 -m venv venv’
then ‘source /venv/bin/activate’
then ‘pip3 install -r requirements.txt’
and then you're all good to go, so you can just run 'python3 main.py ‘TARGETUSERNAME’
That's basically it. Of course, you need the basic command language of Linux for fixing any error that pops up. But installation is very easy
Start by getting Python 3 into your system
Enter these into the terminal:
sudo apt install python3 sudo apt install python 3-pip pip3 install -r requirements.txt python3 main.py --username USERNAME
Tool installation by:
git clone GitHub—Datalux/ Osintgram: Osintgram is an OSINT tool on Instagram. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname
navigate to cd Osintgram
create a directory called config: mkdir config
Enter into the config directory; then this is the place where you set your own credentials or any fake Instagram account that you created for this hack. This is yours, not the target's.
set username by : echo “USERNAME” > username.conf
.conf
set settings: echo “{}” > settings.json
if you “ls” this, you should see three files: pw.conf, settings.json, username.conf
If not, fix it???
Head into Osintgram directory and run this: python3 main.py “Target username here."
That's it. Get help by running the list command.
Run Docker by:
docker build -t osintgram
```
```
docker run --rm -it -v “$PWD/output:/home/osintgram/output” osintgram
Or you could just do this
cd into osintgram directory
run ‘python3 -m venv venv’
then ‘source /venv/bin/activate’
then ‘pip3 install -r requirements.txt’
and then you're all good to go, so you can just run 'python3 main.py ‘TARGETUSERNAME’


