• Stars
    star
    222
  • Rank 178,059 (Top 4 %)
  • Language
    Python
  • Created about 4 years ago
  • Updated 9 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Allows you to retrieve information on linkedin profiles, companies on linkedin and search on linkedin companies/persons

Nqntnqnqmb

PyPI PyPI - Week PyPI - Downloads PyPI - License

For BTC Donations : 1FHDM49QfZX6pJmhjLE5tB2K6CaTLMZpXZ

Educational purposes only

Allows you to retrieve information on linkedin profiles, companies on linkedin and search on linkedin companies/persons

Project example : Nqntnqnqmb maltego

Demo

hammer_and_wrench Installation

With PyPI

pip3 install nqntnqnqmb

With Github

git clone https://github.com/megadose/nqntnqnqmb.git
cd nqntnqnqmb/
python3 setup.py install

Usage of nqntnqnqmb.py

You just have to put the li_at and JSESSIONID cookies in the config.json file. If you want to do automatic account rotations, simply add the cookies like this

[{
  "li_at": "1st account",
  "JSESSIONID": "1st account"
},
{
  "li_at": "2nd account",
  "JSESSIONID": "2nd account"
}]
usage: nqntnqnqmb.py [-h] --mode MODE [--company COMPANY] [--profile PROFILE]
                     [--searchCompany SEARCHCOMPANY]
                     [--searchProfile SEARCHPROFILE] --output OUTPUT

optional arguments:
  -h, --help            show this help message and exit
  --mode MODE           There are different modes: getEmployees to get all
                        employees of a company, getProfileInformations to get
                        all informations on a profile, searchCompany to search
                        a company from the name of the company , searchProfile
                        to search a profile from a name
  --company COMPANY     Url of the company for get all employes (getEmployees)
  --profile PROFILE     Url of the profile for get all informations
                        (getProfileInformations)
  --searchCompany SEARCHCOMPANY
                        The name of the target company (searchCompany)
  --searchProfile SEARCHPROFILE
                        The name of the target (searchProfile)
  --output OUTPUT       Name of the csv output file

Usage of nqntnqnqmb with python:

from nqntnqnqmb import *
getCompanyFromName(company,JSESSIONID,li_at)#Search company on linkedin from name
getProfileFromName(search_string,JSESSIONID,li_at)#Search linkedin profile from name (Simple Usage)
getProfileFromName(search_string,JSESSIONID,li_at,pages_to_scrape=5,results_per_page=20)#Search linkedin profile from name (Advanced Usage)
getCompanyFromProfile(profile_url,JSESSIONID,li_at)#Extract linkedin company from a profile
getAllEmployees(company,JSESSIONID,li_at)#Get all employees of a company from the linkedin company url
getContactInformations(profile_url,JSESSIONID,li_at)#Extract contact informations from a profiles like the email, phone number and more

Thank To :

More Repositories

1

holehe

holehe allows you to check if the mail is used on different sites like twitter, instagram and will retrieve information on sites with the forgotten password function.
Python
7,249
star
2

toutatis

Toutatis is a tool that allows you to extract information from instagrams accounts such as e-mails, phone numbers and more
Python
1,905
star
3

OnionSearch

OnionSearch is a script that scrapes urls on different .onion search engines.
Python
1,209
star
4

ignorant

ignorant allows you to check if a phone number is used on different sites like snapchat, instagram.
Python
960
star
5

Quidam

Quidam allows you to retrieve information thanks to the forgotten password function of some sites.
Python
183
star
6

holehe-maltego

Holehe transform for maltego
Python
183
star
7

facebook_totem

Totem allows you to retrieve information about ads of a facebook page , we can retrieve the number of people targeted, how much the ad cost and a lot of other information.
Python
124
star
8

phoneinfoga-maltego

Phoneinfoga Maltego Transform
Python
94
star
9

cqfd

cqfd is a tool and a python libraries to search skype account from a name
Python
45
star
10

keskivonfer

Keskivonfer is a tool that allows you to extract information from a vinted account
Python
41
star
11

toutatis-maltego

Toutatis transform for maltego
Python
34
star
12

quidam-maltego

Quidam maltego transform
Python
34
star
13

Fl0wj0b

Fl0wj0b est un script qui permet d'extraire des informations d'annuaires et de les exporter .csv
Python
32
star
14

hunter-maltego

Maltego transform for hunter.io
Python
31
star
15

totem-maltego

Totem maltego transform
Python
25
star
16

nqntnqnqmb-maltego

Nqntnqnqmb transform maltego
Python
20
star
17

keskivonfer-maltego

Maltego transform with Keskivonfer
Python
12
star
18

cqfd-maltego

Maltego Transforms with cqfd
Python
11
star
19

gif-demo

2
star