Skip to content

Latest commit

 

History

History
539 lines (513 loc) · 47.5 KB

README_ZH.md

File metadata and controls

539 lines (513 loc) · 47.5 KB

DetectDee

*严正声明:本文与本工具仅限于技术讨论与分享,严禁用于非法途径。

神探狄仁杰: 在社交网络上通过用户名,电子邮件或电话搜索社交媒体账户 example.gif screen.jpg

特性

  • 集成网络安全从业者常用网站
  • 通过用户名,电子邮件或电话查找社交媒体账户
  • 可拓展,简单易用的模板
  • 集成社交网站的移动端版本

安装

直接下载运行(推荐)

https://github.com/piaolin/DetectDee/releases

编译运行

git clone https://github.com/piaolin/DetectDee.git
cd DetectDee
go mod tidy
go run .

用法

English

中文文档

探测

Hunt down social media accounts by username, email or phone across social networks

Usage:
  DetectDee detect [flags]

Flags:
  -c, --check           self-check
  -e, --email strings   email[s], e.g. [email protected],[email protected]
  -f, --file string     Site data file (default "data.json")
  -g, --google          Show google search result
  -h, --help            help for detect
  -n, --name strings    name[s], e.g. piaolin,poq79,SomeOneYouLike
      --nsfw            Include checking of NSFW sites from default list.
  -o, --output string   Result file (default "result.txt")
  -p, --phone strings   phone[s], e.g. 15725753684,13575558962
      --precisely       Check precisely
      --proxy string    Make requests over a proxy. e.g. socks5:https://127.0.0.1:1080
  -r, --retry int       Retry times after request failed (default 3)
  -s, --site strings    Limit analysis to just the listed sites. Add multiple options to specify more than one site.
  -t, --timeout int     Time (in seconds) to wait for response to requests (default 10)
      --token string    chatgpt api token

Global Flags:
  -v, --verbose   verbose output

首次使用请更新支持网站数据

./DetectDee update

单一用户名搜索:

./DetectDee detect -n piaolin

多用户名搜索:

./DetectDee detect -n piaolin,blue

多用户名搜索,并使用ChatGPT对结果进行用户画像(需要ChatGPT Token):

./DetectDee detect -n piaolin,blue --token {ChatGPT Token}

邮箱搜索:

电话搜索:

./DetectDee detect -p 15822575984,13188524682

显示Google搜索(需要自行查看):

./DetectDee detect -n piaolin,blue -g

指定网站搜索:

./DetectDee detect -n piaolin -s github,v2ex

截屏

截屏功能用于将探测得来的结果进行访问截屏,请注意该功能需要:

  • Chrome
  • 一定时间
  • 一定内存占用
Usage:                                                                         
  DetectDee screenshot [flags]                                                 
                                                                               
Flags:                                                                         
      --chrome         Show chrome                                             
  -d, --dir string     Folder path of the screenshot (default "screenshots")   
  -f, --file string    Url list file (default "result.txt")                    
  -h, --help           help for screenshot                                     
      --path string    Chrome ExecPath                                         
      --proxy string   Make requests over a proxy. e.g. socks5:https://127.0.0.1:1080
  -t, --thread int     Chrome number (default 3)                               
      --timeout int    Timeout (default 60)                                    
                                                                               
Global Flags:                                                                  
  -v, --verbose   verbose output

对detect得到结果进行截屏

./DetectDee screenshot

result.jpg screen.jpg

贡献

希望您能帮助我们开发“神探狄仁杰”,您的每一份提交都会得到我的重视。

下面是一些我们希望得到您帮助的事情:

  • 增加新的站点支持,可以通知我某个网站有可用的接口,或直接编写JSON
  • 恢复对过去因误报而被删除的网站的支持

待办

  • 对探测得到的社交网站进行密码撞库
  • 更多的网站支持
  • 保密

支持网站

CyberSecurity

  1. Freebuf
  2. HackerOne
  3. BugCrowd
  4. Jarvisoj
  5. VulFocus
  6. Secrss
  7. VirusTotal
  8. CTF论剑场
  9. 游研社
  10. 先知社区
  11. 火线社区
  12. 棱角社区
  13. TheHackerWorld
  14. 微步在线
  15. 安全脉搏
  16. HackerRank
  17. 东方财富SRC
  18. Sec-Wiki
  19. 90sec
  20. Googleplay
  21. 漏洞银行
  22. i春秋
  23. Seebug
  24. 0x00sec
  25. 安全客
  26. Infosecurity-magazine
  27. 漏洞空间
  28. T00ls
  29. 吾爱破解
  30. 墨者学院
  31. ThreatPost
  32. 漏洞盒子
  33. BugKu
  34. 奇安信攻防社区
  35. Track安全社区
  36. Seebug-paper
  37. 跳跳糖
  38. TryHackMe
  39. 安全牛
  40. 工业和信息化部网络安全威胁和漏洞信息共享平台
  41. 青少年CTF论坛
  42. techcrunch

Programmer

  1. OpenSource
  2. infoQ
  3. 简单教程
  4. Quizlet
  5. 码云
  6. 力扣国际版
  7. 力扣中国版
  8. SublimeForum
  9. Producthunt
  10. Go语言中文网
  11. 链滴
  12. 开源中国
  13. Github
  14. GithubBlog
  15. 思否
  16. HackerNews
  17. unsplash
  18. Nextcloud
  19. Ruby-China
  20. RubyGems
  21. packagist
  22. ITeye
  23. GitBook
  24. 少数派
  25. Gitlab
  26. pypi
  27. Trello
  28. Pastebin
  29. Oracle
  30. dockerhub
  31. dzone
  32. 大佬论坛
  33. 0xffff
  34. thenextweb
  35. cnodejs
  36. react-china
  37. xiaozhuanlan
  38. classcentral

Social

  1. 抽屉热榜
  2. 百度贴吧
  3. Telegram
  4. 豆瓣
  5. V2ex
  6. SteamGroup
  7. 煎蛋
  8. 中关村在线
  9. 知乎
  10. 爱范儿
  11. Snapchat
  12. Reddit
  13. 9GAG
  14. 云顶之弈国际服
  15. Tiktok
  16. 东方财富
  17. Twitter
  18. 我的世界
  19. Gaoloumi
  20. 百度知道
  21. Quora
  22. 穷游网
  23. Sourceforge
  24. Spotify
  25. Twitch
  26. 维基百科
  27. osu!
  28. academia-edu
  29. anilist
  30. bezuzyteczna
  31. hubpages
  32. ebio-gg
  33. mastodon-xyz
  34. f3-cool
  35. monkeytype
  36. couchsurfing
  37. geocaching
  38. behance
  39. coinvote
  40. keybase
  41. slant
  42. nnru
  43. shpock
  44. splice
  45. blip-fm
  46. clapper
  47. erome
  48. fandom
  49. nightbot
  50. nyaa-si
  51. splits-io
  52. ultimate-guitar
  53. wiki-vg
  54. chaturbate
  55. harvardscholar
  56. naver
  57. openstreetmap
  58. rumble
  59. bandcamp
  60. itch-io
  61. tellonym-me
  62. ogusers
  63. dating-ru
  64. drive2
  65. mstdn-io
  66. cartalkcommunity
  67. scratch
  68. satsisru
  69. bitwardenforum
  70. cloudflarecommunity
  71. nintendolife
  72. tnaflix
  73. wykop-pl
  74. bravecommunity
  75. flickr
  76. kaggle
  77. rateyourmusic
  78. bongacams
  79. kwork
  80. wolframalphaforum
  81. youporn
  82. mercadolivre
  83. colourlovers
  84. deviantart
  85. gamespot
  86. soundcloud
  87. irecommend
  88. last-fm
  89. coroflot
  90. eyeem
  91. lushstories
  92. youpic
  93. autofrage
  94. modelhub
  95. mastodon-cloud
  96. nairaland-com
  97. codepen
  98. fortnitetracker
  99. genius-users
  100. redbubble
  101. pikabu
  102. airliners
  103. fameswap
  104. freesound
  105. myanimelist
  106. rajce-net
  107. svidbook
  108. hackaday
  109. d3ru
  110. ctan
  111. imgur
  112. trashboxru
  113. appledeveloper
  114. biggerpockets
  115. wattpad
  116. envatoforum
  117. patreon
  118. authorstream
  119. gfycat
  120. airbit
  121. memrise
  122. pokemonshowdown
  123. weebly
  124. irl
  125. lor
  126. nextcloudforum
  127. wicgforum
  128. npm
  129. mastodon-technology
  130. social-tchncs
  131. finanzfrage
  132. slack
  133. smugmug
  134. traktrain
  135. wykop
  136. livelib
  137. gunsandammo
  138. keakr
  139. needrom
  140. sbazar-cz
  141. moikrug
  142. hackthebox
  143. icq
  144. livejournal
  145. oraclecommunity
  146. royalcams
  147. swapd
  148. uid
  149. hackster
  150. artstation
  151. blogger
  152. coderwall
  153. rcloneforum
  154. sportlerfrage
  155. youtubechannel
  156. buzzfeed
  157. slideshare
  158. fl
  159. discogs
  160. joplinforum
  161. bitbucket
  162. giantbomb
  163. giphy
  164. hashnode
  165. playstore
  166. notabug-org
  167. xboxgamertag
  168. xvideos
  169. mastodon-social
  170. buymeacoffee
  171. etsy
  172. motorradfrage
  173. newgrounds
  174. trakt
  175. weblate
  176. dailymotion
  177. tradingview
  178. icons8community
  179. mixcloud
  180. vimeo
  181. myspace
  182. wix
  183. lottiefiles
  184. cryptomatorforum
  185. replit-com
  186. trawelling
  187. about-me
  188. caddycommunity
  189. eintrachtfrankfurtforum
  190. periscope
  191. sportsru
  192. pr0gramm
  193. choicecommunity
  194. codeforces
  195. ionicforum
  196. vero
  197. yandexmusic
  198. chaos-social
  199. tenor
  200. webnode
  201. akniga
  202. egpu
  203. note
  204. instructables
  205. sketchfab
  206. vsco
  207. asciinema
  208. lesswrong
  209. themeforest
  210. youtubeuser
  211. spletnik
  212. 7cups
  213. alik-cz
  214. cnet
  215. bookcrossing
  216. warriorforum
  217. queer-af
  218. championat
  219. pornhub
  220. eintracht
  221. znanylekarz-pl
  222. getmyuni
  223. lobsters
  224. flipboard
  225. munzee
  226. 3dnews
  227. imgup-cz
  228. fosstodon
  229. sessionize
  230. pinkbike
  231. biohacking
  232. chaos
  233. crevado
  234. gesundheitsfrage
  235. goodreads
  236. slides
  237. toster
  238. xhamster
  239. amino
  240. devcommunity
  241. sporcle
  242. codewars
  243. gradle
  244. jimdo
  245. myminifactory
  246. askfedora
  247. disqus
  248. redtube
  249. jbzd
  250. leasehackr
  251. gutefrage
  252. linktree
  253. tldrlegal
  254. tweakers
  255. gravatar
  256. issuu
  257. mmorpgforum
  258. polygon
  259. promodj
  260. reisefrage
  261. fixya
  262. bikemap
  263. whonixforum
  264. clubhouse
  265. intigriti
  266. jellyfinweblate
  267. polarsteps
  268. tuna
  269. crowdin
  270. discuss-elastic
  271. flightradar24
  272. genius-artists
  273. skyrock
  274. exposure
  275. launchpad
  276. 8tracks
  277. audiojungle
  278. shitpostbot5000
  279. windy
  280. habr
  281. 水木社区
  282. 北大未名
  283. 摸鱼派
  284. 游侠NETSHOW论坛
  285. 4399
  286. 7k7k
  287. 道客巴巴
  288. 一亩三分地
  289. 即刻
  290. medium
  291. matters
  292. 吾爱光设
  293. pinterest
  294. opensea
  295. instagram
  296. rottentomatoes
  297. openclipart
  298. theverge
  299. engadget
  300. kickstarter
  301. freepik
  302. gettyimages
  303. wikivoyage
  304. arstechnica
  305. dribbble

Video

  1. 哔哩哔哩
  2. Youtube
  3. apclips

Blog

  1. CSDN
  2. 博客园
  3. WordPress

致谢

https://github.com/sherlock-project/sherlock