All Projects β†’ megadose β†’ facebook_totem

megadose / facebook_totem

Licence: other
Totem allows you to retrieve information about ads of a facebook page , we can retrieve the number of people targeted, how much the ad cost and a lot of other information.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to facebook totem

DaProfiler
DaProfiler allows you to create a profile on your target based in France only. The particularity of this program is its ability to find the e-mail addresses your target.
Stars: ✭ 58 (+13.73%)
Mutual labels:  facebook, osint, information-gathering, osint-tools
Mr.Holmes
πŸ” A Complete Osint Tool
Stars: ✭ 307 (+501.96%)
Mutual labels:  osint, information-gathering, open-source-intelligence, osint-tools
toutatis
Toutatis is a tool that allows you to extract information from instagrams accounts such as e-mails, phone numbers and more
Stars: ✭ 803 (+1474.51%)
Mutual labels:  osint, information-gathering, open-source-intelligence, osint-tools
querytool
Querytool is an OSINT framework based on Google Spreadsheets. With this tool you can perform complex search of terms, people, email addresses, files and many more.
Stars: ✭ 104 (+103.92%)
Mutual labels:  osint, information-gathering, osint-tools
FisherMan
CLI program that collects information from facebook user profiles via Selenium.
Stars: ✭ 117 (+129.41%)
Mutual labels:  facebook, osint, information-gathering
IRIS
πŸ” IRIS: An open-source intelligence framework
Stars: ✭ 79 (+54.9%)
Mutual labels:  osint, information-gathering, open-source-intelligence
Phoneinfoga
PhoneInfoga is one of the most advanced tools to scan international phone numbers using only free resources. It allows you to first gather standard information such as country, area, carrier and line type on any international phone number. Then search for footprints on search engines to try to find the VoIP provider or identify the owner.
Stars: ✭ 5,927 (+11521.57%)
Mutual labels:  osint, information-gathering, open-source-intelligence
TIGMINT
TIGMINT: OSINT (Open Source Intelligence) GUI software framework
Stars: ✭ 195 (+282.35%)
Mutual labels:  osint, information-gathering, open-source-intelligence
Rengine
reNgine is an automated reconnaissance framework for web applications with a focus on highly configurable streamlined recon process via Engines, recon data correlation and organization, continuous monitoring, backed by a database, and simple yet intuitive User Interface. reNgine makes it easy for penetration testers to gather reconnaissance with…
Stars: ✭ 3,439 (+6643.14%)
Mutual labels:  osint, information-gathering
Fbi
Facebook Information
Stars: ✭ 660 (+1194.12%)
Mutual labels:  facebook, information-gathering
Aliens eye
Social media hunter
Stars: ✭ 105 (+105.88%)
Mutual labels:  osint, information-gathering
Moriarty Project
This tool gives information about the phone number that you entered.
Stars: ✭ 223 (+337.25%)
Mutual labels:  osint, information-gathering
gosint
Gosint is a distributed asset information collection and vulnerability scanning platform
Stars: ✭ 344 (+574.51%)
Mutual labels:  osint, information-gathering
Pdlist
A passive subdomain finder
Stars: ✭ 204 (+300%)
Mutual labels:  osint, information-gathering
Discover
Custom bash scripts used to automate various penetration testing tasks including recon, scanning, parsing, and creating malicious payloads and listeners with Metasploit.
Stars: ✭ 2,548 (+4896.08%)
Mutual labels:  osint, information-gathering
emailGuesser
This is an open source project which helps users "guess" their target's email address based on multiple inputs and preferences.
Stars: ✭ 52 (+1.96%)
Mutual labels:  osint, open-source-intelligence
Hack4Squad
πŸ’€ A bash hacking and scanning framework.
Stars: ✭ 45 (-11.76%)
Mutual labels:  osint, information-gathering
Investigo
πŸ”Ž Find usernames and download their data across social media.
Stars: ✭ 168 (+229.41%)
Mutual labels:  osint, information-gathering
gotor
This program provides efficient web scraping services for Tor and non-Tor sites. The program has both a CLI and REST API.
Stars: ✭ 97 (+90.2%)
Mutual labels:  osint, osint-tools
GatherInfo
俑息攢集 OR δΏ‘ζ―ζœι›†
Stars: ✭ 770 (+1409.8%)
Mutual labels:  osint, information-gathering

Totem

PyPI PyPI - Week PyPI - Downloads PyPI - License

For BTC Donations : 1FHDM49QfZX6pJmhjLE5tB2K6CaTLMZpXZ

Educational purposes only

Totem allows you to retrieve information about ads of a facebook page , we can retrieve the number of people targeted, how much the ad cost and a lot of other information.

forthebadge made-with-python

Project example : Totem maltego

Demo

HD Demo

hammer_and_wrench Installation

With PyPI

pip3 install facebook_totem

With Github

git clone https://github.com/megadose/facebook_totem.git
cd facebook_totem/
python3 setup.py install

Usage of Totem.py

python3 Totem.py [-h] --mode MODE [--url URL] [--urls URLS] [--columns COLUMNS] [--target TARGET] --output OUTPUT

-h, --help show the help message and exit
--mode MODE There are different modes:

​ - single : to get all ads on a page

​ - multi : to get the ads on different pages

​ - search : to search a page

--url URL The url of the target page (single mode)
--urls URLS Csv file with the lists of the target urls (multi mode)
--columns COLUMNS The name of the column with the urls (multi mode)
--target TARGET Target name (search mode)
--output OUTPUT Name of the csv output file ( single and search mode )

The output is in the output folder, for the multi mode the name of the file is the name of the page + id of the page.

Usage of facebook_totem with python:

from facebook_totem import *
getIdFromUrl(url) #to get a ID of a facebook page from the url of this page the output is the id
getFacebookPageFromName(name) #to search facebook page with a name the output is a list of the pages with this name
getAdsFromId(id) #to get all ads of a facebook page from the id of this page the output is a list of all ads
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].