DaProfiler allows you to get emails, social medias, adresses, works and more on your target using web scraping and google dorking techniques

Overview

alt text

forthebadge made-with-python GPLv3 license Open Source Love svg3

For educational purposes only.

DaProfiler allows you to get emails, social medias, adresses, works and more on your target using web scraping and google dorking techniques, based in France Only. The particularity of this program is its ability to find your targets e-mail adresses.

alt text

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 of a target via searches on Skype, Pinterest and tests of combining e-mail addresses followed by a check to know if the email address exists or not (Beware of false negatives, the results displayed do not necessarily relate to the target you are looking for if another person has the same name - first name). DaProfiler is also able to check the words of a an instagram bio to find interesting information such as : Email addresses, Paypal.me profiles,Sexual Orientation,City,School,Age,Ethnicity,Religions,Hobbies and more ...

Official website www.cnil.me/daprofiler/

Install

Python 3.8 required

git clone https://github.com/TheRealDalunacrobate/DaProfiler.git
cd DaProfiler
pip install -r requirements.txt

Use

profiler.py -n [NAME] -ln [LAST NAME] -l True -O txt_file.txt
(Target Name) (Target Last Name) (Enable Terminal Logging) (Output to txt_file.txt)

=====================================================================

usage: profiler.py [-h] [-n NAME] [-l LOGGING] [-ln LASTNAME] [-O OUTPUT]

  -h, --help            show this help message and exit
  -n NAME, --name NAME  Victim name
  -ln LASTNAME, --lastname LASTNAME
                        Last name of victim
  -u UPDATE, --update UPDATE
                        Update DaProfiler (Optional)

WARNING !

If you are not login to the hub and you search people, your search will be save to the hub. Please register to the hub and use -pp to push private your search.

Demo

alt text

Api

Source Service type Subscription Key in code
Leakcheck.net Breach Search Premium No
apilayer.net Phone infos Free (In code) Yes

Add your premium api keys :

  • Go to modules\api_modules then open your API module (ex Leakcheck), replace "YOUR_KEY" to your key, save and quit your text editor.

Hub

This branch of daprofiler is supporting the OSINT-HUB integration

create "./user/key.txt" with your osint-hub key inside see exemple.txt

Args Description Stable
-hubR,--hub-register Permit to register user in the hub true
-hubL,--hub-login Permet to login to the hub true
-hubU,--hub-username Set your username true
-hubP,--hub-password Set your password true
-hubS,--hub-search Also search on the hub true
-pp,--push-private Set your search in private true
-pg,--push-group Set your search in private true

Exemple

Register to the hub

python profiler.py --hub-register True --hub-username rabbit --hub-password Aqwzsx1234

Search with hub research

python profiler.py -n amelie -ln delacroix --hub-search True

note that a public search use your participation coin :p

Hub info

Made by: Alice Snow
Possible to use a nodejs client to explore: Here
Website www.cnil.me is the official acces hub website

Admin can delete all your data just if he want ! no need reason !

educational propose only

Contact

Mail : [email protected].
Discord : Dalunacrobate#6166
Discord server : Here

Contributions

All suggestions are welcome.

Code parts used under license and authors

Comments
  • ModuleNotFoundError: No module named 'colorama'

    ModuleNotFoundError: No module named 'colorama'

    Bonjour, j'ai un soucis quand je lance les requirements tous fonctionne et dès que je lance la commande py profiler.py -h ça me met ceci merci

    Traceback (most recent call last): File "C:\Users\mikou\Desktop\DaProfiler-main\profiler.py", line 1, in from colorama.initialise import init ModuleNotFoundError: No module named 'colorama'

    cordialement Liweyz

    help wanted 
    opened by Liweyz 5
  • Name of the city is truncated

    Name of the city is truncated

    Fix : tree.create_node('{} | {}\t| {}'.format(i['Age'],i['Name'],i['Loc']),parent=41518181871541514778)

    1st letter of the city waq truncated in the tree view

    bug 
    opened by ThierryGuegan 4
  • profiler.py: command not found

    profiler.py: command not found

    Hello, sorry for this post i"m an absolute noob and i use osint tools in google cloud shell. I correctly cloned the repo but when i try to use it, it doesn't work.

    image

    Even if try something like profiler.py -n NAME -ln NAME etc... the command is not found in all cases (and yeah i indeed did cd DaProfiler so i'm in the correct directory)

    Thanks in advance for you patience.

    help wanted 
    opened by CookSavon 2
  • suggestions

    suggestions

    1. use httpx instead of requests it works the same but is much faster
    2. fix the bug showing "cannot import last_diplomes.py from modules" -- its a simple fix just add the "last_diplomes.py" file into /modules
    3. add more and automatic api implementation instead of having users get there own
    enhancement 
    opened by imvast 2
  • ImportError with Soundclound library

    ImportError with Soundclound library

    Describe the bug Problem with the soundclound library.

    ImportError: cannot import name 'soundclound' from 'modules' (unknown location)
    

    To Reproduce Steps to reproduce the behaviour:

    1. pip install -r requirements.txt
    2. python3 profiler.py

    Screenshots If applicable, add screenshots to help explain your problem.

    Desktop (please complete the following information):

    • OS: Debian GNU/Linux 11
    • Browser: Firefox
    • Version: 102.4.0esr
    bug 
    opened by Sklyvan 1
  • official_linkedin_search_results is not defined.

    official_linkedin_search_results is not defined.

    File "C:\Users\aw\Desktop\osint stuff\DaProfiler-main\DaProfiler-main\profiler.py", line 269, in if official_linkedin_search_results is not None: NameError: name 'official_linkedin_search_results' is not defined

    bug 
    opened by rubliw 1
  • Bug majeur logiciel

    Bug majeur logiciel

    Traceback (most recent call last):
      File "/Users/alice/Documents/.../profiler.py", line 380, in <module>
        data = instagram_search.get_extra_data(username)
      File "/Users/alice/Documents/.../modules/instagram_search.py", line 404, in get_extra_data
        status = data['user']['status']
    TypeError: 'NoneType' object is not subscriptable
    
    bug 
    opened by Sn0wAlice 1
  • update_check???

    update_check???

    Traceback (most recent call last): File "profiler.py", line 23, in import threading, time, colorama, treelib, random, sys, os, argparse, json, requests, webbrowser File "C:\Python38\lib\site-packages\requests_init_.py", line 85, in check_compatibility(urllib3.version, chardet.version) AttributeError: module 'chardet' has no attribute 'version'

    help

    bug help wanted 
    opened by MythicApex 0
  • Suggestion for improving the quality

    Suggestion for improving the quality

    Hi,

    Attaching a suggestion for improving the robutness of your code and improve the debugging of the issues which may occur

    This will log the events in a normalized log file

    profiler.zip

    enhancement 
    opened by ThierryGuegan 1
Owner
Dalunacrobate
New account ! I lost github.com/Dalunacrobate
Dalunacrobate
A package that provides you Latest Cyber/Hacker News from website using Web-Scraping.

cybernews A package that provides you Latest Cyber/Hacker News from website using Web-Scraping. Latest Cyber/Hacker News Using Webscraping Developed b

Hitesh Rana 4 Jun 2, 2022
Simple library for exploring/scraping the web or testing a website you’re developing

Robox is a simple library with a clean interface for exploring/scraping the web or testing a website you’re developing. Robox can fetch a page, click on links and buttons, and fill out and submit forms.

Dan Claudiu Pop 79 Nov 27, 2022
Get-web-images - A python code that get images from any site

image retrieval This is a python code to retrieve an image from the internet, a

CODE 1 Dec 30, 2021
Works very well and you can ask for the type of image you want the scrapper to collect.

Works very well and you can ask for the type of image you want the scrapper to collect. Also follows a specific urls path depending on keyword selection.

Memo Sim 1 Feb 17, 2022
Web Scraping images using Selenium and Python

Web Scraping images using Selenium and Python A propos de ce document This is a markdown document about Web scraping images and videos using Selenium

Nafaa BOUGRAINE 3 Jul 1, 2022
Web-scraping - A bot using Python with BeautifulSoup that scraps IRS website by form number and returns the results as json

Web-scraping - A bot using Python with BeautifulSoup that scraps IRS website (prior form publication) by form number and returns the results as json. It provides the option to download pdfs over a range of years.

null 1 Jan 4, 2022
A training task for web scraping using python multithreading and a real-time-updated list of available proxy servers.

Parallel web scraping The project is a training task for web scraping using python multithreading and a real-time-updated list of available proxy serv

Kushal Shingote 1 Feb 10, 2022
Web-Scraping using Selenium Master

Web-Scraping using Selenium What is the need of Selenium? Some websites don't like to be scrapped and in that case you need to disguise your webscrapi

Md Rashidul Islam 1 Oct 26, 2021
Here I provide the source code for doing web scraping using the python library, it is Selenium.

Here I provide the source code for doing web scraping using the python library, it is Selenium.

M Khaidar 1 Nov 13, 2021
A simple django-rest-framework api using web scraping

Apicell You can use this api to search in google, bing, pypi and subscene and get results Method : POST Parameter : query Example import request url =

Hesam N 1 Dec 19, 2021
Amazon web scraping using Scrapy Framework

Amazon-web-scraping-using-Scrapy-Framework Scrapy Scrapy is an application framework for crawling web sites and extracting structured data which can b

Sejal Rajput 1 Jan 25, 2022
A web crawler script that crawls the target website and lists its links

A web crawler script that crawls the target website and lists its links || A web crawler script that lists links by scanning the target website.

null 2 Apr 29, 2022
Web scraping library and command-line tool for text discovery and extraction (main content, metadata, comments)

trafilatura: Web scraping tool for text discovery and retrieval Description Trafilatura is a Python package and command-line tool which seamlessly dow

Adrien Barbaresi 704 Jan 6, 2023
A web scraping pipeline project that retrieves TV and movie data from two sources, then transforms and stores data in a MySQL database.

New to Streaming Scraper An in-progress web scraping project built with Python, R, and SQL. The scraped data are movie and TV show information. The go

Charles Dungy 1 Mar 28, 2022
Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis and visualization.

Pattern Pattern is a web mining module for Python. It has tools for: Data Mining: web services (Google, Twitter, Wikipedia), web crawler, HTML DOM par

Computational Linguistics Research Group 8.4k Jan 8, 2023
🥫 The simple, fast, and modern web scraping library

About gazpacho is a simple, fast, and modern web scraping library. The library is stable, actively maintained, and installed with zero dependencies. I

Max Humber 692 Dec 22, 2022
Web Scraping OLX with Python and Bsoup.

webScrap WebScraping first step. Authors: Paulo, Claudio M. First steps in Web Scraping. Project carried out for training in Web Scrapping. The export

claudio paulo 5 Sep 25, 2022
Web-scraping - Program that scrapes a website for a collection of quotes, picks one at random and displays it

web-scraping Program that scrapes a website for a collection of quotes, picks on

Manvir Mann 1 Jan 7, 2022
Web Scraping Framework

Grab Framework Documentation Installation $ pip install -U grab See details about installing Grab on different platforms here http://docs.grablib.

null 2.3k Jan 4, 2023