OSI.IG Tool

1 min read

Guide For Install And Use OSI.IG Tool In Termux.

Installation Commands

pkg up -y

pkg install git -y

pkg install python -y

git clone https://github.com /th3unkn0n/osi.ig

cd osi.ig

pip install -r requirements.txt

Commands For Use OSI.IG tool

1. Get Information From Username

python main.py -u username

2. Scrape Tags From Username

python main.py -u username -t

3. Scrape Post Details From Username

python main.py -u username -p

4. Save Scraped Data From Username

python main.py -u username -s

Here : username = Username of victim's instagram account

I am Kunal and I am 14 years old

You may like these posts

  • Guide For Install WPScan Tool In Termux.WPSeku is a black box WordPress vulnerability scanner that can be used to scan remote WordPress installations to find security issues.Instal…
  • Guide For Install Cam-Hackers Tool In Termux.With the help of this tool you can view cameras of any country.Installation Commands #professor { border: 1px solid grey; padding-…
  • Guide For Install Crips Tool In Termux.Crips Contain IP Tools to quickly get information about IP Address's, Web Pages and DNS records.Installation Commands #professor { border:…
  • Guide For Install A2SV Tool In Termux.This Guide is for install tool in termuxInstallation Commands #professor { border: 1px solid grey; padding-left: 15px; background-color…
  • Guide For Install HashCode Tool In Termux.With the help of this tool you can encode or decode desired hash.Installation Commands #professor { border: 1px solid grey; padding-l…
  • Guide For Install GoblinWordGenerator Tool In Termux.This tool is python based wordlist generator for password cracking or bruteforce attack. You can generate target specific wordl…

Post a Comment