Skip to content
KitploitKITPLOIT
StrumentiBlog
Invia
StrumentiBlog
Invia

Strumenti di Hacking, PenTest e Cybersecurity per il tuo Arsenale di Sicurezza!

Kitploit è una directory di strumenti di hacking, cybersecurity e pentesting. Scopri gli ultimi aggiornamenti dei progetti per trovare vulnerabilità, analizzare sistemi, automatizzare i test e rafforzare la tua sicurezza.

··Feed·Contatto·Privacy·© 2026 Kitploit

Directory degli strumenti

Categorie

Vedi tutte le categorie
Loading categories
fb_friend_list_scraper — Strumento OSINT per estrarre nomi e nomi utente da grandi liste di amici su Facebook, senza essere limitato dal rate limiting. | Kitploit
Strumenti/GitHubGitHub/n0kovo/fb_friend_list_scraper
OSINT (Open Source Intelligence)RicognizioneRaccolta InformazioniIngegneria Sociale
GitHubn0kovo/fb_friend_list_scraper

fb_friend_list_scraper

Strumento OSINT per estrarre nomi e nomi utente da grandi liste di amici su Facebook, senza essere limitato dal rate limiting.

Vedi Repository
328283 anni faRevisionato da Kitploit

Più Popolari

Vedi tutti →

Scopri gli strumenti più utilizzati dalla nostra community.

Esplora tutti gli strumenti

Sfoglia la nostra collezione di strumenti

Vedi tutti gli strumenti →
Condividi
Sito web

Facebook Friend List Scraper

Strumento OSINT per estrarre nomi e nomi utente da grandi liste di amici su Facebook, senza essere limitati nella velocità.
(contattami su Mastodon: @[email protected])

Per iniziare:

  • Installa usando pip: python -m pip install fb-friend-list-scraper
  • Lo script è ora installato come fbfriendlistscraper
  • Esegui con -h o --help per vedere le informazioni sull'uso.

Utilizzo:

root@kitploit:~
usage: fbfriendlistscraper [-h] -e EMAIL [-p PASSWORD] -u USERNAME [-o OUTFILE] [-w] [-q] [-x] [-s SLEEPMULTIPLIER] [-i PROXY] [-c CMD]

Tool to scrape names and usernames from large friend lists on Facebook, without being rate limited

options:
  -h, --help            show this help message and exit
  -e EMAIL, --email EMAIL
                        Email address or phone number to login with.
  -p PASSWORD, --password PASSWORD
                        Password to login with. If not supplied you will be prompted. You really shouldn't use this for security reasons.
  -u USERNAME, --username USERNAME
                        Username of the user to scrape.
  -o OUTFILE, --outfile OUTFILE
                        Path of the output file. (Default: ./scraped_friends.txt)
  -w, --headless        Run webdriver in headless mode.
  -q, --quiet           Do not print scraped users to screen.
  -x, --onlyusernames   Only the usernames/IDs will be written to the output file.
  -s SLEEPMULTIPLIER, --sleepmultiplier SLEEPMULTIPLIER
                        Multiply sleep time between each page scrape by n. Useful when being easily rate-limited.
  -i PROXY, --proxy PROXY
                        Proxy server to use for connecting. Username/password can be supplied like: socks5://user:pass@host:port
  -c CMD, --cmd CMD     Shell command to run after each page scrape. Useful for changing proxy/VPN exit.

examples:
        fbfriendlistscraper -e [email protected] -p YourPassword123 -u someusername.123 -o my_file.txt
        fbfriendlistscraper --email [email protected] --username another.user --headless -s 2 -x
        fbfriendlistscraper -e [email protected] -u username.johnson -w --proxy socks5://127.0.0.1:9050
        fbfriendlistscraper -e [email protected] -u xxuserxx --headless --cmd "mullvad relay set provider Quadranet"
        fbfriendlistscraper -e [email protected] -u markzuckerburger -w -o ./test.txt --cmd "killall -HUP tor"

NOTA:

Facebook modifica regolarmente il markup delle sue pagine, quindi lo script potrebbe rompersi di tanto in tanto. Per favore apri un ticket se qualcosa non funziona e lo controllerò. Anche le pull request sono benvenute.

DA FARE:

  • Fare in modo che lo script controlli i follower se la lista amici non è pubblica.
  • Aggiungere più gestione degli errori.
  • Aggiungere rotazione del proxy.
Scarica lo strumento