🔥 Полезные библиотеки Python



NExfil
- инструмент OSINT, написанный на python для поиска профилей по имени пользователя. Имя проверяется более чем на 350 веб-сайтах в течение нескольких секунд.



Установка ⚙️



$ git clone https://github.com/thewhiteh4t/nexfil.git

$ cd nexfil

$ pip3 install -r requirements.txt



Использование ▶️



$ python3 nexfil.py -h

usage: nexfil.py [-h] [-u U] [-d D [D ...]] [-f F] [-l L] [-t T] [-v]



nexfil - Find social media profiles on the web | v1.0.0



optional arguments:

-h, --help show this help message and exit

-u U Specify username

...



# Single username

$ python3 nexfil.py -u username



# Multiple *comma* separated usernames

$ python3 nexfil.py -l "user1, user2"



# Username list in a file

$ python3 nexfil.py -f users.txt



⚙️ GitHub/Инструкция



#python #osint #pentest