Installation - megadose/nqntnqnqmb-maltego GitHub Wiki
Welcome to the nqntnqnqmb-maltego wiki installation!
💡 Prerequisite
First step import the custom enties
Second install the transforms
Transforms for get all employees
Transforms for search a company on linkedin
Transforms for extract company from a linkedin profile
Transforms for extract the contacts from a linkedin profile
Transforms for search linkedin profile from a full name
Third step config config.json
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"
}]