From 5074c5f0ae59e94f7cacf11569f90c28e63b8421 Mon Sep 17 00:00:00 2001 From: angelfxck <164241843+angelfxck@users.noreply.github.com> Date: Wed, 14 May 2025 23:38:00 -0600 Subject: [PATCH] Create Type 1 --- Type 1 | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Type 1 diff --git a/Type 1 b/Type 1 new file mode 100644 index 000000000..e27e52b75 --- /dev/null +++ b/Type 1 @@ -0,0 +1,23 @@ +- addrs Get all registered addressed by target photos +- captions Get user's photos captions +- comments Get total comments of target's posts +- followers Get target followers +- followings Get users followed by target +- fwersemail Get email of target followers +- fwingsemail Get email of users followed by target +- fwersnumber Get phone number of target followers +- fwingsnumber Get phone number of users followed by target +- hashtags Get hashtags used by target +- info Get target info +- likes Get total likes of target's posts +- mediatype Get user's posts type (photo or video) +- photodes Get description of target's photos +- photos Download user's photos in output folder +- propic Download user's profile picture +- stories Download user's stories +- tagged Get list of users tagged by target +- wcommented Get a list of user who commented target's photos +- wtagged Get a list of user who tagged target +docker build -t osintgram . +docker run --rm -it -v "$PWD/output:/home/osintgram/output" osintgram +docker-compose run osintgram