Hacking Articles Tips Tricks Videos Tutorials
469 subscribers
66.2K photos
15 videos
157 files
133K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
The Commissioner Jules Maigret is a fictional French police detective, created by Georges Simenon. His investigation method is based on understanding the personality of different people and their interactions.
About
Purpose of Maigret - collect a dossier on a person by username only, checking for accounts on a huge number of sites. This is a sherlock (https://github.com/sherlock-project/) fork with cool features under heavy development. Don't forget to regularly update source code from repo. Currently supported more than 2000 sites (full list (https://github.com/soxoj/maigret/blob/main/sites.md)), by default search is launched against 500 popular sites in descending order of popularity.
Main features
Profile pages parsing, extracting (https://github.com/soxoj/socid_extractor) personal info, links to other profiles, etc. Recursive search by new usernames (https://www.kitploit.com/search/label/Usernames) found Search by tags (site categories, countries) Censorship and captcha detection Very few false positives
Installation
NOTE: Python 3.6 or higher and pip is required. Python 3.8 is recommended. # install from pypi
$ pip3 install maigret

# or clone and install manually
$ git clone https://github.com/soxoj/maigret && cd maigret
$ pip3 install .
Using examples
maigret user

# make HTML and PDF reports
maigret user --html --pdf

# search on sites marked with tags photo & dating
maigret user --tags photo,dating


# search for three usernames on all available sites
maigret user1 user2 user3 -a
Run maigret --help to get arguments description. Also options are documented in the Maigret Wiki (https://github.com/soxoj/maigret/wiki/Command-line-options). With Docker: docker build -t maigret .

docker run maigret user

Demo with page parsing and recursive username search
PDF report (https://github.com/soxoj/maigret/blob/main/static/report_alexaimephotographycars.pdf), HTML report (https://htmlpreview.github.io/?https://raw.githubusercontent.com/soxoj/maigret/main/static/report_alexaimephotographycars.html)
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Hub Weekly Digest:

https://cdn-images-1.medium.com/max/2600/1*D4gy3Emj2cnyYOd8SpkJkA.jpeg
Hub Security’s weekly digest covers top stories happening around the world related to fintech, critical infrastructure, cloud, and…

Continue reading on HUB Security Β»
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
The Goal is Set!!

https://cdn-images-1.medium.com/max/2600/0*qKJKyxktUNaHCpPL
β€œThe Best Way To Get Started Is To Quit Talking And Begin Doing.β€β€Šβ€”β€ŠWalt Disney

Continue reading on Medium Β»
A bug bounty program is a deal offered by many websites and software developers by which individuals can receive recognition and…Continue reading on Medium Β» (https://medium.com/@vishnuprasad8238/bug-bounty-hunting-methodology-toolkit-tips-tricks-blogs-4deef6e73a74?source=rss------bug_bounty-5)
BUG BOUNTY HUNTING (METHODOLOGY , TOOLKIT , TIPS & TRICKS , Blogs)

A bug bounty program is a deal offered by many websites and software developers by which individuals can receive recognition and…Continue reading on Medium Β»
Read more...
Weird and very easy authentication bypass found with Google dorking

In this post, I will explain how I found an authentication bypass, and further explored the functionality of the website, to higher the…
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Maigret - OSINT Username Checker. Collect A Dossier On A Person By Username From A Huge Number Of Sites

https://1.bp.blogspot.com/-RCC5ucFbexs/YGPnjCb-GrI/AAAAAAAAVwo/i8PvsjvgJREr68P74mW6K3KcX4Mthg-GwCNcBGAsYHQ/w584-h640/maigret.png
The Commissioner Jules Maigret is a fictional French police detective, created by Georges Simenon. His investigation method is based on understanding the personality of different people and their interactions.
About

Purpose of Maigret - collect a dossier on a person by username only, checking for accounts on a huge number of sites.

This is a sherlock fork with cool features under heavy development. Don't forget to regularly update source code from repo.

Currently supported more than 2000 sites (full list), by default search is launched against 500 popular sites in descending order of popularity.

Main features

* Profile pages parsing, extracting personal info, links to other profiles, etc.
* Recursive search by new usernames found
* Search by tags (site categories, countries)
* Censorship and captcha detection
* Very few false positives

Installation

NOTE: Python 3.6 or higher and pip is required.

Python 3.8 is recommended.

# install from pypi
$ pip3 install maigret

# or clone and install manually
$ git clone https://github.com/soxoj/maigret && cd maigret
$ pip3 install .


Using examples

maigret user

# make HTML and PDF reports
maigret user --html --pdf

# search on sites marked with tags photo & dating
maigret user --tags photo,dating
# search for three usernames on all available sites
maigret user1 user2 user3 -a


Run maigret --helpto get arguments description. Also options are documented in the Maigret Wiki.

With Docker:
docker build -t maigret .

docker run maigret user

Demo with page parsing and recursive username search

PDF report, HTML report

https://1.bp.blogspot.com/-fiTZau6wqPA/YGPnQnrch3I/AAAAAAAAVwY/bizILlorXN8_ENJgZbsMaOgntUDJGyROACNcBGAsYHQ/w640-h512/maigret_6.png
https://1.bp.blogspot.com/-ZViLrvFu2mI/YGPnQo7BoqI/AAAAAAAAVwc/NMOwjwwcOjUxd3sdSTndBLN5uPICtNDvQCNcBGAsYHQ/w640-h296/maigret_7.png
Full console output
Download Maigret
Who Am I ?

Hi everyone there myself Siddharth, As a Cyber Security Professional I work towards securing Cyberspace and preserving the security and…Continue reading on Medium Β»
Read more...
hacking: security in practice
How to get the geographical location of an ipaddress?

I tried many Indian IP addresses and all ipaddress under JIO give the same location, Navi Mumbai, Ghansoli District.

But, this guy from UK was able to find my geo location through my IP address (he did not guess it). How to find a closer location of an IP address?

submitted by /u/NavneetVikashSaw
[link] [comments]