Giter Site home page Giter Site logo

daprofiler / daprofiler Goto Github PK

View Code? Open in Web Editor NEW
772.0 10.0 87.0 2.28 MB

DaProfiler is an OSINT tool allowing you to collect certain information about yourself in order to rectify by rgpd requests the traces you may have left on the net. DaProfiler is indeed able to recover: Addresses, Social media accounts, e-mail addresses, mobile / landline number, jobs.

Home Page: https://tinyurl.com/DaProfiler

License: GNU General Public License v3.0

Python 100.00%
osint social-media social-network instagram email facebook skype python osint-python osint-tools

daprofiler's Introduction

alt text

DaProfiler is an OSINT tool capable of tracing the digital identity of a target via social networks, emails, public information such as directories, business listings, etc. DaProfiler is also able to check if a face appears on the profile photos of returned accounts. DaProfiler can bring you a lot in the context of a search for email addresses on a French target using various techniques of mail guessing, mail swapping using the first and last name of your target. The developers inform you that you are responsible for the uses and actions you make of DaProfiler, this tool is above all a big data awareness tool, created to search for a person with his agreement and allow him to remove malicious traces of his digital identity to protect themselves.

Input : Name , Last Name
Output : email addresses, landline numbers, physical addresses, social networks, work history, photos, etc.

Installation

Python 3.8 & Mozilla Firefox required.

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

Connect to LinkedIN API

Demo

alt text

Contributions

All suggestions are welcome.

Code parts used under license and authors

daprofiler's People

Contributors

amaankhan4 avatar kazuko0110 avatar robin-velas avatar sklyvan avatar sn0walice avatar therealdalunacrobate avatar xunknown433 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  avatar

daprofiler's Issues

Installation error

Describe the bug
I'm use Kali linux in a virtual machine ( virtualbox )

When i try to install with pip install -r requirements.txt

i obtain this error :

`(kali㉿kali)-[~/DaProfiler]
└─$ pip install -r requirements.txt   
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: requests in /usr/lib/python3/dist-packages (from -r requirements.txt (line 1)) (2.28.1)
Requirement already satisfied: bs4 in /home/kali/.local/lib/python3.11/site-packages (from -r requirements.txt (line 2)) (0.0.1)
Requirement already satisfied: selenium in /home/kali/.local/lib/python3.11/site-packages (from -r requirements.txt (line 3)) (4.9.1)
Requirement already satisfied: colorama in /usr/lib/python3/dist-packages (from -r requirements.txt (line 4)) (0.4.6)
Collecting googlesearch-python
  Using cached googlesearch-python-1.2.3.tar.gz (3.9 kB)
  Preparing metadata (setup.py) ... done
Collecting treelib
  Using cached treelib-1.6.4-py3-none-any.whl (18 kB)
Collecting leakcheck
  Using cached leakcheck-1.0.2-py3-none-any.whl (6.4 kB)
Collecting update_check
  Using cached update_check-0.0.11.tar.gz (2.9 kB)
  Preparing metadata (setup.py) ... done
Requirement already satisfied: httpx in /usr/lib/python3/dist-packages (from -r requirements.txt (line 9)) (0.23.3)
Requirement already satisfied: tqdm in /usr/lib/python3/dist-packages (from -r requirements.txt (line 10)) (4.64.1)
Collecting linkedin-api~=2.0.0a
  Using cached linkedin_api-2.0.1-py3-none-any.whl (22 kB)
Collecting statistics
  Using cached statistics-1.0.3.5.tar.gz (8.3 kB)
  Preparing metadata (setup.py) ... done
Requirement already satisfied: python-socketio in /usr/lib/python3/dist-packages (from -r requirements.txt (line 13)) (5.7.2)
Requirement already satisfied: numpy in /home/kali/.local/lib/python3.11/site-packages (from -r requirements.txt (line 14)) (1.24.3)
ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none)
ERROR: No matching distribution found for cv2     
    `



i try to change the command 
`sudo pip3 install -r requirements.txt`
and then 
`sudo pip install -r requirements.txt`

but the same error appear, can anyone know how i can resolve this issue ?

Thanks.

Discord issue

J'ai été désactiver sur discord. Je sais pas pk....
Toi aussi ?

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.

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

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

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

can't install socketio

i can't install socketio with the commands : pip install socketio he gave me an error

Wattapad error

Debian 12 (x64)

📔 Searching for Wattpad profiles ...
Traceback (most recent call last):
  File "/opt/tools/DaProfiler/profiler.py", line 165, in <module>
    wattpad_results = wattpad_search.wattpad_module(pren,name)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/tools/DaProfiler/modules/social_medias/wattpad_search.py", line 9, in wattpad_module
    driver = webdriver.Firefox(options=options)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/firefox/webdriver.py", line 67, in __init__
    super().__init__(command_executor=executor, options=options)
  File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/remote/webdriver.py", line 205, in __init__
    self.start_session(capabilities)
  File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/remote/webdriver.py", line 289, in start_session
    response = self.execute(Command.NEW_SESSION, caps)["value"]
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/remote/webdriver.py", line 344, in execute
    self.error_handler.check_response(response)
  File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/remote/errorhandler.py", line 229, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: Process unexpectedly closed with status 1

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

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

Did not succeed Go to modules\linkedin_search then add your creditentials.

Hi,

I'm a new user of this kind of tools and cmd,

Could someone explain me with few details the way of adding it ?

Thank's in advance to this community :)

The terminal send me as a response

Traceback (most recent call last):
File "/home/kali/Desktop/Downloads/DaProfiler/profiler.py", line 16, in
from modules.social_medias import linkedin_search
File "/home/kali/Desktop/Downloads/DaProfiler/modules/social_medias/linkedin_search.py", line 1, in
from linkedin_api import Linkedin
ModuleNotFoundError: No module named 'linkedin_api'

Stuck on mailbox guessing

isitarealemail shows it's checking mails, but then it appears to get stuck. The skype check website is throwing 500s, is it possible this is an exception not caught?

error "module report not found"

data_file = open('modules/report.json','r')
FileNotFoundError: [Errno 2] No such file or directory: 'modules/report.json'

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

Traceback (most recent call last)

Traceback (most recent call last):
File "/home/florian/DaProfiler/profiler.py", line 165, in
wattpad_results = wattpad_search.wattpad_module(pren,name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/florian/DaProfiler/modules/social_medias/wattpad_search.py", line 9, in wattpad_module
driver = webdriver.Firefox(options=options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/selenium/webdriver/firefox/webdriver.py", line 196, in init
super().init(command_executor=executor, options=options, keep_alive=True)
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", line 286, in init
self.start_session(capabilities, browser_profile)
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", line 378, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute
self.error_handler.check_response(response)
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: Process unexpectedly closed with status 1

Problem when loading cmd for the requirement.txt

Hi,

when i'm trying to download the requirement text, the terminal in sending me as a response :

ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none)
ERROR: No matching distribution found for cv2

Any Ideas?

Great job btw

Kind regards all,

Fyi :

already try :

pip install opencv-python
pip uninstall opencv-pyton
pip3 install opencv-python

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.