Skip to content
KitploitKITPLOIT
उपकरणब्लॉग
जमा करें
उपकरणब्लॉग
जमा करें

हैकिंग, पेनटेस्ट और साइबर सुरक्षा उपकरण आपके सुरक्षा शस्त्रागार के लिए!

Kitploit हैकिंग, साइबर सुरक्षा और पेंटेस्टिंग टूल्स की एक निर्देशिका है। कमजोरियों को खोजने, सिस्टम का विश्लेषण करने, परीक्षण को स्वचालित करने और अपनी सुरक्षा को मजबूत करने के लिए नवीनतम प्रोजेक्ट अपडेट खोजें।

··फ़ीड·संपर्क·गोपनीयता·© 2026 Kitploit

टूल निर्देशिका

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
fb_friend_list_scraper — फेसबुक पर बड़ी मित्र सूचियों से नाम और उपयोगकर्ता नाम स्क्रैप करने के लिए OSINT टूल, बिना रेट लिमिटेड हुए। | Kitploit
उपकरण/GitHubGitHub/n0kovo/fb_friend_list_scraper
OSINT (खुला स्रोत खुफिया)टोहीजानकारी एकत्र करनासामाजिक इंजीनियरिंग
GitHubn0kovo/fb_friend_list_scraper

fb_friend_list_scraper

फेसबुक पर बड़ी मित्र सूचियों से नाम और उपयोगकर्ता नाम स्क्रैप करने के लिए 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 नियमित रूप से अपने पृष्ठों के मार्कअप को बदलता है, इसलिए स्क्रिप्ट समय-समय पर टूट सकती है। यदि कुछ काम नहीं करता है तो कृपया एक issue खोलें, मैं इस पर नज़र डालूँगा। Pull requests का भी स्वागत है।

करने हेतु:

  • यदि मित्र सूची सार्वजनिक नहीं है तो स्क्रिप्ट को फ़ॉलोअर्स जाँचने के लिए बनाएँ।
  • अधिक error handling जोड़ें।
  • proxy रोटेशन जोड़ें।
टूल डाउनलोड करें