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â


