LoginSignup
0
0

More than 1 year has passed since last update.

Blackbirdで調査するサイトを追加する

Last updated at Posted at 2022-12-23

Blackbirdとは

https://github.com/p1ngul1n0/blackbird
ユーザーIDから、そのユーザーIDが利用されているサービスの一覧を調べるツールです。
同様のツールにSherlock(https://github.com/sherlock-project/sherlock )がありますが、2022/12/23時点でSherlockの調査対象サイトが368件なのに対して、Blackbirdでは575件のサイトを調査できます。
Sherlockよりも高速で調査できる...気がします。(要検証)
また、Beautifulsoupによるメタデータの抽出やhtml形式やpdf形式でのレポートの作成などの機能があるため、OSINTにおいてより効率的な調査を行うことが出来ます。
ちなみにwebアプリ版が存在するので、ブラウザだけで使えます。(その場合は調査対象のサイトを追加できませんが。)
https://blackbird-osint.herokuapp.com/

調査するサイトを追加する

https://github.com/p1ngul1n0/blackbird#json-template
に調査するサイトのjsonの形式があるので、これを元に追加を行います。
どうやら、まだQiitaが追加されていないようなので、メタデータも一緒に取得できるようにしてみます。
(idは暫定的に999にしています)
そのままqiita.com/{username}としても良いのですが、これだとメタデータを取ることが出来ないのでAPIを使います。(要素のIDが変更されるため)
JSONそのままになりますが...

 {
      "app": "Qiita",
      "id": 999,
      "method": "GET",
      "url": "https://qiita.com/api/v2/users/{username}",
      "valid": "response.status == 200",
      "metadata": [
        {
          "type": "generic-data",
          "key": "User Data",
          "value": "soup.text"
        }
      ]
    }

結果

[+] - #999 Qiita account found - https://qiita.com/qiita [200 OK]
   |--User Data: Qiita - Qiita
searchsearchLoginSignupTrendQuestionOfficial EventOfficial ColumnOpportunitiesOrganizationAdvent Calendar


more_horizQiita キータ@Qiitarss_feed25024Contributions15Posts2Followees116438FollowersQiita公式アカウントです。Qiitaに関するお問い合わせに反応したり、お知らせなどを発信しています。Followmailinfo@qiita.compublichttps://qiita.comlocation_onQiitaの中workQiitaParticipating OrganizationsFollowing OrganizationsNo Organizations you are followingFollowing tags2FollowingKobitoQiita$ analyze @Qiitaposted articles:Qiita:87%Markdown:27%イベントレポート:13%QiitaNight:13%Android:7%answered questions:No datapush_pinPickup ArticlesEdit Pickup Articles (Up to 3)closeSave@Qiita(Qiita キータ)・Qiita株式会社2012-12-26Markdown記法 チートシートsellQiita,Markdown13654@Qiita(Qiita キータ)・Qiita株式会社2012-12-26Qiitaでシンタックスハ イライト可能な言語一覧sellQiita,Markdown661ArticlesQuestionsLikesPosted ArticlesCommented ArticlesEdit Requests

How developers code is here.© 2011-2022Qiita Inc.Guide & HelpAboutTermsPrivacyGuidelineDesign GuidelineFeedbackHelpAdvertisementContentsRelease NoteOfficial EventOfficial ColumnOpportunitiesAdvent CalendarQiita AwardAPISNS@Qiita@qiita_milestone@qiitapoi@QiitaOur serviceQiita TeamQiita JobsQiita ZineOfficial ShopCompanyAbout UsCareersQiita Blog

うーん見にくい

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0