Osintgram icon indicating copy to clipboard operation
Osintgram copied to clipboard

Add heirarchy in output folder (based on target)

Open rishinair11 opened this issue 3 years ago • 6 comments

Fixes https://github.com/Datalux/Osintgram/issues/537

This PR stores the output photos of the photos command, into separate folders in the output directory, based on the target username.

output
├── dont_delete_this_folder.txt
├── target_1
│   ├── 2661892880972654705_1552784059.jpg
│   └── 2690951453557838074_1552784059.jpg
└── target_2
    ├── 2879901569904497617_45635562290.jpg
    └── 2880124787004280963_45635562290.jpg

2 directories, 4 files

@Datalux

rishinair11 avatar Jul 12 '22 07:07 rishinair11

Hey, could you help me please. How to open the images downloaded in the output folder? Can I download them to my local machine?

chiragtyagi2021 avatar Jul 17 '22 11:07 chiragtyagi2021

Hi @rishinair11 nice improvement! Can you also add this feature in v2 branch?

Datalux avatar Jul 19 '22 09:07 Datalux

Hi @rishinair11 nice improvement! Can you also add this feature in v2 branch?

Definitely

rishinair11 avatar Jul 19 '22 09:07 rishinair11

@Datalux So I was testing my changes for v2, but I got this error when running Osintgram.

rishinair11@Osintgram % python main.py rishinair11 --command photos

Logged as rishinair11. Target: rishinair11 [<redacted>] [PRIVATE PROFILE] [FOLLOWING]

Traceback (most recent call last):
  File "/Users/rishinair11/Projects/Osintgram/main.py", line 134, in <module>
    'addrs':            api.get_addrs,
AttributeError: 'Osintgram' object has no attribute 'get_addrs'

Also, in VS Code the get_addrs doesn't point to any code reference. image

I understand that the individual commands have been moved to their own folder with run.py and config.yaml for each. But, I'm not sure how they tie together with the main.py script. That mini-knowledge would certainly help me to add the changes to v2.

rishinair11 avatar Jul 19 '22 09:07 rishinair11

Hi @rishinair11 sorry for my late reply. Please ignore main.py and use osintgram.py.

Datalux avatar Oct 26 '22 08:10 Datalux

InstAgent 🔎📸

InstAgent is a tool on Instagram to collect, analyze, and run reconnaissance.

The original developer is Datalux.

Since the original version is more or less inactive, I took the initiative to continue with the developments.

t-abraham avatar Nov 21 '22 17:11 t-abraham