Skip to content

Instantly share code, notes, and snippets.

@edwinab1
Created April 13, 2017 01:16
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save edwinab1/2a22cd5d57d097f6ac9d02724a75bdd6 to your computer and use it in GitHub Desktop.
Save edwinab1/2a22cd5d57d097f6ac9d02724a75bdd6 to your computer and use it in GitHub Desktop.
Una manera fácil de doxear un perfil de facebook
#!/usr/bin/python3
""" author: qwart 2.0 | twitter: @qwartz_ """
#Credits for: RedBird & http://stalkscan.com/
#colors
cyan="\033[1;36m"
green="\033[1;32m"
reset="\033[00m"
print('Easy Doxing For Facebook | Credits: RedBird & http://stalkscan.com/\n')
user_id = input("What is the profile_id: ")
print(cyan,'\n___Profile___',reset)
print(green,"Pictures:",reset+"https://www.facebook.com/search/"+user_id+"/photos-by/")
print(green,"Videos:",reset+"https://www.facebook.com/search/"+user_id+"/videos-by/")
print(green,"Posts:",reset+"https://www.facebook.com/search/"+user_id+"/stories-by/")
print(green,"Groups:",reset+"https://www.facebook.com/search/"+user_id+"/groups")
print(green,"Future events:",reset+"https://www.facebook.com/search/"+user_id+"/events-joined/")
print(green,"Past events:",reset+"https://www.facebook.com/search/"+user_id+"/events-joined/in-past/date/events/intersect/")
print(green,"Games:",reset+"https://www.facebook.com/search/"+user_id+"/apps-used/game/apps/intersect")
print(green,"Apps:",reset+"https://www.facebook.com/search/"+user_id+"/apps-used/")
print(cyan,'\n___Tags___',reset)
print(green,"Pictures:",reset+"https://www.facebook.com/search/"+user_id+"/photos-of/intersect")
print(green,"Video:",reset+"https://www.facebook.com/search/"+user_id+"/videos-of/intersect")
print(green,"Posts:",reset+"https://www.facebook.com/search/"+user_id+"/stories-tagged/intersect")
print(cyan,'\n___Comments___',reset)
print(green,"Pictures:",reset+"https://www.facebook.com/search/"+user_id+"/photos-commented/intersect")
print(cyan,'\n___Liked___',reset)
print(green,"Pictures:",reset+"https://www.facebook.com/search/"+user_id+"/photos-liked/intersect")
print(green,"Videos:",reset+"https://www.facebook.com/search/"+user_id+"/videos-liked/intersect")
print(green,"Posts:",reset+"https://www.facebook.com/search/"+user_id+"/stories-liked/intersect")
print(cyan,'\n___Places___',reset)
print(green,"All:",reset+"https://www.facebook.com/search/"+user_id+"/places-visited/")
print(green,"Bars:",reset+"https://www.facebook.com/search/"+user_id+"/places-visited/110290705711626/places/intersect/")
print(green,"Restaurants:",reset+"https://www.facebook.com/search/"+user_id+"/places-visited/273819889375819/places/intersect/")
print(green,"Stores:",reset+"https://www.facebook.com/search/"+user_id+"/places-visited/200600219953504/places/intersect/")
print(green,"Outdoors:",reset+"https://www.facebook.com/search/"+user_id+"/places-visited/935165616516865/places/intersect/")
print(green,"Hotels:",reset+"https://www.facebook.com/search/"+user_id+"/places-visited/164243073639257/places/intersect/")
print(green,"Theaters:",reset+"https://www.facebook.com/search/"+user_id+"/places-visited/192511100766680/places/intersect/")
print(cyan,'\n___People___',reset)
print(green,"Family:",reset+"https://www.facebook.com/search/"+user_id+"/relatives/intersect")
print(green,"Friends:",reset+"https://www.facebook.com/search/"+user_id+"/friends/intersect")
print(green,"Friends of friends:",reset+"https://www.facebook.com/search/"+user_id+"/friends/friends/intersect")
print(green,"Co-workers:",reset+"https://www.facebook.com/search/"+user_id+"/employees/intersect/")
print(green,"Classmates:",reset+"https://www.facebook.com/search/"+user_id+"/schools-attended/ever-past/intersect/students/intersect/")
print(green,"Locals:",reset+"https://www.facebook.com/search/"+user_id+"/current-cities/residents-near/present/intersect")
print(cyan,'\n___Interests___',reset)
print(green,"Pages:",reset+"https://www.facebook.com/search/"+user_id+"/pages-liked/intersect")
print(green,"Political parties:",reset+"https://www.facebook.com/search/"+user_id+"/pages-liked/161431733929266/pages/intersect/")
print(green,"Religion:",reset+"https://www.facebook.com/search/"+user_id+"/pages-liked/religion/pages/intersect/")
print(green,"Music:",reset+"https://www.facebook.com/search/"+user_id+"/pages-liked/musician/pages/intersect/")
print(green,"Movies:",reset+"https://www.facebook.com/search/"+user_id+"/pages-liked/movie/pages/intersect/")
print(green,"Books:",reset+"https://www.facebook.com/search/"+user_id+"/pages-liked/book/pages/intersect/")
print(green,"Places:",reset+"https://www.facebook.com/search/"+user_id+"/places-liked/\n")
@Marcoalfa
Copy link

momo

@felipe1233
Copy link

??

@alejandemon
Copy link

alejademon

@Momo12345678910
Copy link

Xd

@jasminrosi
Copy link

momo2

@Rivaldojoseagamez
Copy link

:v

@Smilerghost123
Copy link

Como se usa??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment