Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
Loading categories
Ferramentas/GitHubGitHub/n0kovo/fb_friend_list_scraper
OSINT (Inteligência de Fontes Abertas)ReconhecimentoColeta de InformaçõesEngenharia Social
GitHubn0kovo/fb_friend_list_scraper

fb_friend_list_scraper

Ferramenta OSINT para extrair nomes e nomes de usuário de grandes listas de amigos no Facebook, sem ser limitado por taxa.

Ver Repositório
32828há 3 anosRevisado pelo Kitploit

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Compartilhar
Site

Raspador de Lista de Amigos do Facebook

Ferramenta OSINT para extrair nomes e nomes de usuário de grandes listas de amigos no Facebook, sem sofrer limitação de taxa.
(Fale comigo no Mastodon: @[email protected])

Primeiros passos:

  • Instale usando pip: python -m pip install fb-friend-list-scraper
  • O script agora está instalado como fbfriendlistscraper
  • Execute com -h ou --help para exibir informações de uso.

Uso:

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:

O Facebook altera a marcação de suas páginas regularmente, então o script pode quebrar de vez em quando. Por favor, abra uma issue se algo não funcionar e darei uma olhada. Pull requests também são bem-vindos.

A FAZER:

  • Fazer o script verificar seguidores se a lista de amigos não for pública.
  • Adicionar mais tratamento de erros.
  • Adicionar rotação de proxy.
Baixar ferramenta