├── .gitignore ├── .gitmodules └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | *.j2 2 | *.sh 3 | *.py 4 | *.toml 5 | -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "Account/Facebook/fb-sleep-stats"] 2 | path = Account/Facebook/fb-sleep-stats 3 | url = https://github.com/sqren/fb-sleep-stats 4 | [submodule "Other/Leaks/ail-framework"] 5 | path = Other/Leaks/ail-framework 6 | url = https://github.com/ail-project/ail-framework 7 | [submodule "Other/Leaks/Apple-ID-Data-Leak"] 8 | path = Other/Leaks/Apple-ID-Data-Leak 9 | url = https://github.com/zaytoun/Apple-ID-Data-Leak 10 | [submodule "Nickname/osint-namecheckers-list"] 11 | path = Nickname/osint-namecheckers-list 12 | url = https://github.com/soxoj/osint-namecheckers-list 13 | [submodule "Nickname/maigret"] 14 | path = Nickname/maigret 15 | url = https://github.com/soxoj/maigret 16 | [submodule "Nickname/sherlock"] 17 | path = Nickname/sherlock 18 | url = https://github.com/sherlock-project/sherlock 19 | [submodule "Nickname/snoop"] 20 | path = Nickname/snoop 21 | url = https://github.com/snooppr/snoop 22 | [submodule "Nickname/whatsmyname"] 23 | path = Nickname/whatsmyname 24 | url = https://github.com/webbreacher/whatsmyname 25 | [submodule "Nickname/socialscan"] 26 | path = Nickname/socialscan 27 | url = https://github.com/iojw/socialscan 28 | [submodule "Email/socialscan"] 29 | path = Email/socialscan 30 | url = https://github.com/iojw/socialscan 31 | [submodule "Account/Twitter/twint"] 32 | path = Account/Twitter/twint 33 | url = https://github.com/twintproject/twint 34 | [submodule "Account/VK/VKAnalysis"] 35 | path = Account/VK/VKAnalysis 36 | url = https://github.com/migalin/VKAnalysis 37 | [submodule "Email/email2phonenumber"] 38 | path = Email/email2phonenumber 39 | url = https://github.com/martinvigo/email2phonenumber 40 | [submodule "Account/Facebook/socid_extractor"] 41 | path = Account/Facebook/socid_extractor 42 | url = https://github.com/soxoj/socid_extractor 43 | [submodule "Account/VK/socid_extractor"] 44 | path = Account/VK/socid_extractor 45 | url = https://github.com/soxoj/socid_extractor 46 | [submodule "Account/Instagram/socid_extractor"] 47 | path = Account/Instagram/socid_extractor 48 | url = https://github.com/soxoj/socid_extractor 49 | [submodule "Account/Yandex/socid_extractor"] 50 | path = Account/Yandex/socid_extractor 51 | url = https://github.com/soxoj/socid_extractor 52 | [submodule "Webpage/socid_extractor"] 53 | path = Webpage/socid_extractor 54 | url = https://github.com/soxoj/socid_extractor 55 | [submodule "Account/Instagram/InstagramOSINT"] 56 | path = Account/Instagram/InstagramOSINT 57 | url = https://github.com/sc1341/InstagramOSINT 58 | [submodule "Account/LinkedIn/linkedin2username"] 59 | path = Account/LinkedIn/linkedin2username 60 | url = https://github.com/initstring/linkedin2username 61 | [submodule "Domain/theHarvester"] 62 | path = Domain/theHarvester 63 | url = https://github.com/laramies/theHarvester 64 | [submodule "Other/Automation/theHarvester"] 65 | path = Other/Automation/theHarvester 66 | url = https://github.com/laramies/theHarvester 67 | [submodule "IP/ODIN"] 68 | path = IP/ODIN 69 | url = https://github.com/chrismaddalena/ODIN 70 | [submodule "Email/ODIN"] 71 | path = Email/ODIN 72 | url = https://github.com/chrismaddalena/ODIN 73 | [submodule "Domain/ODIN"] 74 | path = Domain/ODIN 75 | url = https://github.com/chrismaddalena/ODIN 76 | [submodule "Other/Automation/ODIN"] 77 | path = Other/Automation/ODIN 78 | url = https://github.com/chrismaddalena/ODIN 79 | [submodule "Other/Leaks/Cr3dOv3r"] 80 | path = Other/Leaks/Cr3dOv3r 81 | url = https://github.com/D4Vinci/Cr3dOv3r 82 | [submodule "Email/Cr3dOv3r"] 83 | path = Email/Cr3dOv3r 84 | url = https://github.com/D4Vinci/Cr3dOv3r 85 | [submodule "Other/Phishing/Mimir"] 86 | path = Other/Phishing/Mimir 87 | url = https://github.com/NullArray/Mimir 88 | [submodule "Other/Phishing/WhatsApp-IP-logger"] 89 | path = Other/Phishing/WhatsApp-IP-logger 90 | url = https://github.com/abhijithvijayan/WhatsApp-IP-logger 91 | [submodule "Account/WhatsApp/WhatsApp-IP-logger"] 92 | path = Account/WhatsApp/WhatsApp-IP-logger 93 | url = https://github.com/abhijithvijayan/WhatsApp-IP-logger 94 | [submodule "Other/Phishing/-PHP-Simple-IP-Logger"] 95 | path = Other/Phishing/-PHP-Simple-IP-Logger 96 | url = https://github.com/Jacckii/-PHP-Simple-IP-Logger 97 | [submodule "Phone/ok_checker"] 98 | path = Phone/ok_checker 99 | url = https://github.com/shllwrld/ok_checker 100 | [submodule "Email/ok_checker"] 101 | path = Email/ok_checker 102 | url = https://github.com/shllwrld/ok_checker 103 | [submodule "Account/Odnoklassniki/ok_checker"] 104 | path = Account/Odnoklassniki/ok_checker 105 | url = https://github.com/shllwrld/ok_checker 106 | [submodule "Account/Telegram/informer"] 107 | path = Account/Telegram/informer 108 | url = https://github.com/paulpierre/informer 109 | [submodule "Account/Telegram/telegram-osint-lib"] 110 | path = Account/Telegram/telegram-osint-lib 111 | url = https://github.com/Postuf/telegram-osint-lib 112 | [submodule "Email/gitcolombo"] 113 | path = Email/gitcolombo 114 | url = https://github.com/soxoj/gitcolombo 115 | [submodule "Other/SourceCode/gitcolombo"] 116 | path = Other/SourceCode/gitcolombo 117 | url = https://github.com/soxoj/gitcolombo 118 | [submodule "Other/WiFi/apple_bleee"] 119 | path = Other/WiFi/apple_bleee 120 | url = https://github.com/hexway/apple_bleee 121 | [submodule "Other/Phishing/whosthere"] 122 | path = Other/Phishing/whosthere 123 | url = https://github.com/shanginn/whosthere 124 | [submodule "Account/Telegram/telegram-bot-dumper"] 125 | path = Account/Telegram/telegram-bot-dumper 126 | url = https://github.com/soxoj/telegram-bot-dumper 127 | [submodule "Token/Telegram/telegram-bot-dumper"] 128 | path = Token/Telegram/telegram-bot-dumper 129 | url = https://github.com/soxoj/telegram-bot-dumper 130 | [submodule "Other/Clouds/CloudScraper"] 131 | path = Other/Clouds/CloudScraper 132 | url = https://github.com/jordanpotti/CloudScraper 133 | [submodule "Account/GitHub/gitrob"] 134 | path = Account/GitHub/gitrob 135 | url = https://github.com/michenriksen/gitrob 136 | [submodule "Other/SourceCode/gitrob"] 137 | path = Other/SourceCode/gitrob 138 | url = https://github.com/michenriksen/gitrob 139 | [submodule "Other/Clouds/inSp3ctor"] 140 | path = Other/Clouds/inSp3ctor 141 | url = https://github.com/brianwarehime/inSp3ctor 142 | [submodule "Other/Clouds/spaces-finder"] 143 | path = Other/Clouds/spaces-finder 144 | url = https://github.com/appsecco/spaces-finder 145 | [submodule "Other/Clouds/GCPBucketBrute"] 146 | path = Other/Clouds/GCPBucketBrute 147 | url = https://github.com/RhinoSecurityLabs/GCPBucketBrute 148 | [submodule "Other/Clouds/CloudStorageFinder"] 149 | path = Other/Clouds/CloudStorageFinder 150 | url = https://github.com/digininja/CloudStorageFinder 151 | [submodule "Account/LinkedIn/LinkedInt"] 152 | path = Account/LinkedIn/LinkedInt 153 | url = https://github.com/mdsecactivebreach/LinkedInt 154 | [submodule "Other/Leaks/pastebin_scraper"] 155 | path = Other/Leaks/pastebin_scraper 156 | url = https://github.com/Critical-Start/pastebin_scraper 157 | [submodule "Other/Leaks/pwnbin"] 158 | path = Other/Leaks/pwnbin 159 | url = https://github.com/kahunalu/pwnbin 160 | [submodule "Other/Leaks/pwnedOrNot"] 161 | path = Other/Leaks/pwnedOrNot 162 | url = https://github.com/thewhiteh4t/pwnedOrNot 163 | [submodule "Email/pwnedOrNot"] 164 | path = Email/pwnedOrNot 165 | url = https://github.com/thewhiteh4t/pwnedOrNot 166 | [submodule "Domain/dnstwist"] 167 | path = Domain/dnstwist 168 | url = https://github.com/elceef/dnstwist 169 | [submodule "Domain/dnsrecon"] 170 | path = Domain/dnsrecon 171 | url = https://github.com/darkoperator/dnsrecon 172 | [submodule "Other/Leaks/pwndb"] 173 | path = Other/Leaks/pwndb 174 | url = https://github.com/davidtavarez/pwndb 175 | [submodule "Other/Leaks/FileScan"] 176 | path = Other/Leaks/FileScan 177 | url = https://github.com/rysh1/FileScan 178 | [submodule "Other/Leaks/h8mail"] 179 | path = Other/Leaks/h8mail 180 | url = https://github.com/khast3x/h8mail 181 | [submodule "Email/h8mail"] 182 | path = Email/h8mail 183 | url = https://github.com/khast3x/h8mail 184 | [submodule "Email/WhatBreach"] 185 | path = Email/WhatBreach 186 | url = https://github.com/Ekultek/WhatBreach 187 | [submodule "Other/Leaks/WhatBreach"] 188 | path = Other/Leaks/WhatBreach 189 | url = https://github.com/Ekultek/WhatBreach 190 | [submodule "Other/Leaks/leaks_parser"] 191 | path = Other/Leaks/leaks_parser 192 | url = https://github.com/p3pperp0tts/leaks_parser 193 | [submodule "Domain/censys-subdomain-finder"] 194 | path = Domain/censys-subdomain-finder 195 | url = https://github.com/christophetd/censys-subdomain-finder 196 | [submodule "Other/SourceCode/gitleak"] 197 | path = Other/SourceCode/gitleak 198 | url = https://github.com/lfzark/gitleak 199 | [submodule "Account/GitHub/gitleak"] 200 | path = Account/GitHub/gitleak 201 | url = https://github.com/lfzark/gitleak 202 | [submodule "Other/Leaks/gitleak"] 203 | path = Other/Leaks/gitleak 204 | url = https://github.com/lfzark/gitleak 205 | [submodule "Other/Leaks/Keyring"] 206 | path = Other/Leaks/Keyring 207 | url = https://github.com/Mili-NT/Keyring 208 | [submodule "Phone/ya_perezvonu"] 209 | path = Phone/ya_perezvonu 210 | url = https://github.com/chipik/ya_perezvonu 211 | [submodule "Domain/aiodnsbrute"] 212 | path = Domain/aiodnsbrute 213 | url = https://github.com/blark/aiodnsbrute 214 | [submodule "Other/Leaks/GitHacker"] 215 | path = Other/Leaks/GitHacker 216 | url = https://github.com/WangYihang/GitHacker 217 | [submodule "Account/GitHub/GitGot"] 218 | path = Account/GitHub/GitGot 219 | url = https://github.com/BishopFox/GitGot 220 | [submodule "Other/SourceCode/GitGot"] 221 | path = Other/SourceCode/GitGot 222 | url = https://github.com/BishopFox/GitGot 223 | [submodule "Domain/dvcs-ripper"] 224 | path = Domain/dvcs-ripper 225 | url = https://github.com/kost/dvcs-ripper 226 | [submodule "Other/SourceCode/dvcs-ripper"] 227 | path = Other/SourceCode/dvcs-ripper 228 | url = https://github.com/kost/dvcs-ripper 229 | [submodule "Domain/xray"] 230 | path = Domain/xray 231 | url = https://github.com/evilsocket/xray 232 | [submodule "Other/Phishing/seeker"] 233 | path = Other/Phishing/seeker 234 | url = https://github.com/thewhiteh4t/seeker 235 | [submodule "IP/SpiderFoot"] 236 | path = IP/SpiderFoot 237 | url = https://github.com/smicallef/spiderfoot 238 | [submodule "Domain/SpiderFoot"] 239 | path = Domain/SpiderFoot 240 | url = https://github.com/smicallef/spiderfoot 241 | [submodule "Network/SpiderFoot"] 242 | path = Network/SpiderFoot 243 | url = https://github.com/smicallef/spiderfoot 244 | [submodule "Email/SpiderFoot"] 245 | path = Email/SpiderFoot 246 | url = https://github.com/smicallef/spiderfoot 247 | [submodule "Phone/SpiderFoot"] 248 | path = Phone/SpiderFoot 249 | url = https://github.com/smicallef/spiderfoot 250 | [submodule "Nickname/SpiderFoot"] 251 | path = Nickname/SpiderFoot 252 | url = https://github.com/smicallef/spiderfoot 253 | [submodule "Fullname/SpiderFoot"] 254 | path = Fullname/SpiderFoot 255 | url = https://github.com/smicallef/spiderfoot 256 | [submodule "Other/Automation/SpiderFoot"] 257 | path = Other/Automation/SpiderFoot 258 | url = https://github.com/smicallef/spiderfoot 259 | [submodule "IP/HostHunter"] 260 | path = IP/HostHunter 261 | url = https://github.com/SpiderLabs/HostHunter 262 | [submodule "IP/nmap"] 263 | path = IP/nmap 264 | url = https://github.com/nmap/nmap 265 | [submodule "Domain/nmap"] 266 | path = Domain/nmap 267 | url = https://github.com/nmap/nmap 268 | [submodule "IP/masscan"] 269 | path = IP/masscan 270 | url = https://github.com/robertdavidgraham/masscan 271 | [submodule "Domain/gasmask"] 272 | path = Domain/gasmask 273 | url = https://github.com/twelvesec/gasmask 274 | [submodule "Other/Leaks/secret-bridge"] 275 | path = Other/Leaks/secret-bridge 276 | url = https://github.com/duo-labs/secret-bridge 277 | [submodule "Account/GitHub/secret-bridge"] 278 | path = Account/GitHub/secret-bridge 279 | url = https://github.com/duo-labs/secret-bridge 280 | [submodule "Domain/datasploit"] 281 | path = Domain/datasploit 282 | url = https://github.com/DataSploit/datasploit 283 | [submodule "Webpage/Carbon14"] 284 | path = Webpage/Carbon14 285 | url = https://github.com/Lazza/Carbon14 286 | [submodule "Account/YouTube/youtube-dl"] 287 | path = Account/YouTube/youtube-dl 288 | url = https://github.com/ytdl-org/youtube-dl 289 | [submodule "Other/Leaks/radiocarbon"] 290 | path = Other/Leaks/radiocarbon 291 | url = https://github.com/Neo23x0/radiocarbon 292 | [submodule "Account/TikTok/TikTok-OSINT"] 293 | path = Account/TikTok/TikTok-OSINT 294 | url = https://github.com/sc1341/TikTok-OSINT 295 | [submodule "Account/WhatsApp/WhatsappMonitor"] 296 | path = Account/WhatsApp/WhatsappMonitor 297 | url = https://github.com/ErikTschierschke/WhatsappMonitor 298 | [submodule "Nickname/operative-framework"] 299 | path = Nickname/operative-framework 300 | url = https://github.com/graniet/operative-framework 301 | [submodule "Domain/operative-framework"] 302 | path = Domain/operative-framework 303 | url = https://github.com/graniet/operative-framework 304 | [submodule "IP/operative-framework"] 305 | path = IP/operative-framework 306 | url = https://github.com/graniet/operative-framework 307 | [submodule "Phone/operative-framework"] 308 | path = Phone/operative-framework 309 | url = https://github.com/graniet/operative-framework 310 | [submodule "Account/Instagram/operative-framework"] 311 | path = Account/Instagram/operative-framework 312 | url = https://github.com/graniet/operative-framework 313 | [submodule "Account/Twitter/operative-framework"] 314 | path = Account/Twitter/operative-framework 315 | url = https://github.com/graniet/operative-framework 316 | [submodule "Account/WhatsApp/operative-framework"] 317 | path = Account/WhatsApp/operative-framework 318 | url = https://github.com/graniet/operative-framework 319 | [submodule "Other/Leaks/sniff-paste"] 320 | path = Other/Leaks/sniff-paste 321 | url = https://github.com/needmorecowbell/sniff-paste 322 | [submodule "Account/QQ/qq_group"] 323 | path = Account/QQ/qq_group 324 | url = https://github.com/1ocalhost/qq_group 325 | [submodule "Domain/Photon"] 326 | path = Domain/Photon 327 | url = https://github.com/s0md3v/Photon 328 | [submodule "Other/Leaks/leakScraper"] 329 | path = Other/Leaks/leakScraper 330 | url = https://github.com/Acceis/leakScraper 331 | [submodule "Nickname/karma"] 332 | path = Nickname/karma 333 | url = https://github.com/jdiazmx/karma 334 | [submodule "Domain/karma"] 335 | path = Domain/karma 336 | url = https://github.com/jdiazmx/karma 337 | [submodule "Email/karma"] 338 | path = Email/karma 339 | url = https://github.com/jdiazmx/karma 340 | [submodule "Password/karma"] 341 | path = Password/karma 342 | url = https://github.com/jdiazmx/karma 343 | [submodule "Other/Phishing/trape"] 344 | path = Other/Phishing/trape 345 | url = https://github.com/jofpin/trape 346 | [submodule "Other/Clouds/secret-leak-prevention-demo"] 347 | path = Other/Clouds/secret-leak-prevention-demo 348 | url = https://github.com/mbacchi/secret-leak-prevention-demo 349 | [submodule "Other/SourceCode/secret-leak-prevention-demo"] 350 | path = Other/SourceCode/secret-leak-prevention-demo 351 | url = https://github.com/mbacchi/secret-leak-prevention-demo 352 | [submodule "Other/Leaks/secret-leak-prevention-demo"] 353 | path = Other/Leaks/secret-leak-prevention-demo 354 | url = https://github.com/mbacchi/secret-leak-prevention-demo 355 | [submodule "File/Document/arxiv_leaks"] 356 | path = File/Document/arxiv_leaks 357 | url = https://github.com/soskek/arxiv_leaks 358 | [submodule "File/Photo/exiftool"] 359 | path = File/Photo/exiftool 360 | url = https://github.com/exiftool/exiftool 361 | [submodule "File/Document/exiftool"] 362 | path = File/Document/exiftool 363 | url = https://github.com/exiftool/exiftool 364 | [submodule "File/Document/aleph"] 365 | path = File/Document/aleph 366 | url = https://github.com/alephdata/aleph 367 | [submodule "Other/Leaks/aleph"] 368 | path = Other/Leaks/aleph 369 | url = https://github.com/alephdata/aleph 370 | [submodule "Other/Leaks/Breach-Miner"] 371 | path = Other/Leaks/Breach-Miner 372 | url = https://github.com/secworld/Breach-Miner 373 | [submodule "Domain/fav-up"] 374 | path = Domain/fav-up 375 | url = https://github.com/pielco11/fav-up 376 | [submodule "Domain/FavFreak"] 377 | path = Domain/FavFreak 378 | url = https://github.com/devanshbatham/FavFreak 379 | [submodule "Other/Leaks/shhgit"] 380 | path = Other/Leaks/shhgit 381 | url = https://github.com/eth0izzle/shhgit 382 | [submodule "Other/SourceCode/shhgit"] 383 | path = Other/SourceCode/shhgit 384 | url = https://github.com/eth0izzle/shhgit 385 | [submodule "Account/GitHub/shhgit"] 386 | path = Account/GitHub/shhgit 387 | url = https://github.com/eth0izzle/shhgit 388 | [submodule "Account/GitLab/shhgit"] 389 | path = Account/GitLab/shhgit 390 | url = https://github.com/eth0izzle/shhgit 391 | [submodule "Account/BitBucket/shhgit"] 392 | path = Account/BitBucket/shhgit 393 | url = https://github.com/eth0izzle/shhgit 394 | [submodule "Other/Leaks/EMAGNET"] 395 | path = Other/Leaks/EMAGNET 396 | url = https://github.com/wuseman/EMAGNET 397 | [submodule "Account/Gmail/EMAGNET"] 398 | path = Account/Gmail/EMAGNET 399 | url = https://github.com/wuseman/EMAGNET 400 | [submodule "Account/Spotify/EMAGNET"] 401 | path = Account/Spotify/EMAGNET 402 | url = https://github.com/wuseman/EMAGNET 403 | [submodule "Other/Leaks/ipfs"] 404 | path = Other/Leaks/ipfs 405 | url = https://github.com/cryptodashie/ipfs 406 | [submodule "Other/Leaks/git-hound"] 407 | path = Other/Leaks/git-hound 408 | url = https://github.com/tillson/git-hound 409 | [submodule "Account/GitHub/git-hound"] 410 | path = Account/GitHub/git-hound 411 | url = https://github.com/tillson/git-hound 412 | [submodule "File/Photo/Belati"] 413 | path = File/Photo/Belati 414 | url = https://github.com/aancw/Belati 415 | [submodule "Domain/Belati"] 416 | path = Domain/Belati 417 | url = https://github.com/aancw/Belati 418 | [submodule "Other/SourceCode/Belati"] 419 | path = Other/SourceCode/Belati 420 | url = https://github.com/aancw/Belati 421 | [submodule "Other/SourceCode/gitem"] 422 | path = Other/SourceCode/gitem 423 | url = https://github.com/mschwager/gitem 424 | [submodule "Account/GitHub/gitem"] 425 | path = Account/GitHub/gitem 426 | url = https://github.com/mschwager/gitem 427 | [submodule "Other/Leaks/data_toolkit"] 428 | path = Other/Leaks/data_toolkit 429 | url = https://github.com/nand2xor/data_toolkit 430 | [submodule "Other/Leaks/seemnemaailm-leak-analysis"] 431 | path = Other/Leaks/seemnemaailm-leak-analysis 432 | url = https://github.com/Lauriy/seemnemaailm-leak-analysis 433 | [submodule "Domain/PwnBack"] 434 | path = Domain/PwnBack 435 | url = https://github.com/P3GLEG/PwnBack 436 | [submodule "Other/Clouds/MicroBurst"] 437 | path = Other/Clouds/MicroBurst 438 | url = https://github.com/NetSPI/MicroBurst 439 | [submodule "Account/Azure/MicroBurst"] 440 | path = Account/Azure/MicroBurst 441 | url = https://github.com/NetSPI/MicroBurst 442 | [submodule "Domain/recon-ng"] 443 | path = Domain/recon-ng 444 | url = https://github.com/lanmaster53/recon-ng 445 | [submodule "Account/LinkedIn/recon-ng"] 446 | path = Account/LinkedIn/recon-ng 447 | url = https://github.com/lanmaster53/recon-ng 448 | [submodule "Account/Twitter/recon-ng"] 449 | path = Account/Twitter/recon-ng 450 | url = https://github.com/lanmaster53/recon-ng 451 | [submodule "Nickname/recon-ng"] 452 | path = Nickname/recon-ng 453 | url = https://github.com/lanmaster53/recon-ng 454 | [submodule "Other/Leaks/recon-ng"] 455 | path = Other/Leaks/recon-ng 456 | url = https://github.com/lanmaster53/recon-ng 457 | [submodule "Account/GitHub/recon-ng"] 458 | path = Account/GitHub/recon-ng 459 | url = https://github.com/lanmaster53/recon-ng 460 | [submodule "Email/recon-ng"] 461 | path = Email/recon-ng 462 | url = https://github.com/lanmaster53/recon-ng 463 | [submodule "Password/recon-ng"] 464 | path = Password/recon-ng 465 | url = https://github.com/lanmaster53/recon-ng 466 | [submodule "Other/Automation/recon-ng"] 467 | path = Other/Automation/recon-ng 468 | url = https://github.com/lanmaster53/recon-ng 469 | [submodule "IP/reconspider"] 470 | path = IP/reconspider 471 | url = https://github.com/bhavsec/reconspider 472 | [submodule "Domain/reconspider"] 473 | path = Domain/reconspider 474 | url = https://github.com/bhavsec/reconspider 475 | [submodule "Phone/reconspider"] 476 | path = Phone/reconspider 477 | url = https://github.com/bhavsec/reconspider 478 | [submodule "Nickname/reconspider"] 479 | path = Nickname/reconspider 480 | url = https://github.com/bhavsec/reconspider 481 | [submodule "Email/reconspider"] 482 | path = Email/reconspider 483 | url = https://github.com/bhavsec/reconspider 484 | [submodule "File/Photo/reconspider"] 485 | path = File/Photo/reconspider 486 | url = https://github.com/bhavsec/reconspider 487 | [submodule "MAC/reconspider"] 488 | path = MAC/reconspider 489 | url = https://github.com/bhavsec/reconspider 490 | [submodule "Other/Phishing/reconspider"] 491 | path = Other/Phishing/reconspider 492 | url = https://github.com/bhavsec/reconspider 493 | [submodule "Account/Instagram/Osintgram"] 494 | path = Account/Instagram/Osintgram 495 | url = https://github.com/Datalux/Osintgram 496 | [submodule "Webpage/shift-ctrl-f"] 497 | path = Webpage/shift-ctrl-f 498 | url = https://github.com/model-zoo/shift-ctrl-f 499 | [submodule "File/Malware/IntelOwl"] 500 | path = File/Malware/IntelOwl 501 | url = https://github.com/intelowlproject/IntelOwl 502 | [submodule "IP/IntelOwl"] 503 | path = IP/IntelOwl 504 | url = https://github.com/intelowlproject/IntelOwl 505 | [submodule "Domain/IntelOwl"] 506 | path = Domain/IntelOwl 507 | url = https://github.com/intelowlproject/IntelOwl 508 | [submodule "Domain/sn0int"] 509 | path = Domain/sn0int 510 | url = https://github.com/kpcyrd/sn0int 511 | [submodule "IP/sn0int"] 512 | path = IP/sn0int 513 | url = https://github.com/kpcyrd/sn0int 514 | [submodule "Email/sn0int"] 515 | path = Email/sn0int 516 | url = https://github.com/kpcyrd/sn0int 517 | [submodule "Nickname/sn0int"] 518 | path = Nickname/sn0int 519 | url = https://github.com/kpcyrd/sn0int 520 | [submodule "Other/Leaks/sn0int"] 521 | path = Other/Leaks/sn0int 522 | url = https://github.com/kpcyrd/sn0int 523 | [submodule "Phone/sn0int"] 524 | path = Phone/sn0int 525 | url = https://github.com/kpcyrd/sn0int 526 | [submodule "Account/Instagram/sn0int"] 527 | path = Account/Instagram/sn0int 528 | url = https://github.com/kpcyrd/sn0int 529 | [submodule "File/Photo/sn0int"] 530 | path = File/Photo/sn0int 531 | url = https://github.com/kpcyrd/sn0int 532 | [submodule "Other/Automation/sn0int"] 533 | path = Other/Automation/sn0int 534 | url = https://github.com/kpcyrd/sn0int 535 | [submodule "File/Photo/Face-Depixelizer"] 536 | path = File/Photo/Face-Depixelizer 537 | url = https://github.com/tg-bomze/Face-Depixelizer 538 | [submodule "Account/YouTube/youtube_tool"] 539 | path = Account/YouTube/youtube_tool 540 | url = https://github.com/nlitsme/youtube_tool 541 | [submodule "Webpage/social-media-profiles-regexs"] 542 | path = Webpage/social-media-profiles-regexs 543 | url = https://github.com/lorey/social-media-profiles-regexs 544 | [submodule "Account/Snapchat/snapchat-map-scraper"] 545 | path = Account/Snapchat/snapchat-map-scraper 546 | url = https://github.com/nemec/snapchat-map-scraper 547 | [submodule "Other/VMs/OsintDistro"] 548 | path = Other/VMs/OsintDistro 549 | url = https://github.com/HuronOsint/OsintDistro 550 | [submodule "Other/VMs/dora-osint-vm"] 551 | path = Other/VMs/dora-osint-vm 552 | url = https://github.com/axlshear/dora-osint-vm 553 | [submodule "Account/YouTube/youtube-geofind"] 554 | path = Account/YouTube/youtube-geofind 555 | url = https://github.com/mattwright324/youtube-geofind 556 | [submodule "Location/youtube-geofind"] 557 | path = Location/youtube-geofind 558 | url = https://github.com/mattwright324/youtube-geofind 559 | [submodule "Account/Twitter/TwitWork"] 560 | path = Account/Twitter/TwitWork 561 | url = https://github.com/atmoner/TwitWork 562 | [submodule "Account/Instagram/instaloctrack"] 563 | path = Account/Instagram/instaloctrack 564 | url = https://github.com/bernsteining/instaloctrack 565 | [submodule "IP/Kamerka-GUI"] 566 | path = IP/Kamerka-GUI 567 | url = https://github.com/woj-ciech/Kamerka-GUI 568 | [submodule "Domain/jeopardize"] 569 | path = Domain/jeopardize 570 | url = https://github.com/utkusen/jeopardize 571 | [submodule "Phone/phonia"] 572 | path = Phone/phonia 573 | url = https://github.com/coredamage/phonia 574 | [submodule "Domain/Sublist3r"] 575 | path = Domain/Sublist3r 576 | url = https://github.com/aboul3la/Sublist3r 577 | [submodule "File/Document/metagoofil"] 578 | path = File/Document/metagoofil 579 | url = https://github.com/laramies/metagoofil 580 | [submodule "Domain/metagoofil"] 581 | path = Domain/metagoofil 582 | url = https://github.com/laramies/metagoofil 583 | [submodule "Domain/Spiderpig"] 584 | path = Domain/Spiderpig 585 | url = https://github.com/hatlord/Spiderpig 586 | [submodule "Email/buster"] 587 | path = Email/buster 588 | url = https://github.com/sham00n/buster 589 | [submodule "Nickname/buster"] 590 | path = Nickname/buster 591 | url = https://github.com/sham00n/buster 592 | [submodule "Fullname/buster"] 593 | path = Fullname/buster 594 | url = https://github.com/sham00n/buster 595 | [submodule "Domain/Infoga"] 596 | path = Domain/Infoga 597 | url = https://github.com/m4ll0k/Infoga 598 | [submodule "Email/Infoga"] 599 | path = Email/Infoga 600 | url = https://github.com/m4ll0k/Infoga 601 | [submodule "Email/OSINT-Search"] 602 | path = Email/OSINT-Search 603 | url = https://github.com/am0nt31r0/OSINT-Search 604 | [submodule "Domain/OSINT-Search"] 605 | path = Domain/OSINT-Search 606 | url = https://github.com/am0nt31r0/OSINT-Search 607 | [submodule "IP/OSINT-Search"] 608 | path = IP/OSINT-Search 609 | url = https://github.com/am0nt31r0/OSINT-Search 610 | [submodule "Webpage/OSINT-Search"] 611 | path = Webpage/OSINT-Search 612 | url = https://github.com/am0nt31r0/OSINT-Search 613 | [submodule "Other/Automation/OSINT-Search"] 614 | path = Other/Automation/OSINT-Search 615 | url = https://github.com/am0nt31r0/OSINT-Search 616 | [submodule "Other/Leaks/DumpsterDiver"] 617 | path = Other/Leaks/DumpsterDiver 618 | url = https://github.com/securing/DumpsterDiver 619 | [submodule "File/Document/DumpsterDiver"] 620 | path = File/Document/DumpsterDiver 621 | url = https://github.com/securing/DumpsterDiver 622 | [submodule "File/Photo/exifprobe"] 623 | path = File/Photo/exifprobe 624 | url = https://github.com/hfiguiere/exifprobe 625 | [submodule "File/Photo/exifscan"] 626 | path = File/Photo/exifscan 627 | url = https://github.com/kusk/exifscan 628 | [submodule "File/Document/stego-toolkit"] 629 | path = File/Document/stego-toolkit 630 | url = https://github.com/DominicBreuker/stego-toolkit 631 | [submodule "File/Audio/stego-toolkit"] 632 | path = File/Audio/stego-toolkit 633 | url = https://github.com/DominicBreuker/stego-toolkit 634 | [submodule "File/Photo/stego-toolkit"] 635 | path = File/Photo/stego-toolkit 636 | url = https://github.com/DominicBreuker/stego-toolkit 637 | [submodule "Other/Automation/FinalRecon"] 638 | path = Other/Automation/FinalRecon 639 | url = https://github.com/thewhiteh4t/FinalRecon 640 | [submodule "Domain/FinalRecon"] 641 | path = Domain/FinalRecon 642 | url = https://github.com/thewhiteh4t/FinalRecon 643 | [submodule "Phone/LittleBrother"] 644 | path = Phone/LittleBrother 645 | url = https://github.com/lulz3xploit/LittleBrother 646 | [submodule "Email/LittleBrother"] 647 | path = Email/LittleBrother 648 | url = https://github.com/lulz3xploit/LittleBrother 649 | [submodule "Fullname/LittleBrother"] 650 | path = Fullname/LittleBrother 651 | url = https://github.com/lulz3xploit/LittleBrother 652 | [submodule "IP/LittleBrother"] 653 | path = IP/LittleBrother 654 | url = https://github.com/lulz3xploit/LittleBrother 655 | [submodule "File/Photo/LittleBrother"] 656 | path = File/Photo/LittleBrother 657 | url = https://github.com/lulz3xploit/LittleBrother 658 | [submodule "Account/Twitter/LittleBrother"] 659 | path = Account/Twitter/LittleBrother 660 | url = https://github.com/lulz3xploit/LittleBrother 661 | [submodule "Account/Instagram/LittleBrother"] 662 | path = Account/Instagram/LittleBrother 663 | url = https://github.com/lulz3xploit/LittleBrother 664 | [submodule "Account/Facebook/LittleBrother"] 665 | path = Account/Facebook/LittleBrother 666 | url = https://github.com/lulz3xploit/LittleBrother 667 | [submodule "Account/LinkedIn/LittleBrother"] 668 | path = Account/LinkedIn/LittleBrother 669 | url = https://github.com/lulz3xploit/LittleBrother 670 | [submodule "Hash/LittleBrother"] 671 | path = Hash/LittleBrother 672 | url = https://github.com/lulz3xploit/LittleBrother 673 | [submodule "Other/Automation/LittleBrother"] 674 | path = Other/Automation/LittleBrother 675 | url = https://github.com/lulz3xploit/LittleBrother 676 | [submodule "Hash/john"] 677 | path = Hash/john 678 | url = https://github.com/openwall/john 679 | [submodule "Phone/No-BlackM"] 680 | path = Phone/No-BlackM 681 | url = https://github.com/DataSC3/No-BlackM 682 | [submodule "Account/LinkedIn/OSINT_Spider_py"] 683 | path = Account/LinkedIn/OSINT_Spider_py 684 | url = https://github.com/rebootORZ/OSINT_Spider.py 685 | [submodule "Other/Leaks/PasteHunter"] 686 | path = Other/Leaks/PasteHunter 687 | url = https://github.com/kevthehermit/PasteHunter 688 | [submodule "IP/IPDump"] 689 | path = IP/IPDump 690 | url = https://github.com/fputs/IPDump 691 | [submodule "Domain/IPDump"] 692 | path = Domain/IPDump 693 | url = https://github.com/fputs/IPDump 694 | [submodule "Domain/WikiLeaker"] 695 | path = Domain/WikiLeaker 696 | url = https://github.com/jocephus/WikiLeaker 697 | [submodule "Account/Instagram/instaloader"] 698 | path = Account/Instagram/instaloader 699 | url = https://github.com/instaloader/instaloader 700 | [submodule "Domain/checkdmarc"] 701 | path = Domain/checkdmarc 702 | url = https://github.com/domainaware/checkdmarc 703 | [submodule "Other/Identifier/python-stdnum"] 704 | path = Other/Identifier/python-stdnum 705 | url = https://github.com/arthurdejong/python-stdnum 706 | [submodule "Other/Leaks/Scavenger"] 707 | path = Other/Leaks/Scavenger 708 | url = https://github.com/rndinfosecguy/Scavenger 709 | [submodule "Account/Telegram/TeleGram-Scraper"] 710 | path = Account/Telegram/TeleGram-Scraper 711 | url = https://github.com/th3unkn0n/TeleGram-Scraper 712 | [submodule "File/Photo/fawkes"] 713 | path = File/Photo/fawkes 714 | url = https://github.com/Shawn-Shan/fawkes 715 | [submodule "Other/Search/uDork"] 716 | path = Other/Search/uDork 717 | url = https://github.com/m3n0sd0n4ld/uDork 718 | [submodule "Domain/uDork"] 719 | path = Domain/uDork 720 | url = https://github.com/m3n0sd0n4ld/uDork 721 | [submodule "IP/uDork"] 722 | path = IP/uDork 723 | url = https://github.com/m3n0sd0n4ld/uDork 724 | [submodule "Domain/squatm3gator"] 725 | path = Domain/squatm3gator 726 | url = https://github.com/david3107/squatm3gator 727 | [submodule "Domain/waybackpack"] 728 | path = Domain/waybackpack 729 | url = https://github.com/jsvine/waybackpack 730 | [submodule "Webpage/waybackpack"] 731 | path = Webpage/waybackpack 732 | url = https://github.com/jsvine/waybackpack 733 | [submodule "File/Document/OCRmyPDF"] 734 | path = File/Document/OCRmyPDF 735 | url = https://github.com/jbarlow83/OCRmyPDF 736 | [submodule "Domain/Amass"] 737 | path = Domain/Amass 738 | url = https://github.com/OWASP/Amass 739 | [submodule "Account/GitHub/Zen"] 740 | path = Account/GitHub/Zen 741 | url = https://github.com/s0md3v/Zen 742 | [submodule "Account/Facebook/osintstalker"] 743 | path = Account/Facebook/osintstalker 744 | url = https://github.com/milo2012/osintstalker 745 | [submodule "Account/GitHub/recon"] 746 | path = Account/GitHub/recon 747 | url = https://github.com/pownjs/recon 748 | [submodule "Domain/recon"] 749 | path = Domain/recon 750 | url = https://github.com/pownjs/recon 751 | [submodule "IP/recon"] 752 | path = IP/recon 753 | url = https://github.com/pownjs/recon 754 | [submodule "Email/recon"] 755 | path = Email/recon 756 | url = https://github.com/pownjs/recon 757 | [submodule "Webpage/recon"] 758 | path = Webpage/recon 759 | url = https://github.com/pownjs/recon 760 | [submodule "Nickname/recon"] 761 | path = Nickname/recon 762 | url = https://github.com/pownjs/recon 763 | [submodule "Cryptocurrency/Orbit"] 764 | path = Cryptocurrency/Orbit 765 | url = https://github.com/s0md3v/Orbit 766 | [submodule "IP/intrigue-core"] 767 | path = IP/intrigue-core 768 | url = https://github.com/intrigueio/intrigue-core 769 | [submodule "Domain/intrigue-core"] 770 | path = Domain/intrigue-core 771 | url = https://github.com/intrigueio/intrigue-core 772 | [submodule "Token/AWS/grayhat2"] 773 | path = Token/AWS/grayhat2 774 | url = https://github.com/d34db33f-1007/grayhat2 775 | [submodule "Domain/aquatone"] 776 | path = Domain/aquatone 777 | url = https://github.com/michenriksen/aquatone 778 | [submodule "Webpage/aquatone"] 779 | path = Webpage/aquatone 780 | url = https://github.com/michenriksen/aquatone 781 | [submodule "IP/harpoon"] 782 | path = IP/harpoon 783 | url = https://github.com/Te-k/harpoon 784 | [submodule "Domain/harpoon"] 785 | path = Domain/harpoon 786 | url = https://github.com/Te-k/harpoon 787 | [submodule "Email/harpoon"] 788 | path = Email/harpoon 789 | url = https://github.com/Te-k/harpoon 790 | [submodule "Webpage/harpoon"] 791 | path = Webpage/harpoon 792 | url = https://github.com/Te-k/harpoon 793 | [submodule "Account/Twitter/birdwatcher"] 794 | path = Account/Twitter/birdwatcher 795 | url = https://github.com/michenriksen/birdwatcher 796 | [submodule "Email/hibp"] 797 | path = Email/hibp 798 | url = https://github.com/michenriksen/hibp 799 | [submodule "Other/Maltego/Nextego"] 800 | path = Other/Maltego/Nextego 801 | url = https://github.com/bostonlink/Nextego 802 | [submodule "Other/Maltego/michenriksen_maltego"] 803 | path = Other/Maltego/michenriksen_maltego 804 | url = https://github.com/michenriksen/maltego 805 | [submodule "Account/Twitter/TIGMINT"] 806 | path = Account/Twitter/TIGMINT 807 | url = https://github.com/TIGMINT/TIGMINT 808 | [submodule "Account/Instagram/TIGMINT"] 809 | path = Account/Instagram/TIGMINT 810 | url = https://github.com/TIGMINT/TIGMINT 811 | [submodule "Nickname/TIGMINT"] 812 | path = Nickname/TIGMINT 813 | url = https://github.com/TIGMINT/TIGMINT 814 | [submodule "Account/Instagram/Instagrab"] 815 | path = Account/Instagram/Instagrab 816 | url = https://github.com/KevCui/Instagrab 817 | [submodule "Domain/Maryam"] 818 | path = Domain/Maryam 819 | url = https://github.com/saeeddhqan/Maryam 820 | [submodule "Webpage/Maryam"] 821 | path = Webpage/Maryam 822 | url = https://github.com/saeeddhqan/Maryam 823 | [submodule "Account/LinkedIn/Maryam"] 824 | path = Account/LinkedIn/Maryam 825 | url = https://github.com/saeeddhqan/Maryam 826 | [submodule "Account/Twitter/Maryam"] 827 | path = Account/Twitter/Maryam 828 | url = https://github.com/saeeddhqan/Maryam 829 | [submodule "Other/Automation/Maryam"] 830 | path = Other/Automation/Maryam 831 | url = https://github.com/saeeddhqan/Maryam 832 | [submodule "Phone/DeadTrap"] 833 | path = Phone/DeadTrap 834 | url = https://github.com/mssalvatore/DeadTrap 835 | [submodule "Other/Maltego/MISP-maltego"] 836 | path = Other/Maltego/MISP-maltego 837 | url = https://github.com/MISP/MISP-maltego 838 | [submodule "Phone/Scylla"] 839 | path = Phone/Scylla 840 | url = https://github.com/josh0xA/Scylla 841 | [submodule "Nickname/Scylla"] 842 | path = Nickname/Scylla 843 | url = https://github.com/josh0xA/Scylla 844 | [submodule "Account/Twitter/Scylla"] 845 | path = Account/Twitter/Scylla 846 | url = https://github.com/josh0xA/Scylla 847 | [submodule "Account/Instagram/Scylla"] 848 | path = Account/Instagram/Scylla 849 | url = https://github.com/josh0xA/Scylla 850 | [submodule "IP/Scylla"] 851 | path = IP/Scylla 852 | url = https://github.com/josh0xA/Scylla 853 | [submodule "CreditCard/Scylla"] 854 | path = CreditCard/Scylla 855 | url = https://github.com/josh0xA/Scylla 856 | [submodule "Other/Info/OSINT-Framework"] 857 | path = Other/Info/OSINT-Framework 858 | url = https://github.com/lockfale/OSINT-Framework 859 | [submodule "Other/Info/netstalking-osint"] 860 | path = Other/Info/netstalking-osint 861 | url = https://github.com/netstalking-core/netstalking-osint 862 | [submodule "Other/Info/OSINT_Collection"] 863 | path = Other/Info/OSINT_Collection 864 | url = https://github.com/Ph055a/OSINT_Collection 865 | [submodule "Other/Info/DFW1N-OSINT"] 866 | path = Other/Info/DFW1N-OSINT 867 | url = https://github.com/DFW1N/DFW1N-OSINT 868 | [submodule "Account/Telegram/chatter"] 869 | path = Account/Telegram/chatter 870 | url = https://github.com/visualbasic6/chatter 871 | [submodule "Nickname/MagmaOsint"] 872 | path = Nickname/MagmaOsint 873 | url = https://github.com/m1n64/MagmaOsint 874 | [submodule "MAC/mac_vendor_lookup"] 875 | path = MAC/mac_vendor_lookup 876 | url = https://github.com/bauerj/mac_vendor_lookup 877 | [submodule "IP/CyberChef"] 878 | path = IP/CyberChef 879 | url = https://github.com/gchq/CyberChef 880 | [submodule "Hash/CyberChef"] 881 | path = Hash/CyberChef 882 | url = https://github.com/gchq/CyberChef 883 | [submodule "Other/Phishing/nero-phishing-server"] 884 | path = Other/Phishing/nero-phishing-server 885 | url = https://github.com/kurogai/nero-phishing-server 886 | [submodule "File/Document/FOCA"] 887 | path = File/Document/FOCA 888 | url = https://github.com/ElevenPaths/FOCA 889 | [submodule "Cryptocurrency/OSINT-SPY"] 890 | path = Cryptocurrency/OSINT-SPY 891 | url = https://github.com/SharadKumar97/OSINT-SPY 892 | [submodule "Domain/OSINT-SPY"] 893 | path = Domain/OSINT-SPY 894 | url = https://github.com/SharadKumar97/OSINT-SPY 895 | [submodule "Email/OSINT-SPY"] 896 | path = Email/OSINT-SPY 897 | url = https://github.com/SharadKumar97/OSINT-SPY 898 | [submodule "IP/OSINT-SPY"] 899 | path = IP/OSINT-SPY 900 | url = https://github.com/SharadKumar97/OSINT-SPY 901 | [submodule "File/Malware/OSINT-SPY"] 902 | path = File/Malware/OSINT-SPY 903 | url = https://github.com/SharadKumar97/OSINT-SPY 904 | [submodule "Nickname/querytool"] 905 | path = Nickname/querytool 906 | url = https://github.com/oryon-osint/querytool 907 | [submodule "Domain/querytool"] 908 | path = Domain/querytool 909 | url = https://github.com/oryon-osint/querytool 910 | [submodule "Fullname/querytool"] 911 | path = Fullname/querytool 912 | url = https://github.com/oryon-osint/querytool 913 | [submodule "IP/querytool"] 914 | path = IP/querytool 915 | url = https://github.com/oryon-osint/querytool 916 | [submodule "Account/GitHub/gitleaks"] 917 | path = Account/GitHub/gitleaks 918 | url = https://github.com/zricethezav/gitleaks 919 | [submodule "Account/GitLab/gitleaks"] 920 | path = Account/GitLab/gitleaks 921 | url = https://github.com/zricethezav/gitleaks 922 | [submodule "Other/Leaks/gitleaks"] 923 | path = Other/Leaks/gitleaks 924 | url = https://github.com/zricethezav/gitleaks 925 | [submodule "Other/SourceCode/gitleaks"] 926 | path = Other/SourceCode/gitleaks 927 | url = https://github.com/zricethezav/gitleaks 928 | [submodule "Account/Twitter/tafferugli"] 929 | path = Account/Twitter/tafferugli 930 | url = https://github.com/sowdust/tafferugli 931 | [submodule "IP/blocklist-ipsets"] 932 | path = IP/blocklist-ipsets 933 | url = https://github.com/firehol/blocklist-ipsets 934 | [submodule "Domain/hosts"] 935 | path = Domain/hosts 936 | url = https://github.com/StevenBlack/hosts 937 | [submodule "Phone/Moriarty-Project"] 938 | path = Phone/Moriarty-Project 939 | url = https://github.com/AzizKpln/Moriarty-Project 940 | [submodule "Account/Gmail/Moriarty-Project"] 941 | path = Account/Gmail/Moriarty-Project 942 | url = https://github.com/AzizKpln/Moriarty-Project 943 | [submodule "Account/Microsoft/Moriarty-Project"] 944 | path = Account/Microsoft/Moriarty-Project 945 | url = https://github.com/AzizKpln/Moriarty-Project 946 | [submodule "IP/sifter"] 947 | path = IP/sifter 948 | url = https://github.com/s1l3nt78/sifter 949 | [submodule "Email/sifter"] 950 | path = Email/sifter 951 | url = https://github.com/s1l3nt78/sifter 952 | [submodule "Domain/sifter"] 953 | path = Domain/sifter 954 | url = https://github.com/s1l3nt78/sifter 955 | [submodule "Other/Leaks/sifter"] 956 | path = Other/Leaks/sifter 957 | url = https://github.com/s1l3nt78/sifter 958 | [submodule "Other/Automation/sifter"] 959 | path = Other/Automation/sifter 960 | url = https://github.com/s1l3nt78/sifter 961 | [submodule "Hash/sifter"] 962 | path = Hash/sifter 963 | url = https://github.com/s1l3nt78/sifter 964 | [submodule "Other/Phishing/sifter"] 965 | path = Other/Phishing/sifter 966 | url = https://github.com/s1l3nt78/sifter 967 | [submodule "Nickname/sifter"] 968 | path = Nickname/sifter 969 | url = https://github.com/s1l3nt78/sifter 970 | [submodule "Account/Instagram/osi_ig"] 971 | path = Account/Instagram/osi_ig 972 | url = https://github.com/th3unkn0n/osi.ig 973 | [submodule "Other/Info/awesome-osint"] 974 | path = Other/Info/awesome-osint 975 | url = https://github.com/jivoi/awesome-osint 976 | [submodule "Domain/WaybackPDF"] 977 | path = Domain/WaybackPDF 978 | url = https://github.com/Haax9/WaybackPDF 979 | [submodule "Other/Leaks/darkshot"] 980 | path = Other/Leaks/darkshot 981 | url = https://github.com/mxrch/darkshot 982 | [submodule "Other/Phishing/king-phisher"] 983 | path = Other/Phishing/king-phisher 984 | url = https://github.com/rsmusllp/king-phisher 985 | [submodule "Other/WiFi/nearby"] 986 | path = Other/WiFi/nearby 987 | url = https://github.com/wisespace-io/nearby 988 | [submodule "Other/Login/default-http-login-hunter"] 989 | path = Other/Login/default-http-login-hunter 990 | url = https://github.com/InfosecMatter/default-http-login-hunter 991 | [submodule "Domain/CMSeeK"] 992 | path = Domain/CMSeeK 993 | url = https://github.com/Tuhinshubhra/CMSeeK 994 | [submodule "Webpage/CMSeeK"] 995 | path = Webpage/CMSeeK 996 | url = https://github.com/Tuhinshubhra/CMSeeK 997 | [submodule "Network/skydive"] 998 | path = Network/skydive 999 | url = https://github.com/skydive-project/skydive 1000 | [submodule "Email/GHunt"] 1001 | path = Email/GHunt 1002 | url = https://github.com/mxrch/GHunt 1003 | [submodule "Other/Info/sinwindieOSINT"] 1004 | path = Other/Info/sinwindieOSINT 1005 | url = https://github.com/sinwindie/OSINT 1006 | [submodule "File/Photo/deface"] 1007 | path = File/Photo/deface 1008 | url = https://github.com/ORB-HD/deface 1009 | [submodule "Face/deface"] 1010 | path = Face/deface 1011 | url = https://github.com/ORB-HD/deface 1012 | [submodule "Email/holehe"] 1013 | path = Email/holehe 1014 | url = https://github.com/megadose/holehe 1015 | [submodule "Email/holehe-maltego"] 1016 | path = Email/holehe-maltego 1017 | url = https://github.com/megadose/holehe-maltego 1018 | [submodule "Other/Maltego/holehe-maltego"] 1019 | path = Other/Maltego/holehe-maltego 1020 | url = https://github.com/megadose/holehe-maltego 1021 | [submodule "Account/Facebook/facebook_totem"] 1022 | path = Account/Facebook/facebook_totem 1023 | url = https://github.com/megadose/facebook_totem 1024 | [submodule "Account/Facebook/totem-maltego"] 1025 | path = Account/Facebook/totem-maltego 1026 | url = https://github.com/megadose/totem-maltego 1027 | [submodule "Other/Maltego/totem-maltego"] 1028 | path = Other/Maltego/totem-maltego 1029 | url = https://github.com/megadose/totem-maltego 1030 | [submodule "Nickname/Quidam"] 1031 | path = Nickname/Quidam 1032 | url = https://github.com/megadose/Quidam 1033 | [submodule "Nickname/quidam-maltego"] 1034 | path = Nickname/quidam-maltego 1035 | url = https://github.com/megadose/quidam-maltego 1036 | [submodule "Other/Maltego/quidam-maltego"] 1037 | path = Other/Maltego/quidam-maltego 1038 | url = https://github.com/megadose/quidam-maltego 1039 | [submodule "Email/hunter-maltego"] 1040 | path = Email/hunter-maltego 1041 | url = https://github.com/megadose/hunter-maltego 1042 | [submodule "Other/Maltego/hunter-maltego"] 1043 | path = Other/Maltego/hunter-maltego 1044 | url = https://github.com/megadose/hunter-maltego 1045 | [submodule "Account/Instagram/toutatis"] 1046 | path = Account/Instagram/toutatis 1047 | url = https://github.com/megadose/toutatis 1048 | [submodule "Account/Instagram/toutatis-maltego"] 1049 | path = Account/Instagram/toutatis-maltego 1050 | url = https://github.com/megadose/toutatis-maltego 1051 | [submodule "Other/Maltego/toutatis-maltego"] 1052 | path = Other/Maltego/toutatis-maltego 1053 | url = https://github.com/megadose/toutatis-maltego 1054 | [submodule "Account/LinkedIn/nqntnqnqmb"] 1055 | path = Account/LinkedIn/nqntnqnqmb 1056 | url = https://github.com/megadose/nqntnqnqmb 1057 | [submodule "Account/LinkedIn/nqntnqnqmb-maltego"] 1058 | path = Account/LinkedIn/nqntnqnqmb-maltego 1059 | url = https://github.com/megadose/nqntnqnqmb-maltego 1060 | [submodule "Other/Maltego/nqntnqnqmb-maltego"] 1061 | path = Other/Maltego/nqntnqnqmb-maltego 1062 | url = https://github.com/megadose/nqntnqnqmb-maltego 1063 | [submodule "Account/Vinted/keskivonfer"] 1064 | path = Account/Vinted/keskivonfer 1065 | url = https://github.com/megadose/keskivonfer 1066 | [submodule "Other/Maltego/keskivonfer-maltego"] 1067 | path = Other/Maltego/keskivonfer-maltego 1068 | url = https://github.com/megadose/keskivonfer-maltego 1069 | [submodule "Account/Vinted/keskivonfer-maltego"] 1070 | path = Account/Vinted/keskivonfer-maltego 1071 | url = https://github.com/megadose/keskivonfer-maltego 1072 | [submodule "Nickname/cqfd"] 1073 | path = Nickname/cqfd 1074 | url = https://github.com/megadose/cqfd 1075 | [submodule "Nickname/cqfd-maltego"] 1076 | path = Nickname/cqfd-maltego 1077 | url = https://github.com/megadose/cqfd-maltego 1078 | [submodule "Other/Maltego/cqfd-maltego"] 1079 | path = Other/Maltego/cqfd-maltego 1080 | url = https://github.com/megadose/cqfd-maltego 1081 | [submodule "Phone/phoneinfoga-maltego"] 1082 | path = Phone/phoneinfoga-maltego 1083 | url = https://github.com/megadose/phoneinfoga-maltego 1084 | [submodule "Other/Maltego/phoneinfoga-maltego"] 1085 | path = Other/Maltego/phoneinfoga-maltego 1086 | url = https://github.com/megadose/phoneinfoga-maltego 1087 | [submodule "Other/Search/OnionSearch"] 1088 | path = Other/Search/OnionSearch 1089 | url = https://github.com/megadose/OnionSearch 1090 | [submodule "Account/LinkedIn/raven"] 1091 | path = Account/LinkedIn/raven 1092 | url = https://github.com/0x09AL/raven 1093 | [submodule "Other/Automation/TIDoS-Framework"] 1094 | path = Other/Automation/TIDoS-Framework 1095 | url = https://github.com/0xInfection/TIDoS-Framework 1096 | [submodule "IP/TIDoS-Framework"] 1097 | path = IP/TIDoS-Framework 1098 | url = https://github.com/0xInfection/TIDoS-Framework 1099 | [submodule "Domain/TIDoS-Framework"] 1100 | path = Domain/TIDoS-Framework 1101 | url = https://github.com/0xInfection/TIDoS-Framework 1102 | [submodule "Webpage/TIDoS-Framework"] 1103 | path = Webpage/TIDoS-Framework 1104 | url = https://github.com/0xInfection/TIDoS-Framework 1105 | [submodule "Account/LinkedIn/TIDoS-Framework"] 1106 | path = Account/LinkedIn/TIDoS-Framework 1107 | url = https://github.com/0xInfection/TIDoS-Framework 1108 | [submodule "Nickname/TIDoS-Framework"] 1109 | path = Nickname/TIDoS-Framework 1110 | url = https://github.com/0xInfection/TIDoS-Framework 1111 | [submodule "Account/GitHub/GitDorker"] 1112 | path = Account/GitHub/GitDorker 1113 | url = https://github.com/obheda12/GitDorker 1114 | [submodule "Other/Leaks/GitDorker"] 1115 | path = Other/Leaks/GitDorker 1116 | url = https://github.com/obheda12/GitDorker 1117 | [submodule "Webpage/SingleFile"] 1118 | path = Webpage/SingleFile 1119 | url = https://github.com/gildas-lormeau/SingleFile 1120 | [submodule "Other/BrowserPlugin/SingleFile"] 1121 | path = Other/BrowserPlugin/SingleFile 1122 | url = https://github.com/gildas-lormeau/SingleFile 1123 | [submodule "Domain/phishing_catcher"] 1124 | path = Domain/phishing_catcher 1125 | url = https://github.com/x0rz/phishing_catcher 1126 | [submodule "Domain/mitaka"] 1127 | path = Domain/mitaka 1128 | url = https://github.com/ninoseki/mitaka 1129 | [submodule "Email/mitaka"] 1130 | path = Email/mitaka 1131 | url = https://github.com/ninoseki/mitaka 1132 | [submodule "IP/mitaka"] 1133 | path = IP/mitaka 1134 | url = https://github.com/ninoseki/mitaka 1135 | [submodule "Hash/mitaka"] 1136 | path = Hash/mitaka 1137 | url = https://github.com/ninoseki/mitaka 1138 | [submodule "Cryptocurrency/mitaka"] 1139 | path = Cryptocurrency/mitaka 1140 | url = https://github.com/ninoseki/mitaka 1141 | [submodule "Other/BrowserPlugin/mitaka"] 1142 | path = Other/BrowserPlugin/mitaka 1143 | url = https://github.com/ninoseki/mitaka 1144 | [submodule "File/Audio/deinvert"] 1145 | path = File/Audio/deinvert 1146 | url = https://github.com/windytan/deinvert 1147 | [submodule "Voice/deinvert"] 1148 | path = Voice/deinvert 1149 | url = https://github.com/windytan/deinvert 1150 | [submodule "Account/Telegram/TelegramOnlineSpy"] 1151 | path = Account/Telegram/TelegramOnlineSpy 1152 | url = https://github.com/Forichok/TelegramOnlineSpy 1153 | [submodule "Phone/LB"] 1154 | path = Phone/LB 1155 | url = https://github.com/darkcoding12/LB 1156 | [submodule "Email/LB"] 1157 | path = Email/LB 1158 | url = https://github.com/darkcoding12/LB 1159 | [submodule "Fullname/LB"] 1160 | path = Fullname/LB 1161 | url = https://github.com/darkcoding12/LB 1162 | [submodule "IP/LB"] 1163 | path = IP/LB 1164 | url = https://github.com/darkcoding12/LB 1165 | [submodule "Account/Twitter/LB"] 1166 | path = Account/Twitter/LB 1167 | url = https://github.com/darkcoding12/LB 1168 | [submodule "Account/Instagram/LB"] 1169 | path = Account/Instagram/LB 1170 | url = https://github.com/darkcoding12/LB 1171 | [submodule "Account/LinkedIn/LB"] 1172 | path = Account/LinkedIn/LB 1173 | url = https://github.com/darkcoding12/LB 1174 | [submodule "Account/Facebook/LB"] 1175 | path = Account/Facebook/LB 1176 | url = https://github.com/darkcoding12/LB 1177 | [submodule "BSSID/LB"] 1178 | path = BSSID/LB 1179 | url = https://github.com/darkcoding12/LB 1180 | [submodule "Hash/LB"] 1181 | path = Hash/LB 1182 | url = https://github.com/darkcoding12/LB 1183 | [submodule "Webpage/CarbonDate"] 1184 | path = Webpage/CarbonDate 1185 | url = https://github.com/oduwsdl/CarbonDate 1186 | [submodule "Domain/CarbonDate"] 1187 | path = Domain/CarbonDate 1188 | url = https://github.com/oduwsdl/CarbonDate 1189 | [submodule "Webpage/unfurl"] 1190 | path = Webpage/unfurl 1191 | url = https://github.com/obsidianforensics/unfurl 1192 | [submodule "Phone/gideon"] 1193 | path = Phone/gideon 1194 | url = https://github.com/YouVBeenHacked/gideon 1195 | [submodule "IP/gideon"] 1196 | path = IP/gideon 1197 | url = https://github.com/YouVBeenHacked/gideon 1198 | [submodule "Nickname/gideon"] 1199 | path = Nickname/gideon 1200 | url = https://github.com/YouVBeenHacked/gideon 1201 | [submodule "PlateNumber/gideon"] 1202 | path = PlateNumber/gideon 1203 | url = https://github.com/YouVBeenHacked/gideon 1204 | [submodule "Email/mosint"] 1205 | path = Email/mosint 1206 | url = https://github.com/alpkeskin/mosint 1207 | [submodule "Other/Phishing/PhishAPI"] 1208 | path = Other/Phishing/PhishAPI 1209 | url = https://github.com/curtbraz/PhishAPI 1210 | [submodule "Other/Search/sitedorks"] 1211 | path = Other/Search/sitedorks 1212 | url = https://github.com/Zarcolio/sitedorks 1213 | [submodule "Other/Dorks/sitedorks"] 1214 | path = Other/Dorks/sitedorks 1215 | url = https://github.com/Zarcolio/sitedorks 1216 | [submodule "Other/Leaks/LeakLooker-X"] 1217 | path = Other/Leaks/LeakLooker-X 1218 | url = https://github.com/woj-ciech/LeakLooker-X 1219 | [submodule "Other/SourceCode/LeakLooker-X"] 1220 | path = Other/SourceCode/LeakLooker-X 1221 | url = https://github.com/woj-ciech/LeakLooker-X 1222 | [submodule "Other/BrowserPlugin/search-by-image"] 1223 | path = Other/BrowserPlugin/search-by-image 1224 | url = https://github.com/dessant/search-by-image 1225 | [submodule "File/Photo/search-by-image"] 1226 | path = File/Photo/search-by-image 1227 | url = https://github.com/dessant/search-by-image 1228 | [submodule "Other/Search/degoogle"] 1229 | path = Other/Search/degoogle 1230 | url = https://github.com/deepseagirl/degoogle 1231 | [submodule "Phone/getcontact"] 1232 | path = Phone/getcontact 1233 | url = https://github.com/kovinevmv/getcontact 1234 | [submodule "File/Photo/Depix"] 1235 | path = File/Photo/Depix 1236 | url = https://github.com/beurtschipper/Depix 1237 | [submodule "Other/VMs/Argos"] 1238 | path = Other/VMs/Argos 1239 | url = https://github.com/SOsintOps/Argos 1240 | [submodule "Other/VMs/OSINT_VM_Setup"] 1241 | path = Other/VMs/OSINT_VM_Setup 1242 | url = https://github.com/Skykn0t/OSINT_VM_Setup 1243 | [submodule "Webpage/gallery-dl"] 1244 | path = Webpage/gallery-dl 1245 | url = https://github.com/mikf/gallery-dl 1246 | [submodule "Email/YaSeeker"] 1247 | path = Email/YaSeeker 1248 | url = https://github.com/HowToFind-bot/YaSeeker 1249 | [submodule "Account/Yandex/YaSeeker"] 1250 | path = Account/Yandex/YaSeeker 1251 | url = https://github.com/HowToFind-bot/YaSeeker 1252 | [submodule "Webpage/Asset_History"] 1253 | path = Webpage/Asset_History 1254 | url = https://github.com/redhuntlabs/BurpSuite-Asset_History 1255 | [submodule "Other/BurpSuite/Asset_History"] 1256 | path = Other/BurpSuite/Asset_History 1257 | url = https://github.com/redhuntlabs/BurpSuite-Asset_History 1258 | [submodule "Nickname/social-analyzer"] 1259 | path = Nickname/social-analyzer 1260 | url = https://github.com/qeeqbox/social-analyzer 1261 | [submodule "Email/ProtOSINT"] 1262 | path = Email/ProtOSINT 1263 | url = https://github.com/pixelbubble/ProtOSINT 1264 | [submodule "Account/Instagram/instamancer"] 1265 | path = Account/Instagram/instamancer 1266 | url = https://github.com/ScriptSmith/instamancer 1267 | [submodule "Other/Info/dark-web-osint-tools"] 1268 | path = Other/Info/dark-web-osint-tools 1269 | url = https://github.com/apurvsinghgautam/dark-web-osint-tools 1270 | [submodule "Phone/OSINT-SAN"] 1271 | path = Phone/OSINT-SAN 1272 | url = https://github.com/Bafomet666/OSINT-SAN 1273 | [submodule "IP/OSINT-SAN"] 1274 | path = IP/OSINT-SAN 1275 | url = https://github.com/Bafomet666/OSINT-SAN 1276 | [submodule "MAC/OSINT-SAN"] 1277 | path = MAC/OSINT-SAN 1278 | url = https://github.com/Bafomet666/OSINT-SAN 1279 | [submodule "Nickname/OSINT-SAN"] 1280 | path = Nickname/OSINT-SAN 1281 | url = https://github.com/Bafomet666/OSINT-SAN 1282 | [submodule "Domain/OSINT-SAN"] 1283 | path = Domain/OSINT-SAN 1284 | url = https://github.com/Bafomet666/OSINT-SAN 1285 | [submodule "Other/Phishing/OSINT-SAN"] 1286 | path = Other/Phishing/OSINT-SAN 1287 | url = https://github.com/Bafomet666/OSINT-SAN 1288 | [submodule "Email/OSINT-SAN"] 1289 | path = Email/OSINT-SAN 1290 | url = https://github.com/Bafomet666/OSINT-SAN 1291 | [submodule "Other/Info/OSINT-SAN"] 1292 | path = Other/Info/OSINT-SAN 1293 | url = https://github.com/Bafomet666/OSINT-SAN 1294 | [submodule "Webpage/OSINT-SAN"] 1295 | path = Webpage/OSINT-SAN 1296 | url = https://github.com/Bafomet666/OSINT-SAN 1297 | [submodule "Other/Info/OSINT_Team_Links"] 1298 | path = Other/Info/OSINT_Team_Links 1299 | url = https://github.com/IVMachiavelli/OSINT_Team_Links 1300 | [submodule "File/Photo/SpyScrap"] 1301 | path = File/Photo/SpyScrap 1302 | url = https://github.com/RuthGnz/SpyScrap 1303 | [submodule "Face/SpyScrap"] 1304 | path = Face/SpyScrap 1305 | url = https://github.com/RuthGnz/SpyScrap 1306 | [submodule "File/Photo/EagleEye"] 1307 | path = File/Photo/EagleEye 1308 | url = https://github.com/ThoughtfulDev/EagleEye 1309 | [submodule "Face/EagleEye"] 1310 | path = Face/EagleEye 1311 | url = https://github.com/ThoughtfulDev/EagleEye 1312 | [submodule "Other/VMs/OffenOsint"] 1313 | path = Other/VMs/OffenOsint 1314 | url = https://github.com/Double2Sky/OffenOsint 1315 | [submodule "Other/Info/OSINT-Discord-resources"] 1316 | path = Other/Info/OSINT-Discord-resources 1317 | url = https://github.com/Dutchosintguy/OSINT-Discord-resources 1318 | [submodule "Email/UhOh365"] 1319 | path = Email/UhOh365 1320 | url = https://github.com/Raikia/UhOh365 1321 | [submodule "Password/Oblivion"] 1322 | path = Password/Oblivion 1323 | url = https://github.com/loseys/Oblivion 1324 | [submodule "Cryptocurrency/graphsense-dashboard"] 1325 | path = Cryptocurrency/graphsense-dashboard 1326 | url = https://github.com/graphsense/graphsense-dashboard 1327 | [submodule "Domain/CloudFlair"] 1328 | path = Domain/CloudFlair 1329 | url = https://github.com/christophetd/CloudFlair 1330 | [submodule "Domain/findcdn"] 1331 | path = Domain/findcdn 1332 | url = https://github.com/cisagov/findcdn 1333 | [submodule "Cryptocurrency/Maltego_Transform_Blockchain_DNS"] 1334 | path = Cryptocurrency/Maltego_Transform_Blockchain_DNS 1335 | url = https://github.com/Tomasuh/Maltego_Transform_Blockchain_DNS 1336 | [submodule "Other/Maltego/Maltego_Transform_Blockchain_DNS"] 1337 | path = Other/Maltego/Maltego_Transform_Blockchain_DNS 1338 | url = https://github.com/Tomasuh/Maltego_Transform_Blockchain_DNS 1339 | [submodule "Domain/Maltego_Transform_Blockchain_DNS"] 1340 | path = Domain/Maltego_Transform_Blockchain_DNS 1341 | url = https://github.com/Tomasuh/Maltego_Transform_Blockchain_DNS 1342 | [submodule "Cryptocurrency/intelx-maltego"] 1343 | path = Cryptocurrency/intelx-maltego 1344 | url = https://github.com/zeropwn/intelx-maltego 1345 | [submodule "Other/Maltego/intelx-maltego"] 1346 | path = Other/Maltego/intelx-maltego 1347 | url = https://github.com/zeropwn/intelx-maltego 1348 | [submodule "Domain/intelx-maltego"] 1349 | path = Domain/intelx-maltego 1350 | url = https://github.com/zeropwn/intelx-maltego 1351 | [submodule "MAC/intelx-maltego"] 1352 | path = MAC/intelx-maltego 1353 | url = https://github.com/zeropwn/intelx-maltego 1354 | [submodule "Email/intelx-maltego"] 1355 | path = Email/intelx-maltego 1356 | url = https://github.com/zeropwn/intelx-maltego 1357 | [submodule "IP/intelx-maltego"] 1358 | path = IP/intelx-maltego 1359 | url = https://github.com/zeropwn/intelx-maltego 1360 | [submodule "CreditCard/intelx-maltego"] 1361 | path = CreditCard/intelx-maltego 1362 | url = https://github.com/zeropwn/intelx-maltego 1363 | [submodule "Other/Maltego/MaltegoAliasToEmail"] 1364 | path = Other/Maltego/MaltegoAliasToEmail 1365 | url = https://github.com/Kacperek1337/MaltegoAliasToEmail 1366 | [submodule "Email/MaltegoAliasToEmail"] 1367 | path = Email/MaltegoAliasToEmail 1368 | url = https://github.com/Kacperek1337/MaltegoAliasToEmail 1369 | [submodule "Account/GitHub/cartography"] 1370 | path = Account/GitHub/cartography 1371 | url = https://github.com/lyft/cartography 1372 | [submodule "Other/Clouds/cartography"] 1373 | path = Other/Clouds/cartography 1374 | url = https://github.com/lyft/cartography 1375 | [submodule "Other/Phishing/Bigbro"] 1376 | path = Other/Phishing/Bigbro 1377 | url = https://github.com/Bafomet666/Bigbro 1378 | [submodule "Account/Twitter/twitter-intelligence"] 1379 | path = Account/Twitter/twitter-intelligence 1380 | url = https://github.com/batuhaniskr/twitter-intelligence 1381 | [submodule "Domain/Th3inspector"] 1382 | path = Domain/Th3inspector 1383 | url = https://github.com/Moham3dRiahi/Th3inspector 1384 | [submodule "Phone/Th3inspector"] 1385 | path = Phone/Th3inspector 1386 | url = https://github.com/Moham3dRiahi/Th3inspector 1387 | [submodule "IP/Th3inspector"] 1388 | path = IP/Th3inspector 1389 | url = https://github.com/Moham3dRiahi/Th3inspector 1390 | [submodule "Domain/Th3inspector"] 1391 | path = Domain/Th3inspector 1392 | url = https://github.com/Moham3dRiahi/Th3inspector 1393 | [submodule "Webpage/Th3inspector"] 1394 | path = Webpage/Th3inspector 1395 | url = https://github.com/Moham3dRiahi/Th3inspector 1396 | [submodule "Email/Th3inspector"] 1397 | path = Email/Th3inspector 1398 | url = https://github.com/Moham3dRiahi/Th3inspector 1399 | [submodule "CreditCard/Th3inspector"] 1400 | path = CreditCard/Th3inspector 1401 | url = https://github.com/Moham3dRiahi/Th3inspector 1402 | [submodule "Domain/Magnifier"] 1403 | path = Domain/Magnifier 1404 | url = https://github.com/TheEyeOfCyber/Magnifier 1405 | [submodule "IP/Magnifier"] 1406 | path = IP/Magnifier 1407 | url = https://github.com/TheEyeOfCyber/Magnifier 1408 | [submodule "Domain/Magnifier"] 1409 | path = Domain/Magnifier 1410 | url = https://github.com/TheEyeOfCyber/Magnifier 1411 | [submodule "Webpage/Magnifier"] 1412 | path = Webpage/Magnifier 1413 | url = https://github.com/TheEyeOfCyber/Magnifier 1414 | [submodule "Email/Magnifier"] 1415 | path = Email/Magnifier 1416 | url = https://github.com/TheEyeOfCyber/Magnifier 1417 | [submodule "Account/Facebook/fbi"] 1418 | path = Account/Facebook/fbi 1419 | url = https://github.com/xHak9x/fbi 1420 | [submodule "Phone/ignorant"] 1421 | path = Phone/ignorant 1422 | url = https://github.com/megadose/ignorant 1423 | [submodule "Account/Telegram/telegram-get-remote-ip"] 1424 | path = Account/Telegram/telegram-get-remote-ip 1425 | url = https://github.com/n0a/telegram-get-remote-ip 1426 | [submodule "Nickname/mailcat"] 1427 | path = Nickname/mailcat 1428 | url = https://github.com/sharsil/mailcat 1429 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # OSINT tools 2 | 3 | Various OSINT tools and scripts, total 255 repos. 4 | 5 | ## Categories 6 | 7 | - [Account](Account) 8 | 9 | - [Azure](Account/Azure), [BitBucket](Account/BitBucket), [Facebook](Account/Facebook), [GitHub](Account/GitHub), [GitLab](Account/GitLab), [Gmail](Account/Gmail), [Instagram](Account/Instagram), [LinkedIn](Account/LinkedIn), [Microsoft](Account/Microsoft), [Odnoklassniki](Account/Odnoklassniki), [QQ](Account/QQ), [Snapchat](Account/Snapchat), [Spotify](Account/Spotify), [Telegram](Account/Telegram), [TikTok](Account/TikTok), [Twitter](Account/Twitter), [VK](Account/VK), [Vinted](Account/Vinted), [WhatsApp](Account/WhatsApp), [Yandex](Account/Yandex), [YouTube](Account/YouTube) 10 | - [BSSID](BSSID) 11 | 12 | - [CreditCard](CreditCard) 13 | 14 | - [Cryptocurrency](Cryptocurrency) 15 | 16 | - [Domain](Domain) 17 | 18 | - [Email](Email) 19 | 20 | - [Face](Face) 21 | 22 | - [File](File) 23 | 24 | - [Audio](File/Audio), [Document](File/Document), [Malware](File/Malware), [Photo](File/Photo) 25 | - [Fullname](Fullname) 26 | 27 | - [Hash](Hash) 28 | 29 | - [IP](IP) 30 | 31 | - [Location](Location) 32 | 33 | - [MAC](MAC) 34 | 35 | - [Network](Network) 36 | 37 | - [Nickname](Nickname) 38 | 39 | - [Other](Other) 40 | 41 | - [Automation](Other/Automation), [BrowserPlugin](Other/BrowserPlugin), [BurpSuite](Other/BurpSuite), [Clouds](Other/Clouds), [Dorks](Other/Dorks), [Identifier](Other/Identifier), [Info](Other/Info), [Leaks](Other/Leaks), [Login](Other/Login), [Maltego](Other/Maltego), [Phishing](Other/Phishing), [Search](Other/Search), [SourceCode](Other/SourceCode), [VMs](Other/VMs), [WiFi](Other/WiFi) 42 | - [Password](Password) 43 | 44 | - [Phone](Phone) 45 | 46 | - [PlateNumber](PlateNumber) 47 | 48 | - [Token](Token) 49 | 50 | - [AWS](Token/AWS), [Telegram](Token/Telegram) 51 | - [Voice](Voice) 52 | 53 | - [Webpage](Webpage) 54 | 55 | --------------------------------------------------------------------------------