Skip to main content

LittleBrother..(used about information)

LittleBrother

LittleBrother est un outil de collectes d'informations (OSINT) qui vise à effectuer des recherches sur une personne française, suisse, luxembourgeoise ou belge. Il fournit divers modules qui permettent des recherches efficaces. LittleBrother ne requiert pas de clé API ni d'identifiant de connexion.

Disclaimer

LittleBrother a été développé pour faire des recherches sur soi-même et pour voir les informations privées et sensibles que l'on peut laisser derrière sur les réseaux sociaux. Je n'encourage en aucun cas l'utilisation de cet outil sur une autre personne que soi-même ou d'utiliser cet outil à mauvais escient.

Discord

Si vous avez des questions, des idées, des problèmes concernant LittleBrother ou si vous voulez juste suivre l'avancement de ce projet.

Nouveautées version 6.0

  • En plus (+)
    • Un fichier 'requirements.txt' a été ajouté.
    • Une nouvelle interface.
    • Un nouveau module d'OSINT a été ajouté, le module 'Profiler' remplace la base de données et de 'Dox maker' dans la version anterieur de LittleBrother. Ce module permet de créer un profil et de récupérer des informations sur les sites définis par l'utilisateur, de sauvegarder ces données et d'afficher les derniers post publiés sur les réseaux (filtrés selon les dates de publication).
    • De nouveaux services de recherche (Annuaires) ont été ajoutés selon la localisation de l'utilisateur. LittleBrother utilise votre IP pour déterminer le pays dans lequel vous vous trouvez. En aucun cas votre IP ou autre information privée sera partagé. Vous pourrez choisir un autre pays que le votre pour centraliser vos recherches.
    • Recherche Instagram et LinkedIn intégrés à 'Personne Lookup'.
    • Un nouveau module 'Employés recherche' qui permet de faire de trouver des personnes via une entreprise et une ville.
    • Les modules de recherche d'informations Instagram et Facebook ont été améliorés pour extraire plus d'informations.
  • En moins (-)
    • Certaines librairies python (dnspython, socket et smtplib) ont été supprimées pour cette version.
    • 'Social engineering tool' a été modifié pour 'Other tool' il ne comporte que le module de brute force d'un Hash.
    • Les modules 'Spam Email' et 'SMS' ont été retirés de LittleBrother.
    • Le module de création de Dox 'Dox maker' a été retiré de LittleBrother.

Compatible

  • Windows
  • MacOS
  • Linux

Python version:

  • Python3

Python Modules

  • requests
  • bs4
  • terminaltables
  • colorama

Installation Linux

sudo apt install git python3
git clone https://github.com/Lulz3xploit/LittleBrother
cd LittleBrother
python3 -m pip install -r requirements.txt
python3 LittleBrother.py

Installation Windows

    1. Download LittleBrother
    1. Download python 3
    1. Install Python 3 with "Add to path" options.
    1. Unzip LittleBrother (master.zip)
    1. Open CMD and execute:
    cd LittleBrother-master
    python -m pip install -r requirements.txt
    python LittleBrother.py

Features

  • Lookup:
    • Phone lookup
    • Email lookup
    • Last name / First name lookup
    • Surname lookup
    • Addresse lookup
    • Mail ip locator
    • Ip locator
    • Bssid locator
    • Exif read
    • Google search
    • Twitter
    • Instagram
    • Facebook
    • LinkedIn employee search (New !)
    • Hash Bruteforce (New !)
  • Autre outils:
    • Hash Bruteforce
  • Profiler (New !)
    • Profiler an profile
    • Database management
    • Profile creator

Contributors

Comments

Popular posts from this blog

RouterSploit ..(Exploitation Framework for Embedded Devices)

RouterSploit - Exploitation Framework for Embedded Devices   The RouterSploit Framework is an open-source exploitation framework dedicated to embedded devices. click here to video It consists of various modules   that aids penetration testing operations: exploits - modules that take advantage of identified vulnerabilities creds - modules designed to test credentials against network services scanners - modules that check if a target is vulnerable to any exploit payloads - modules that are responsible for generating payloads for various architectures and injection points generic - modules that perform generic attacks Installation Requirements Required: future requests paramiko pysnmp pycrypto Optional: bluepy - bluetooth low energy Installation on Kali Linux apt-get install python3-pip git clone https://www.github.com/threat9/routersploit cd routersploit python3 -m pip install -r requirements.txt python3 rsf.py Bluetooth Low Energy suppo...

Embed Payload (Exe) into a PDF Documents – EvilPDF

 Hey folks, today we are going to talk about the tool that can easily add malicious payloads within the .PDF extension files and after which you can easily access any system. As we know it is prohibited to execute malicious payloads inside the window defender system, hence we will send our payload through the PDF files.   Environment Kali Linux = Attacker Window 10 = Victim ( Tested On ) Lets take a look 🙂 !! EvilPDF The EvilPDF tool is specifically designed to embed payloads inside PDF files. It is an open source tool hosted on the github page that we will download using the wget command. git clone https://github.com/thelinuxchoice/evilpdf cd evilpdf 1 2 git clone https://github.com/thelinuxchoice/evilpdf cd evilpdf It require some additional features that we can download using the following command. python -m pip install pypdf2 1 python -m pip install pypdf2 Now we can use this tool using the given command. python evilpdf.py 1 python evilpdf.py In the image below you have t...

TheFatRat ( make a bypass antivirus create payload )

TheFatRat             A Massive Exploiting Tool TheFatRat  is an exploiting tool which compiles a malware with famous payload, and then the compiled maware can be executed on Linux , Windows , Mac and Android.  TheFatRat  Provides An Easy way to create Backdoors and Payload which can bypass most anti-virus. Features ! Fully Automating MSFvenom & Metasploit. Local or remote listener Generation. Easily Make Backdoor by category Operating System. Generate payloads in Various formats. Bypass anti-virus backdoors. File pumper that you can use for increasing the size of your files. The ability to detect external IP & Interface address . Automatically creates AutoRun files for USB / CDROM exploitation Installation Instructions on how to install  TheFatRat git clone https://github.com/Screetsec/TheFatRat.git cd TheFatRat chmod +x setup.sh && ./setup.sh Update cd TheFatRat ./update && c...