SoIG icon indicating copy to clipboard operation
SoIG copied to clipboard

OSINT Tool gets a range of information from an Instagram account 🛠

Results 5 SoIG issues
Sort by recently updated
recently updated
newest added

Command ran: `python3 main.py -u (username)` Python on version 3.10.5, running on Kali Linux ``` [+] getting profile ...Traceback (most recent call last): File "/home/kali/SoIG/main.py", line 19, in ig =...

Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...

dependencies

Bumps [requests](https://github.com/psf/requests) from 2.26.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

dependencies

[+] getting profile ...Traceback (most recent call last): File "/home/kali/Instagram Tools/SoIG/main.py", line 19, in ig = main(user=args["username"]) File "/home/kali/Instagram Tools/SoIG/api/api.py", line 64, in __init__ self.get_profile() File "/home/kali/Instagram Tools/SoIG/api/api.py", line 76,...

File "/home/kali/SoIG/main.py", line 19, in ig = main(user=args["username"]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/kali/SoIG/api/api.py", line 64, in __init__ self.get_profile() File "/home/kali/SoIG/api/api.py", line 76, in get_profile self.data = json.loads(more_data[3].get_text()[21:].strip(";")) ~~~~~~~~~^^^ IndexError: list index out...