From 1c808bb038936f0159d95e50655ae4af17d90767 Mon Sep 17 00:00:00 2001 From: OhShINT <87458889+OhShINT@users.noreply.github.com> Date: Thu, 28 Oct 2021 13:40:24 -0700 Subject: [PATCH] Update All_Things_OSINT_and_OnlyFans.md --- .../All_Things_OSINT_and_OnlyFans.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/OSINT_Articles/All_Things_OSINT_and_OnlyFans/All_Things_OSINT_and_OnlyFans.md b/OSINT_Articles/All_Things_OSINT_and_OnlyFans/All_Things_OSINT_and_OnlyFans.md index c181feb..21bf1bf 100644 --- a/OSINT_Articles/All_Things_OSINT_and_OnlyFans/All_Things_OSINT_and_OnlyFans.md +++ b/OSINT_Articles/All_Things_OSINT_and_OnlyFans/All_Things_OSINT_and_OnlyFans.md @@ -174,10 +174,12 @@ I'll also be using [Cardi B's](https://onlyfans.com/iamcardib) profile as an exa Next, open the ***"Inspector"*** menu and click on the ***"Network"*** tab. Hit F5 to refresh the page, now search for the target username in the search bar and you will be presented with user profile information in JSON format. Be sure to save the raw JSON data and open all of the *avatar.jpg* and *header.jpg* image URLs and save them all to your drive for later reference. -> https://public.onlyfans.com/files/whatever/avatar.jpg -> https://public.onlyfans.com/files/whatever/header.jpg -> https://public.onlyfans.com/files/thumbs/whatever/avatar.jpg -> https://public.onlyfans.com/files/thumbs/whatever/header.jpg +``` +https://public.onlyfans.com/files/whatever/avatar.jpg +https://public.onlyfans.com/files/whatever/header.jpg +https://public.onlyfans.com/files/thumbs/whatever/avatar.jpg +https://public.onlyfans.com/files/thumbs/whatever/header.jpg +``` ![img](Images/OF-iamcardib-JSON-Info.PNG)