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
blackbird — Uno strumento OSINT per cercare account tramite username nei social network. | Kitploit
Strumenti/GitLabGitLab/gcabc123/blackbird
OSINT (Open Source Intelligence)RicognizioneRaccolta InformazioniIngegneria SocialeApprendimento e FormazioneRisorse Curate
GitLabgcabc123/blackbird

blackbird

Uno strumento OSINT per cercare account tramite username nei social network.

Vedi Repository
113 anni faNon ancora revisionato

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
blackbird-logo

Blackbird

Uno strumento OSINT per cercare rapidamente account tramite username su 574 siti.

Il Lockheed SR-71 "Blackbird" è un aereo da ricognizione strategico a lungo raggio, alta quota e velocità Mach 3+, sviluppato e prodotto dall'azienda aerospaziale americana Lockheed Corporation.




blackbird-cli blackbird-web

Disclaimer

root@kitploit:~
This or previous program is for Educational purpose ONLY. Do not use it without permission. 
The usual disclaimer applies, especially the fact that me (P1ngul1n0) is not liable for any 
damages caused by direct or indirect use of the information or functionality provided by these 
programs. The author or any Internet provider bears NO responsibility for content or misuse 
of these programs or any derivatives thereof. By using these programs you accept the fact 
that any damage (dataloss, system crash, system compromise, etc.) caused by the use of these 
programs is not P1ngul1n0's responsibility.

Setup

Clona il repository

root@kitploit:~
git clone https://github.com/p1ngul1n0/blackbird
cd blackbird

Installa i requisiti

root@kitploit:~
pip install -r requirements.txt

Utilizzo

Cerca per username

root@kitploit:~
python blackbird.py -u username

Avvia il WebServer

root@kitploit:~
python blackbird.py --web

Accedi a http://127.0.0.1:9797 nel browser

Leggi il file dei risultati

root@kitploit:~
python blackbird.py -f username.json

Elenca i siti supportati

root@kitploit:~
python blackbird.py --list-sites

Usa un proxy

root@kitploit:~
python blackbird.py -u crash --proxy http://127.0.0.1:8080

Mostra tutti i risultati

Per impostazione predefinita vengono mostrati solo gli account trovati, ma puoi usare il seguente argomento per visualizzarli tutti.

root@kitploit:~
python blackbird.py -u crash --show-all

Docker

Blackbird può essere utilizzato anche con Docker.

Scarica l'immagine

root@kitploit:~
docker pull p1ngul1n0/blackbird:v2

Avvia il WebServer

root@kitploit:~
docker run -p 9797:9797 p1ngul1n0/blackbird:v2 "--web"

Social Network Supportati

La maggior parte dei siti in questa lista è stata ottenuta grazie all'incredibile progetto @whatsmynameproj, non dimenticare di visitare e seguire loro . 🤟

  1. Facebook
  2. YouTube
  3. Twitter
  4. Telegram
  5. TikTok
  6. Tinder
  7. Instagram
  8. Pinterest
  9. Snapchat
  10. Reddit
  11. Soundcloud
  12. Github
  13. Steam
  14. Linktree
  15. Xbox Gamertag
  16. Twitter Archived
  17. Xvideos
  18. PornHub
  19. Xhamster
  20. Periscope
  21. AskFM
  22. Vimeo
  23. Pastebin
  24. WordPress Profile
  25. WordPress Site
  26. AllMyLinks
  27. Buzzfeed
  28. JsFiddle
  29. Sourceforge
  30. Kickstarter
  31. Smule
  32. Blogspot
  33. Tradingview
  34. Internet Archive
  35. Alura
  36. Behance
  37. MySpace
  38. Disqus
  39. Slideshare
  40. Rumble
  41. Ebay
  42. RedBubble
  43. Kik
  44. Roblox
  45. Armor Games
  46. Fortnite Tracker
  47. Duolingo
  48. Chess
  49. Shopify
  50. Untappd
  51. Last FM
  52. Cash APP
  53. Imgur
  54. Trello
  55. Minecraft
  56. Patreon
  57. DockerHub
  58. Kongregate
  59. Vine
  60. Gamespot
  61. Shutterstock
  62. Chaturbate
  63. ProtonMail
  64. TripAdvisor
  65. RapidAPI
  66. HackTheBox
  67. Wikipedia
  68. Buymeacoffe
  69. Arduino
  70. League of Legends Tracker
  71. Lego Ideas
  72. Fiverr
  73. Redtube
  74. Dribble
  75. Packet Storm Security
  76. Ello
  77. Medium
  78. Hackaday
  79. Keybase
  80. HackerOne
  81. BugCrowd
  82. OneCompiler
  83. TryHackMe
  84. Lyrics Training
  85. Expo
  86. RAWG
  87. Coroflot
  88. Cloudflare
  89. Wattpad
  90. Mixlr
  91. ImageShack
  92. Freelancer
  93. Dev To
  94. BitBucket

Esporta Report

I risultati possono essere esportati come report PDF.

blackbird-pdf-cover blackbird-pdf-cover

Estrazione Metadati

Quando possibile, Blackbird estrae i metadati dell'utente, recuperando dati come nome, bio, posizione e foto del profilo.

blackbird-metadata

UserAgent Casuale

Blackbird utilizza un UserAgent casuale da una lista di 1000 UserAgent in ogni richiesta per prevenire blocchi.

Velocità supersonica 🚀

Blackbird invia richieste HTTP asincrone, permettendo una velocità molto maggiore nello scoprire account utente.

Template JSON

Blackbird utilizza JSON come template per memorizzare e leggere i dati.

Il file data.json contiene tutti i siti che Blackbird verifica.

Parametri

  • app – Nome del sito
  • url
  • valid – Espressione Python che restituisce True quando l'utente esiste
  • id – ID numerico univoco
  • method – Metodo HTTP
  • json – Corpo JSON per POST (deve essere escaped, usa questo 👉 https://codebeautify.org/json-escape-unescape)
  • {username} – Segnaposto per lo username (nell'URL o nel corpo)
  • response.status – Stato della risposta HTTP
  • responseContent – Corpo grezzo della risposta
  • soup – Corpo della risposta analizzato con Beautifulsoup
  • jsonData – Corpo della risposta JSON
  • metadata – Lista di oggetti da estrarre

Esempi

GET

root@kitploit:~
    {
      "app": "ExampleAPP1",
      "url": "https://www.example.com/{username}",
      "valid": "response.status == 200",
      "id": 1,
      "method": "GET"
    }

POST JSON

root@kitploit:~
    {
      "app": "ExampleAPP2",
      "url": "https://www.example.com/user",
      "valid": "jsonData['message']['found'] == True",
      "json": "{{\"type\": \"username\",\"input\": \"{username}\"}}",
      "id": 2,
      "method": "POST"
    }

GET con estrazione metadati

root@kitploit:~
    {
      "app": "Twitter",
      "id": 3,
      "method": "GET",
      "url": "https://nitter.net/{username}",
      "valid": "response.status == 200",
      "metadata": [
        {
          "type": "generic-data",
          "key": "Name",
          "value": "soup.find('a', class_='profile-card-fullname')['title']"
        },
        {
          "type": "generic-data",
          "key": "Bio",
          "value": "soup.find('div',class_='profile-bio').string"
        },
        {
          "type": "generic-data",
          "key": "Site",
          "value": "soup.find('div',class_='profile-website').text.strip('\\t\\r\\n')"
        },
        {
          "type": "generic-data",
          "key": "Member since",
          "value": "soup.find('div',class_='profile-joindate').find('span')['title']"
        },
        {
          "type": "image",
          "key": "picture",
          "value": "'https://nitter.net'+soup.find('a', class_='profile-card-avatar')['href']"
        },
        {
          "type": "location",
          "key": "location",
          "value": "soup.select_one('.profile-location:nth-of-type(2)').text.strip('\\t\\r\\n')"
        }
      ]
    }

Contributori 🏅

Sono grato a tutti i contributori che hanno migliorato e corretto bug del progetto.

  • @RelatedTitle – Corretto l'URL di ricerca utente di YouTube.
  • @prisar – Corretta la verifica del sistema operativo per la politica AsyncIO.
  • @itmaru – Corretto il typo 'across'.
  • @Bryan-Herrera-DEV – Aggiunto il sito Universocraft.
  • @devXprite – Aggiunti i siti NPM e PyPI.
  • @ChrisCarini – Corretto il typo 'supported'.
  • @Pandede – Risolto il problema No such file or directory: 'python' #24 , riformattato con autopep8, implementato enumerate e suddivisione del codice in funzioni.
  • @tr33n – Implementato UserAgent casuale per ogni richiesta.
  • @Sebsebzen – Aggiunto VKontakte (con metadati).
  • @LsvanDarko – Aggiunto il pacchetto requests a requirements.txt.
  • @wymiotkloaki – Aggiunto file .gitignore base e 21 siti.
  • @dwaltsch – Aggiunto Dockerfile.

Funzionalità pianificate

  • Implementare un WebServer Flask per ottimizzare l'esperienza utente
  • Esportare i risultati in PDF
  • Implementare l'estrazione dei metadati
  • Pubblicare un'immagine Docker
  • Aggiungere test unitari (cambiare ID con AppName, aggiungere parametri "invalid-user" e "valid-user" in JSON.)
  • Esportare i risultati in CSV
  • Distribuire su Cloud

Contatti

Sentiti libero di contattarmi su Twitter

Scarica lo strumento
  • Ko Fi
  • Flickr
  • HackerEarth
  • Spotify
  • Snapchat Stories
  • Audio Jungle
  • Avid Community
  • Bandlab
  • Carrd
  • CastingCallClub
  • Coderwall
  • Codewars
  • F3
  • Gab
  • Issuu
  • Steemit
  • Venmo
  • MODDB
  • COLOURlovers
  • Scheme Color
  • Roblox Trade
  • Aetherhub
  • BugBounty
  • Huntr
  • Universocraft
  • Wireclub
  • AminoApps
  • Trakt
  • Giphy
  • Minecraft List
  • SEOClerks
  • Mix
  • Codecademy
  • Bandcamp
  • Poshmark
  • hackster
  • BodyBuilding
  • Mastodon
  • IFTTT
  • Anime Planet
  • Destructoid
  • Gitee
  • Teknik
  • BitChute
  • The Tatto Forum
  • NPM
  • PyPI
  • HackenProof
  • VKontakte
  • About me
  • Dissenter
  • Designspiration
  • Fark
  • mmorpg
  • Pikabu
  • Playstation Network
  • Warrior Forum
  • Pxilart
  • 2Dimensions
  • 3dnews
  • 7Cups
  • 9GAG
  • Academia.edu
  • Airbit
  • Airliners
  • Alik.cz
  • Apple Developer
  • Apple Discussions
  • Asciinema
  • Ask Fedora
  • Audiojungle
  • Autofrage
  • BLIP.fm
  • Bazar.cz
  • Bezuzyteczna
  • Bikemap
  • BioHacking
  • Bitwarden Forum
  • 101010 pl
  • 3DNews
  • 7cup
  • 21buttons
  • about me
  • Adult_Forum
  • ADVFN
  • aflam
  • akniga
  • Albicla
  • allesovercrypto
  • allmylinks
  • Alloannonces
  • AllTrails
  • Ameblo
  • AmericanThinker
  • Aminoapps
  • AnimePlanet
  • aNobii
  • anonup
  • Apex Legends
  • Appian
  • Archive Of Our Own Account
  • ArmorGames
  • ArtBreeder
  • Artists & Clients
  • asciinema
  • ask fm
  • au ru
  • authorSTREAM
  • Ayfal
  • bblog_ru
  • BDSMLR
  • bdsmsingles
  • Bentbox
  • BiggerPockets
  • Bimpos
  • Bitbucket
  • Bitchute
  • bitcoin forum
  • BLIP fm
  • Blogger
  • blogi pl
  • Blogmarks
  • BodyBuilding com
  • Bookcrossing
  • Booth
  • Brickset
  • Bugcrowd
  • buymeacoffee
  • BuzzFeed
  • Buzznet
  • Carbonmade
  • Career habr
  • CaringBridge
  • carrd co
  • cash app
  • CD-Action
  • cda pl
  • championat
  • Chaos social
  • cHEEZburger
  • Chamsko
  • Chess com
  • Chomikuj pl
  • Chyoa
  • clusterdafrica
  • cnet
  • codeforces
  • codementor
  • contactos sex
  • coroflot
  • cracked_io
  • Cracked
  • crevado
  • crowdin
  • Cults3D
  • Cytoid
  • Dailymotion
  • darudar
  • dateinasia
  • datezone
  • Dating ru
  • Demotywatory
  • Designspriation
  • DeviantArt
  • dfgames
  • dev to
  • devRant
  • Diablo
  • diigo
  • Digitalspy
  • Discogs
  • Discourse
  • discuss elastic co
  • Dojoverse
  • Dribbble
  • Droners
  • easyen
  • eBay
  • Elftown
  • Ello co
  • Engadget
  • EPORNER
  • Etsy
  • EU_Voice
  • ExtraLunchMoney
  • Eyeem
  • Fabswingers
  • Facenama
  • Faktopedia
  • FanCentro
  • Fandom
  • fanpop
  • fansly
  • FatSecret
  • fcv
  • fedi lewactwo pl
  • Filmweb
  • Flipboard
  • Fodors Forum
  • forumprawne org
  • fotka
  • Foursquare
  • freelancer
  • freesound
  • FriendFinder
  • FriendFinder-X
  • Friendweb
  • FurAffinity
  • Furiffic
  • game_debate
  • Garmin connect
  • Geocaching
  • getmonero
  • Gettr
  • Gigapan
  • Girlfriendsmeet
  • gitea
  • GitHub
  • GitLab
  • gitee
  • gloria tv
  • gnome_extensions
  • gpodder net
  • grandprof
  • Gravatar
  • gumroad
  • Hacker News
  • Hackernoon
  • hackerearth
  • hamaha
  • Heylink
  • hiberworld
  • HomeDesign3D
  • Houzz
  • HubPages
  • Hubski
  • hugging_face
  • Iconfinder
  • icq-chat
  • ifunny
  • igromania
  • ilovegrowingmarijuana
  • imagefap
  • iMGSRC RU
  • imgur
  • Independent academia
  • InkBunny
  • InsaneJournal
  • instructables
  • Internet Archive Account
  • Internet Archive User Search
  • interpals
  • ipolska pl
  • issuu
  • JBZD
  • jeja pl
  • Jeuxvideo
  • Joe Monster
  • JSFiddle
  • Justforfans
  • kaggle
  • karab in
  • kik
  • Ko-Fi
  • Kotburger
  • kwejk pl
  • LibraryThing
  • lichess
  • LINE
  • linux org ru
  • Livejournal
  • lobste rs
  • lowcygier pl
  • MAGABOOK
  • MAGA-CHAT
  • Magix
  • MapMyTracks
  • Maroc_nl
  • Marshmallow
  • Martech
  • Massage Anywhere
  • mastodon
  • MCUUID (Minecraft)
  • medyczka pl
  • meet me
  • megamodels pl
  • memrise
  • Microsoft Technet Community
  • Minds
  • Mistrzowie
  • Mixi
  • Mmorpg
  • Mod DB
  • Moneysavingexpert
  • Motokiller
  • moxfield
  • Muck Rack
  • MyAnimeList
  • MyBuilder com
  • MyFitnessPal
  • my_instants
  • MyLot
  • mym fans
  • NameMC
  • naija_planet
  • nairaland
  • NaturalNews
  • Naver
  • netvibes
  • Newgrounds
  • newmeet
  • NotABug
  • oglaszamy24h pl
  • ok ru
  • okidoki
  • olx
  • Opencollective
  • OpenStreetMap
  • OPGG
  • Orbys
  • osu!
  • Our Freedom Book
  • ow ly
  • palnet
  • Parler
  • Parler archived profile
  • Parler archived posts
  • PatientsLikeMe
  • Patronite
  • PCGamer
  • PCPartPicker
  • Pewex
  • Photoblog
  • PhotoBucket
  • Picsart
  • Piekielni
  • pikabu
  • PinkBike
  • Plurk
  • Pokec
  • pokemonshowdown
  • Pokerstrategy
  • Polchat pl
  • policja2009
  • Poll Everywhere
  • pol social
  • polygon
  • popl
  • Pornhub Porn Stars
  • Pornhub Users
  • postcrossing
  • Producthunt
  • promodj
  • prv pl
  • public
  • QUEER
  • quitter pl
  • Quora
  • ReblogMe
  • redbubble
  • Researchgate
  • rigcz club
  • risk ru
  • rsi
  • Ruby Dating
  • RumbleChannel
  • RumbleUser
  • Salon24
  • SaraCarterShow
  • ScoutWiki
  • scratch
  • Seneporno
  • sentimente
  • setlist fm
  • SFD
  • Shanii Writes
  • Shesfreaky
  • shopify
  • shutterstock
  • skeb
  • Skypli
  • Skyrock
  • slant
  • slideshare
  • slides
  • SmashRun
  • smelsy
  • SmugMug
  • smule
  • soc citizen4 eu
  • SoliKick
  • SoundCloud
  • Soup
  • SpankPay
  • Speaker Deck
  • SpiceWorks
  • sporcle
  • steemit
  • StoryCorps
  • Stripchat
  • sukebei nyaa si
  • Suzuri
  • Swalifnet
  • szmer info
  • tabletoptournament
  • Tagged
  • TamTam
  • Tanuki pl
  • Taringa
  • taskrabbit
  • Teamtreehouse
  • Tellonym
  • TF2 Backpack Examiner
  • tfl net pl
  • thegatewaypundit
  • theguardian
  • themeforest
  • Thetattooforum
  • TotalWar
  • TrackmaniaLadder
  • tradingview
  • trakt
  • tripadvisor
  • tumblr
  • Tunefind
  • Twitcasting
  • Twitch
  • Twitter archived profile
  • Twitter archived tweets
  • twpro
  • Udemy
  • uid
  • Ultras Diary
  • ulub pl
  • unsplash
  • untappd
  • USA Life
  • Vero
  • vibilagare
  • viddler
  • VIP-blog
  • Virustotal
  • Vivino
  • vizjer pl
  • VK
  • Voice123
  • Voices com
  • vsco
  • Wanelo
  • warriorforum
  • watchmemore com
  • wattpad
  • Weasyl
  • wego
  • weheartit
  • weibo
  • Wikidot
  • Wimkin-PublicProfile
  • wishlistr
  • Wolni Słowianie
  • wordnik
  • WordPress
  • WordPress Support
  • Wowhead
  • Wykop
  • Xanga
  • xHamster
  • Xing
  • XVIDEOS-models
  • XVIDEOS-profiles
  • Yahoo! JAPAN Auction
  • Yazawaj
  • Yelp
  • zatrybi pl
  • Zbiornik
  • zhihu
  • Zillow
  • zmarsa com
  • Zomato
  • zoomitir
  • Se hai suggerimenti per un sito da includere nella ricerca, apri una pull request seguendo il template.