GithubHelp home page GithubHelp logo

dalunacrobate / daprofiler Goto Github PK

View Code? Open in Web Editor NEW
102.0 9.0 21.0 2.44 MB

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.

License: GNU General Public License v3.0

Python 9.58% JavaScript 82.54% CSS 7.88%
osint python threat-intelligence social-media information-gathering profile facebook instagram skype osint-tools

daprofiler's Introduction

forthebadge made-with-python

GPLv3 license Open Source Love svg3

For educational purposes only.

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 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 ...

πŸ›  Installation - Linux

Python 3.8 required

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

πŸ’» Use

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

optional arguments:
  -h, --help            show this help message and exit
  -n NAME, --name NAME  Victim name
  -l LOGGING, --logging LOGGING
                        Enable terminal logging (Optional)
  -ln LASTNAME, --lastname LASTNAME
                        Last name of victim
  -e EMAIL, --email EMAIL
                        Email (Optional)
  -O OUTPUT, --output OUTPUT
                        ( -O output.txt )
  -W WEBUI, --webui WEBUI
                        Open HTML report at the end

πŸ“· Demo

WEB UI

Alt Text

CONSOLE

πŸ›  Api

Source Service type Subscription Key in code
Leakcheck.net Breach Search Premium πŸ”‘ ❌
apilayer.net Phone infos Free βœ… βœ…

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.

πŸ“ Contact

Mail : [email protected].
Discord : Dalunacrobate#6166
Discord server : https://discord.gg/6yJuV4zc2h

πŸ“š Contributions

All suggestions are welcome.

saythanks

daprofiler's People

Contributors

dalunacrobate avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

daprofiler's Issues

fix it

when I search for a person's information, the results are osfuscated and therefore unreadable. can you fix it because we can't read osfuscated code

alt tag

not working

Traceback (most recent call last):
  File "C:\Users\xxx\Downloads\DaProfiler\profiler.py", line 504, in <module>
    webui()
  File "C:\Users\xxx\Downloads\DaProfiler\profiler.py", line 488, in webui
    y = json.loads(x.text)
        ^^^^^^^^^^^^^^^^^^
  File "C:\Users\xxx\AppData\Local\Programs\Python\Python311\Lib\json\__init__.py", line 346, in loads
    return _default_decoder.decode(s)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\xxx\AppData\Local\Programs\Python\Python311\Lib\json\decoder.py", line 337, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\xxx\AppData\Local\Programs\Python\Python311\Lib\json\decoder.py", line 355, in raw_decode
    raise JSONDecodeError("Expecting value", s, err. Value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

:-/

Python problem ?

Hello
i have the last version of python 2 and python 3 and there is a problem with the tool
python

the tool is not working (kali linux)
any help ?
Thx

Test

profiler.py -n John -ln DOE -W WEBUI

Erreur lors du lancement du programme.

Lorsque je lance le programme, quelles que soient les options, cela m'affiche :

Traceback (most recent call last): File "profiler.py", line 2, in <module> import threading, time, colorama, treelib, random, sys, os, argparse ModuleNotFoundError: No module named 'treelib'
Bonne chance !

requests.exceptions.InvalidURL: Failed to parse

Hello there! While reviewing your Github profile, I wanted to take a look at a project you are still working on.
I downloaded it to my personal computer to see how the program works. Besides, I executed all the commands like you added to the readme file. However, I encountered the following error:

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/requests/models.py", line 379, in prepare_url
scheme, auth, host, port, path, query, fragment = parse_url(url)
File "/usr/lib/python3/dist-packages/urllib3/util/url.py", line 392, in parse_url
return six.raise_from(LocationParseError(source_url), None)
File "", line 3, in raise_from
urllib3.exceptions.LocationParseError: Failed to parse: https://fr-fr.facebook.com/public/....-....
During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "profiler.py", line 55, in
facebook_results = facebook_search.facebook_search(name=name,pren=pren)
File "/home/*****/MasaΓΌstΓΌ/DaProfiler/modules/facebook_search.py", line 6, in facebook_search
page = requests.get(url).content.decode('utf-8')
File "/usr/lib/python3/dist-packages/requests/api.py", line 75, in get
return request('get', url, params=params, **kwargs)
File "/usr/lib/python3/dist-packages/requests/api.py", line 60, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 519, in request
prep = self.prepare_request(req)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 452, in prepare_request
p.prepare(
File "/usr/lib/python3/dist-packages/requests/models.py", line 313, in prepare
self.prepare_url(url, params)
File "/usr/lib/python3/dist-packages/requests/models.py", line 381, in prepare_url
raise InvalidURL(*e.args)
requests.exceptions.InvalidURL:https://fr-fr.facebook.com/public/....-.....

It seems that the library you are using is no longer supported or it may have been upgraded to a new version. I wanted to report the error. You can solve the error by typing the version installed in your requirements.txt file or you can change the codes completely. The simplest way would be to edit the file. Good luck.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.