Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
fb_friend_list_scraper — 속도 제한 없이 Facebook의 대규모 친구 목록에서 이름과 사용자 이름을 스크래핑하는 OSINT 도구 | Kitploit
도구/GitHubGitHub/n0kovo/fb_friend_list_scraper
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringSocial Engineering
GitHubn0kovo/fb_friend_list_scraper

fb_friend_list_scraper

속도 제한 없이 Facebook의 대규모 친구 목록에서 이름과 사용자 이름을 스크래핑하는 OSINT 도구

저장소 보기
328283년 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
웹사이트

Facebook 친구 목록 스크래퍼

Facebook에서 대규모 친구 목록에서 이름과 사용자 이름을 수집하는 OSINT 도구로, 요청 제한에 걸리지 않습니다.
(Mastodon에서 연락: @[email protected])

시작하기:

  • pip로 설치: python -m pip install fb-friend-list-scraper
  • 스크립트가 fbfriendlistscraper로 설치됩니다.
  • -h 또는 --help를 사용하여 사용법을 확인하세요.

사용법:

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"

참고:

Facebook은 정기적으로 페이지 마크업을 변경하므로 스크립트가 때때로 작동하지 않을 수 있습니다. 문제가 발생하면 이슈를 열어 주시면 확인하겠습니다. Pull Request도 환영합니다.

TODO:

  • 친구 목록이 공개되지 않은 경우 팔로워를 확인하도록 스크립트 수정.
  • 더 많은 오류 처리 추가.
  • 프록시 순환 추가.
도구 다운로드