1027 lines
69 KiB
HTML
1027 lines
69 KiB
HTML
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
|
|
<title>OSINTials-Bookmarks</title>
|
|
</head>
|
|
<body>
|
|
<div class="exported-note"><div class="exported-note-title">OSINTials-Bookmarks</div>
|
|
|
|
<style>
|
|
/* https://necolas.github.io/normalize.css/ */
|
|
html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
|
|
article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}
|
|
pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}
|
|
b,strong{font-weight:bolder}small{font-size:80%}img{border-style:none}
|
|
|
|
body {
|
|
font-size: 15px;
|
|
color: #32373F;
|
|
word-wrap: break-word;
|
|
line-height: 1.6em;
|
|
background-color: #ffffff;
|
|
font-family: 'Avenir Next', 'Avenir', 'Arial', sans-serif;
|
|
padding-bottom: undefinedpx;
|
|
padding-top: undefinedpx;
|
|
}
|
|
kbd {
|
|
border: 1px solid rgb(220, 220, 220);
|
|
box-shadow: inset 0 -1px 0 rgb(220, 220, 220);
|
|
padding: 2px 4px;
|
|
border-radius: 3px;
|
|
background-color: rgb(243, 243, 243);
|
|
}
|
|
|
|
:root {
|
|
--scrollbar-size: 7px;
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
width: var(--scrollbar-size);
|
|
height: var(--scrollbar-size);
|
|
}
|
|
::-webkit-scrollbar-thumb {
|
|
border-radius: calc(var(--scrollbar-size) / 2);
|
|
}
|
|
::-webkit-scrollbar-corner {
|
|
background: none;
|
|
}
|
|
::-webkit-scrollbar-track {
|
|
border: none;
|
|
}
|
|
::-webkit-scrollbar-thumb {
|
|
background: rgba(50, 55, 63, 0.54);
|
|
}
|
|
::-webkit-scrollbar-track:hover {
|
|
background: rgba(0, 0, 0, 0.1);
|
|
}
|
|
::-webkit-scrollbar-thumb:hover {
|
|
background: rgba(50, 55, 63, 0.63);
|
|
}
|
|
|
|
|
|
|
|
/* Remove top padding and margin from first child so that top of rendered text is aligned to top of text editor text */
|
|
|
|
#rendered-md > h1:first-child,
|
|
#rendered-md > h2:first-child,
|
|
#rendered-md > h3:first-child,
|
|
#rendered-md > h4:first-child,
|
|
#rendered-md > ul:first-child,
|
|
#rendered-md > ol:first-child,
|
|
#rendered-md > table:first-child,
|
|
#rendered-md > blockquote:first-child,
|
|
#rendered-md > img:first-child,
|
|
#rendered-md > p:first-child {
|
|
margin-top: 0;
|
|
padding-top: 0;
|
|
}
|
|
|
|
p, h1, h2, h3, h4, h5, h6, ul, table {
|
|
margin-top: .6em;
|
|
margin-bottom: 1.35em;
|
|
|
|
/*
|
|
Adds support for RTL text in the note body. It automatically detects the direction using the content.
|
|
Issue: https://github.com/laurent22/joplin/issues/3991
|
|
*/
|
|
unicode-bidi: plaintext;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6, ul, table {
|
|
margin-bottom: 0.65em;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
line-height: 1.5em;
|
|
}
|
|
h1 {
|
|
font-size: 1.5em;
|
|
font-weight: bold;
|
|
border-bottom: 1px solid #dddddd;
|
|
padding-bottom: .3em;
|
|
}
|
|
h2 {
|
|
font-size: 1.3em;
|
|
font-weight: bold;
|
|
padding-bottom: .1em; */
|
|
}
|
|
h3 {
|
|
font-size: 1.1em;
|
|
font-weight: bold;
|
|
}
|
|
h4, h5, h6 {
|
|
font-size: 1em;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.exported-note-title {
|
|
font-size: 2em;
|
|
font-weight: bold;
|
|
margin-bottom: 0.8em;
|
|
line-height: 1.5em;
|
|
padding-bottom: .35em;
|
|
border-bottom: 1px solid #dddddd;
|
|
}
|
|
|
|
a {
|
|
color: #155BDA;
|
|
}
|
|
ul, ol {
|
|
padding-left: 0;
|
|
margin-left: 1.7em;
|
|
}
|
|
li {
|
|
margin-bottom: .4em;
|
|
}
|
|
li p {
|
|
margin-top: 0.2em;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
dt {
|
|
font-weight: bold;
|
|
margin-bottom: 0.25em;
|
|
}
|
|
|
|
dd {
|
|
margin-inline-start: 2.5em;
|
|
margin-bottom: 0.5em;
|
|
}
|
|
|
|
.resource-icon {
|
|
display: inline-block;
|
|
position: relative;
|
|
top: 0.3em;
|
|
text-decoration: none;
|
|
width: 1.2em;
|
|
height: 1.4em;
|
|
margin-right: 0.4em;
|
|
background-color: #155BDA;
|
|
}
|
|
/* These icons are obtained from the wonderful ForkAwesome project by copying the src svgs
|
|
* into the css classes below.
|
|
* svgs are obtained from https://github.com/ForkAwesome/Fork-Awesome/tree/master/src/icons/svg
|
|
* instead of the svg width, height property you must use a viewbox here, 0 0 1536 1792 is typically the actual size of the icon
|
|
* each line begins with the pre-amble -webkit-mask: url("data:image/svg+xml;utf8,
|
|
* and of course finishes with ");
|
|
* to prevent artifacts it is also necessary to include -webkit-mask-repeat: no-repeat;
|
|
* on the following line
|
|
* */
|
|
.fa-joplin {
|
|
/* Awesome Font file */
|
|
-webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1536 1792' xmlns='http://www.w3.org/2000/svg'><path d='M373.834 128C168.227 128 0 296.223 0 501.834v788.336C0 1495.778 168.227 1664 373.834 1664h788.336c205.608 0 373.83-168.222 373.83-373.83V501.834C1536 296.224 1367.778 128 1162.17 128zm397.222 205.431h417.424a7.132 7.132 0 0 1 7.132 7.133v132.552c0 4.461-3.619 8.073-8.077 8.073h-57.23c-24.168 0-43.768 19.338-44.284 43.374v2.377h-.017v136.191h-.053l-.466 509.375c-5.02 77.667-39.222 149.056-96.324 201.046-60.28 54.834-141.948 85.017-229.962 85.017-12.45 0-25.208-.61-37.907-1.785-92.157-8.682-181.494-48.601-251.662-112.438-71.99-65.517-117.147-150.03-127.164-238-11.226-98.763 23.42-192.783 95.045-257.937 81.99-74.637 198.185-101.768 316.613-75.704 5.574 1.227 9.55 6.282 9.55 11.997v199.52c-.199 2.625-1.481 6.599-8.183 2.896-.663-.365-1.194-.511-1.653-.531-21.987-10.587-45.159-17.57-68.559-19.916-.38-.04-.757-.124-1.138-.163-.537-.048-1.034-.033-1.556-.075-4.13-.354-8.183-.517-12.203-.58-.87-.011-1.771-.127-2.641-.127-.486 0-.951.05-1.437.057-1.464.011-2.886.115-4.33.163-2.76.102-5.497.211-8.182.448-.273.024-.547.07-.835.097-25.509 2.4-47.864 11.104-65.012 25.47-.954.802-1.974 1.53-2.9 2.36a1.34 1.34 0 0 1-.168.146c-23.96 21.8-34.881 53.872-30.726 90.316 4.62 40.737 26.94 81.156 62.841 113.823 35.908 32.67 80.335 52.977 125.113 57.186 35.118 3.36 66.547-3.919 89.899-20.461a97.255 97.255 0 0 0 9.365-7.501c2.925-2.661 5.569-5.5 8.086-8.416.3-.348.672-.673.975-1.024 8.253-9.864 14.222-21.067 17.996-33.148.639-2.034 1.051-4.148 1.564-6.227.381-1.563.81-3.106 1.112-4.693.555-2.784.923-5.632 1.253-8.49.086-.709.183-1.414.237-2.128.492-4.893.693-9.858.55-14.91h.013V521.623c-2.01-22.626-20.78-40.434-43.928-40.434h-57.23a8.071 8.071 0 0 1-8.077-8.073V340.564a7.132 7.132 0 0 1 7.136-7.133z'/></svg>");
|
|
}
|
|
.fa-file-image {
|
|
-webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1536 1792' xmlns='http://www.w3.org/2000/svg'><path d='M1468 380c37 37 68 111 68 164v1152c0 53-43 96-96 96H96c-53 0-96-43-96-96V96C0 43 43 0 96 0h896c53 0 127 31 164 68zm-444-244v376h376c-6-17-15-34-22-41l-313-313c-7-7-24-16-41-22zm384 1528V640H992c-53 0-96-43-96-96V128H128v1536h1280zm-128-448v320H256v-192l192-192 128 128 384-384zm-832-192c-106 0-192-86-192-192s86-192 192-192 192 86 192 192-86 192-192 192z'/></svg>");
|
|
-webkit-mask-repeat: no-repeat;
|
|
}
|
|
.fa-file-pdf {
|
|
-webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1536 1792' xmlns='http://www.w3.org/2000/svg'><path d='M1468 380c37 37 68 111 68 164v1152c0 53-43 96-96 96H96c-53 0-96-43-96-96V96C0 43 43 0 96 0h896c53 0 127 31 164 68zm-444-244v376h376c-6-17-15-34-22-41l-313-313c-7-7-24-16-41-22zm384 1528V640H992c-53 0-96-43-96-96V128H128v1536h1280zm-514-593c25 20 53 38 84 56 42-5 81-7 117-7 67 0 152 8 177 49 7 10 13 28 2 52-1 1-2 3-3 4v1c-3 18-18 38-71 38-64 0-161-29-245-73-139 15-285 46-392 83-103 176-182 262-242 262-10 0-19-2-28-7l-24-12c-3-1-4-3-6-5-5-5-9-16-6-36 10-46 64-123 188-188 8-5 18-2 23 6 1 1 2 3 2 4 31-51 67-116 107-197 45-90 80-178 104-262-32-109-42-221-24-287 7-25 22-40 42-40h22c15 0 27 5 35 15 12 14 15 36 9 68-1 3-2 6-4 8 1 3 1 5 1 8v30c-1 63-2 123-14 192 35 105 87 190 146 238zm-576 411c30-14 73-57 137-158-75 58-122 124-137 158zm398-920c-10 28-10 76-2 132 3-16 5-31 7-44 2-17 5-31 7-43 1-3 2-5 4-8-1-1-1-3-2-5-1-18-7-29-13-36 0 2-1 3-1 4zm-124 661c88-35 186-63 284-81-10-8-20-15-29-23-49-43-93-103-127-176-19 61-47 126-83 197-15 28-30 56-45 83zm646-16c-5-5-31-24-140-24 49 18 94 28 124 28 9 0 14 0 18-1 0-1-1-2-2-3z'/></svg>");
|
|
-webkit-mask-repeat: no-repeat;
|
|
}
|
|
.fa-file-word {
|
|
-webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1536 1792' xmlns='http://www.w3.org/2000/svg'><path d='M1468 380c37 37 68 111 68 164v1152c0 53-43 96-96 96H96c-53 0-96-43-96-96V96C0 43 43 0 96 0h896c53 0 127 31 164 68zm-444-244v376h376c-6-17-15-34-22-41l-313-313c-7-7-24-16-41-22zm384 1528V640H992c-53 0-96-43-96-96V128H128v1536h1280zM233 768v107h70l164 661h159l128-485c5-15 8-30 10-46 1-8 2-16 2-24h4l3 24c3 14 4 30 9 46l128 485h159l164-661h70V768h-300v107h90l-99 438c-4 16-6 33-7 46l-2 21h-4c0-6-2-14-3-21-3-13-5-30-9-46L825 768H711l-144 545c-4 16-5 33-8 46l-4 21h-4l-2-21c-1-13-3-30-7-46l-99-438h90V768H233z'/></svg>");
|
|
-webkit-mask-repeat: no-repeat;
|
|
}
|
|
.fa-file-powerpoint {
|
|
-webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1536 1792' xmlns='http://www.w3.org/2000/svg'><path d='M1468 380c37 37 68 111 68 164v1152c0 53-43 96-96 96H96c-53 0-96-43-96-96V96C0 43 43 0 96 0h896c53 0 127 31 164 68zm-444-244v376h376c-6-17-15-34-22-41l-313-313c-7-7-24-16-41-22zm384 1528V640H992c-53 0-96-43-96-96V128H128v1536h1280zm-992-234v106h327v-106h-93v-167h137c43 0 82-2 118-15 90-31 146-124 146-233s-54-193-137-228c-38-15-84-19-130-19H416v107h92v555h-92zm353-280H650V882h120c35 0 62 6 83 18 36 21 56 62 56 115 0 56-20 99-62 120-21 10-47 15-78 15z'/></svg>");
|
|
-webkit-mask-repeat: no-repeat;
|
|
}
|
|
.fa-file-excel {
|
|
-webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1536 1792' xmlns='http://www.w3.org/2000/svg'><path d='M1468 380c37 37 68 111 68 164v1152c0 53-43 96-96 96H96c-53 0-96-43-96-96V96C0 43 43 0 96 0h896c53 0 127 31 164 68zm-444-244v376h376c-6-17-15-34-22-41l-313-313c-7-7-24-16-41-22zm384 1528V640H992c-53 0-96-43-96-96V128H128v1536h1280zm-979-234v106h281v-106h-75l103-161c12-19 18-34 21-34h2c1 4 3 7 5 10 4 8 10 14 17 24l107 161h-76v106h291v-106h-68l-192-273 195-282h67V768H828v107h74l-103 159c-12 19-21 34-21 33h-2c-1-4-3-7-5-10-4-7-9-14-17-23L648 875h76V768H434v107h68l189 272-194 283h-68z'/></svg>");
|
|
-webkit-mask-repeat: no-repeat;
|
|
}
|
|
.fa-file-audio {
|
|
-webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1536 1792' xmlns='http://www.w3.org/2000/svg'><path d='M1468 380c37 37 68 111 68 164v1152c0 53-43 96-96 96H96c-53 0-96-43-96-96V96C0 43 43 0 96 0h896c53 0 127 31 164 68zm-444-244v376h376c-6-17-15-34-22-41l-313-313c-7-7-24-16-41-22zm384 1528V640H992c-53 0-96-43-96-96V128H128v1536h1280zM620 850c12 5 20 17 20 30v544c0 13-8 25-20 30-4 1-8 2-12 2-8 0-16-3-23-9l-166-167H288c-18 0-32-14-32-32v-192c0-18 14-32 32-32h131l166-167c10-9 23-12 35-7zm417 689c19 0 37-8 50-24 83-102 129-231 129-363s-46-261-129-363c-22-28-63-32-90-10-28 23-32 63-9 91 65 80 100 178 100 282s-35 202-100 282c-23 28-19 68 9 90 12 10 26 15 40 15zm-211-148c17 0 34-7 47-20 56-60 87-137 87-219s-31-159-87-219c-24-26-65-27-91-3-25 24-27 65-2 91 33 36 52 82 52 131s-19 95-52 131c-25 26-23 67 2 91 13 11 29 17 44 17z'/></svg>");
|
|
-webkit-mask-repeat: no-repeat;
|
|
}
|
|
.fa-file-video {
|
|
-webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1536 1792' xmlns='http://www.w3.org/2000/svg'><path d='M1468 380c37 37 68 111 68 164v1152c0 53-43 96-96 96H96c-53 0-96-43-96-96V96C0 43 43 0 96 0h896c53 0 127 31 164 68zm-444-244v376h376c-6-17-15-34-22-41l-313-313c-7-7-24-16-41-22zm384 1528V640H992c-53 0-96-43-96-96V128H128v1536h1280zM768 768c70 0 128 58 128 128v384c0 70-58 128-128 128H384c-70 0-128-58-128-128V896c0-70 58-128 128-128h384zm492 2c12 5 20 17 20 30v576c0 13-8 25-20 30-4 1-8 2-12 2-8 0-17-3-23-9l-265-266v-90l265-266c6-6 15-9 23-9 4 0 8 1 12 2z'/></svg>");
|
|
-webkit-mask-repeat: no-repeat;
|
|
}
|
|
.fa-file-archive {
|
|
-webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1536 1792' xmlns='http://www.w3.org/2000/svg'><path d='M640 384V256H512v128h128zm128 128V384H640v128h128zM640 640V512H512v128h128zm128 128V640H640v128h128zm700-388c37 37 68 111 68 164v1152c0 53-43 96-96 96H96c-53 0-96-43-96-96V96C0 43 43 0 96 0h896c53 0 127 31 164 68zm-444-244v376h376c-6-17-15-34-22-41l-313-313c-7-7-24-16-41-22zm384 1528V640H992c-53 0-96-43-96-96V128H768v128H640V128H128v1536h1280zM781 943c85 287 107 349 107 349 5 17 8 34 8 52 0 111-108 192-256 192s-256-81-256-192c0-18 3-35 8-52 0 0 21-62 120-396V768h128v128h79c29 0 54 19 62 47zm-141 465c71 0 128-29 128-64s-57-64-128-64-128 29-128 64 57 64 128 64z'/></svg>");
|
|
-webkit-mask-repeat: no-repeat;
|
|
}
|
|
.fa-file-code {
|
|
-webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1536 1792' xmlns='http://www.w3.org/2000/svg'><path d='M1468 380c37 37 68 111 68 164v1152c0 53-43 96-96 96H96c-53 0-96-43-96-96V96C0 43 43 0 96 0h896c53 0 127 31 164 68zm-444-244v376h376c-6-17-15-34-22-41l-313-313c-7-7-24-16-41-22zm384 1528V640H992c-53 0-96-43-96-96V128H128v1536h1280zM480 768c11-14 31-17 45-6l51 38c14 11 17 31 6 45l-182 243 182 243c11 14 8 34-6 45l-51 38c-14 11-34 8-45-6l-226-301c-8-11-8-27 0-38zm802 301c8 11 8 27 0 38l-226 301c-11 14-31 17-45 6l-51-38c-14-11-17-31-6-45l182-243-182-243c-11-14-8-34 6-45l51-38c14-11 34-8 45 6zm-620 461c-18-3-29-20-26-37l138-831c3-18 20-29 37-26l63 10c18 3 29 20 26 37l-138 831c-3 18-20 29-37 26z'/></svg>");
|
|
-webkit-mask-repeat: no-repeat;
|
|
}
|
|
.fa-file-alt, .fa-file-csv {
|
|
/* fork-awesome doesn't have csv so we use the text icon */
|
|
-webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1536 1792' xmlns='http://www.w3.org/2000/svg'><path d='M1468 380c37 37 68 111 68 164v1152c0 53-43 96-96 96H96c-53 0-96-43-96-96V96C0 43 43 0 96 0h896c53 0 127 31 164 68zm-444-244v376h376c-6-17-15-34-22-41l-313-313c-7-7-24-16-41-22zm384 1528V640H992c-53 0-96-43-96-96V128H128v1536h1280zM384 800c0-18 14-32 32-32h704c18 0 32 14 32 32v64c0 18-14 32-32 32H416c-18 0-32-14-32-32v-64zm736 224c18 0 32 14 32 32v64c0 18-14 32-32 32H416c-18 0-32-14-32-32v-64c0-18 14-32 32-32h704zm0 256c18 0 32 14 32 32v64c0 18-14 32-32 32H416c-18 0-32-14-32-32v-64c0-18 14-32 32-32h704z'/></svg>");
|
|
-webkit-mask-repeat: no-repeat;
|
|
}
|
|
.fa-file {
|
|
-webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1536 1792' xmlns='http://www.w3.org/2000/svg'><path d='M1468 380c37 37 68 111 68 164v1152c0 53-43 96-96 96H96c-53 0-96-43-96-96V96C0 43 43 0 96 0h896c53 0 127 31 164 68zm-444-244v376h376c-6-17-15-34-22-41l-313-313c-7-7-24-16-41-22zm384 1528V640H992c-53 0-96-43-96-96V128H128v1536h1280z'/></svg>");
|
|
-webkit-mask-repeat: no-repeat;
|
|
}
|
|
blockquote {
|
|
border-left: 4px solid rgb(220, 220, 220);
|
|
padding-left: 1.2em;
|
|
margin-left: 0;
|
|
opacity: 0.7;
|
|
}
|
|
|
|
.jop-tinymce table,
|
|
table {
|
|
text-align: left;
|
|
border-collapse: collapse;
|
|
border: 1px solid rgb(220, 220, 220);
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.jop-tinymce table td, .jop-tinymce table th,
|
|
table td, th {
|
|
text-align: left;
|
|
padding: .5em 1em .5em 1em;
|
|
font-size: 15;
|
|
color: #32373F;
|
|
font-family: 'Avenir Next', 'Avenir', 'Arial', sans-serif;
|
|
}
|
|
|
|
.jop-tinymce table td,
|
|
table td {
|
|
border: 1px solid rgb(220, 220, 220);
|
|
}
|
|
|
|
.jop-tinymce table th,
|
|
table th {
|
|
border: 1px solid rgb(220, 220, 220);
|
|
border-bottom: 2px solid rgb(220, 220, 220);
|
|
background-color: rgb(247, 247, 247);
|
|
}
|
|
|
|
.jop-tinymce table tr:nth-child(even),
|
|
table:has(thead) tr:nth-child(even) {
|
|
background-color: rgb(247, 247, 247);
|
|
}
|
|
|
|
.jop-tinymce table tr:hover,
|
|
table tr:hover {
|
|
background-color: #e5e5e5;
|
|
}
|
|
|
|
hr {
|
|
border: none;
|
|
border-bottom: 2px solid #dddddd;
|
|
}
|
|
img {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.inline-code,
|
|
.mce-content-body code {
|
|
border: 1px solid rgb(220, 220, 220);
|
|
background-color: rgb(243, 243, 243);
|
|
padding-right: .2em;
|
|
padding-left: .2em;
|
|
border-radius: .25em;
|
|
color: rgb(0,0,0);
|
|
font-size: undefined;
|
|
}
|
|
|
|
.highlighted-keyword {
|
|
background-color: #F3B717;
|
|
color: black;
|
|
}
|
|
|
|
|
|
.not-loaded-resource img {
|
|
width: 1.15em;
|
|
height: 1.15em;
|
|
background: white;
|
|
padding: 2px !important;
|
|
border-radius: 2px;
|
|
box-shadow: 0 1px 3px #000000aa;
|
|
}
|
|
|
|
a.not-loaded-resource img {
|
|
margin-right: .2em;
|
|
}
|
|
|
|
a.not-loaded-resource {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
|
|
|
|
.md-checkbox input[type=checkbox]:checked {
|
|
opacity: 0.7;
|
|
}
|
|
|
|
.jop-tinymce ul.joplin-checklist .checked,
|
|
.md-checkbox .checkbox-label-checked {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.exported-note {
|
|
padding: 1em;
|
|
}
|
|
|
|
.joplin-editable .joplin-source {
|
|
display: none;
|
|
}
|
|
|
|
mark {
|
|
background: #F7D26E;
|
|
color: black;
|
|
}
|
|
|
|
/* =============================================== */
|
|
/* For TinyMCE */
|
|
/* =============================================== */
|
|
|
|
.mce-content-body {
|
|
/* Note: we give a bit more padding at the bottom, to allow scrolling past the end of the document */
|
|
padding: 5px 10px 10em 0;
|
|
}
|
|
|
|
/*
|
|
.mce-content-body code {
|
|
background-color: transparent;
|
|
}
|
|
*/
|
|
|
|
.mce-content-body [data-mce-selected=inline-boundary] {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.mce-content-body .joplin-editable {
|
|
cursor: pointer !important;
|
|
}
|
|
|
|
.mce-content-body.mce-content-readonly {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
/* We need that to make sure click events have the A has a target */
|
|
.katex a span {
|
|
pointer-events: none;
|
|
}
|
|
|
|
.media-player {
|
|
width: 100%;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.media-player.media-pdf {
|
|
min-height: 35rem;
|
|
width: 100%;
|
|
max-width: 1000px;
|
|
margin: 0;
|
|
border: 0;
|
|
display: block;
|
|
}
|
|
|
|
/* Clear the CODE style if the element is within a joplin-editable block */
|
|
.mce-content-body .joplin-editable code {
|
|
border: none;
|
|
background: none;
|
|
padding: 0;
|
|
color: inherit;
|
|
font-size: inherit;
|
|
}
|
|
|
|
/* To make code blocks horizontally scrollable */
|
|
/* https://github.com/laurent22/joplin/issues/5740 */
|
|
pre.hljs {
|
|
overflow-x: auto;
|
|
}
|
|
|
|
.joplin-table-wrapper{
|
|
overflow-x: auto;
|
|
overflow-y: hidden;
|
|
}
|
|
|
|
/* =============================================== */
|
|
/* For TinyMCE */
|
|
/* =============================================== */
|
|
|
|
@media print {
|
|
body {
|
|
height: auto !important;
|
|
}
|
|
|
|
pre {
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
.code, .inline-code {
|
|
border: 1px solid #CBCBCB;
|
|
}
|
|
|
|
#joplin-container-content {
|
|
/* The height of the content is set dynamically by JavaScript (in updateBodyHeight) to go
|
|
around various issues related to scrolling. However when printing we don't want this
|
|
fixed size as that would crop the content. So we set it to auto here. "important" is
|
|
needed to override the style set by JavaScript at the element-level. */
|
|
height: auto !important;
|
|
}
|
|
}
|
|
</style>
|
|
|
|
|
|
|
|
<title>Bookmarks</title>
|
|
<h1>Bookmarks Menu</h1>
|
|
|
|
<dl><p>
|
|
<dt><h3 add_date="1746585853" last_modified="1750978228" personal_toolbar_folder="true">Bookmarks Toolbar</h3>
|
|
<dl><p>
|
|
<dt><h3 add_date="1750978172" last_modified="1750978228">OSINTials</h3>
|
|
<dl><p>
|
|
<dt><h3 add_date="1703356883" last_modified="1750978201">OpSec</h3>
|
|
<dl><p>
|
|
<dt><h3 add_date="1713304549" last_modified="1744565389">Browser/IP Tests</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://coveryourtracks.eff.org/">Browser Fingerprinting Test</a>
|
|
</dt><dt><a data-from-md="" href="https://browserleaks.com/">Browserleaks Test</a>
|
|
</dt><dt><a data-from-md="" href="http://dnsleaktest.com/">DNS Leak Test</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713304605" last_modified="1713304642">Email</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="http://proton.me/">Protonmail - Long Term Email</a>
|
|
</dt><dt><a data-from-md="" href="http://simplelogin.io/">Simple Login - Email Aliases</a>
|
|
</dt><dt><a data-from-md="" href="https://temp-mail.org/en/">Temp-Mail - Burner Email</a>
|
|
</dt><dt><a data-from-md="" href="http://www.guerrillamail.com/">Guerrilla Mail - Burner Email</a>
|
|
</dt><dt><a data-from-md="" href="https://10minutemail.com/">10 Minute Mail - Burner Email</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713304670" last_modified="1729112923">Sock Puppets</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://start.me/p/ZkMLp5/persona">Persona Builder Masterlist</a>
|
|
</dt><dt><a data-from-md="" href="http://thispersondoesnotexist.com/">This Person Does Not Exist</a>
|
|
</dt><dt><a data-from-md="" href="http://fakenamegenerator.com/">Fake Name Generator</a>
|
|
</dt><dt><a data-from-md="" href="https://backgroundchecks.org/justdeleteme/fake-identity-generator/">Identity Generator</a>
|
|
</dt><dt><a data-from-md="" href="https://www.character-generator.org.uk/bio/">Biography Generator</a>
|
|
</dt><dt><a data-from-md="" href="https://thisresumedoesnotexist.com/">Resume Generator</a>
|
|
</dt><dt><a data-from-md="" href="http://thisrentaldoesnotexist.com/">Housing Generator</a>
|
|
</dt><dt><a data-from-md="" href="https://www.idcreator.com/">ID Creator</a>
|
|
</dt><dt><a data-from-md="" href="https://thisxdoesnotexist.com/">This X Does Not Exist (do all)</a>
|
|
</dt></p></dl><p>
|
|
</p></dt></p></dt></p></dt></p></dl><p>
|
|
<dt><h3 add_date="1703358967" last_modified="1750978202">Search Engines</h3>
|
|
<dl><p>
|
|
<dt><h3 add_date="1713304767" last_modified="1746587125">Google</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="http://google.com/">Google Search</a>
|
|
</dt><dt><a data-from-md="" href="http://google.com/advanced_search">Google (advanced search)</a>
|
|
</dt><dt><a data-from-md="" href="https://google.com/alerts">Google Alerts - Get Notified When Google Crawls Searched Parameters</a>
|
|
</dt><dt><a data-from-md="" href="https://usersearch.org/updates/2023/02/05/the-ultimate-google-dorking-cheatsheet-2023/">Google Dorking - Database Cheat Sheet</a>
|
|
</dt><dt><a data-from-md="" href="https://dorkgenius.com/">Google Dorking - Text To Syntax Formatter</a>
|
|
</dt><dt><a data-from-md="" href="https://wikipedia.org/wiki/List_of_file_formats">Google Dorking - Filetype Extension List</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713304780" last_modified="1713304863">Bing</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="http://bing.com/">Bing Search</a>
|
|
</dt><dt><a data-from-md="" href="https://www.sidegains.com/search-engines/bing-search-operators-cheat-sheet/">Bing Dorking - Database Cheat Sheet</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713304870" last_modified="1713304876">Yahoo</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://www.yahoo.com/">Yahoo Search</a>
|
|
</dt><dt><a data-from-md="" href="https://search.yahoo.com/web/advanced">Yahoo (advanced search)</a>
|
|
</dt></p></dl><p>
|
|
<dt><a data-from-md="" href="http://yandex.com/">Yandex</a>
|
|
</dt><dt><a data-from-md="" href="http://duckduckgo.com/">Duck Duck Go</a>
|
|
</dt><dt><a data-from-md="" href="http://qwant.com/">Qwant</a>
|
|
</dt><dt><a data-from-md="" href="https://search.brave.com/">Brave</a>
|
|
</dt><dt><a data-from-md="" href="http://archive.org/">Wayback Machine</a>
|
|
</dt></p></dt></p></dt></p></dt></p></dl><p>
|
|
<dt><h3 add_date="1703357500" last_modified="1750978204">Maps/Geo</h3>
|
|
<dl><p>
|
|
<dt><h3 add_date="1713307117" last_modified="1729112965">Maps</h3>
|
|
<dl><p>
|
|
<dt><h3 add_date="1713305432" last_modified="1713307119">Google Maps</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="http://maps.google.com/">Google Maps</a>
|
|
</dt><dt><a data-from-md="" href="https://instantstreetview.com/">Google Instant Street View</a>
|
|
</dt><dt><a data-from-md="" href="https://earth.google.com/">Google Earth</a>
|
|
</dt></p></dl><p>
|
|
<dt><a data-from-md="" href="https://www.mapquest.com/">Mapquest</a>
|
|
</dt><dt><a data-from-md="" href="https://openstreetmap.org/">Open Street Map</a>
|
|
</dt><dt><a data-from-md="" href="https://www.bing.com/maps">Bing Maps</a>
|
|
</dt><dt><a data-from-md="" href="http://yandex.com/maps">Yandex Maps</a>
|
|
</dt><dt><a data-from-md="" href="https://satellites.pro/">Satellites.Pro</a>
|
|
</dt></p></dt></p></dl><p>
|
|
<dt><h3 add_date="1713307251" last_modified="1745978772">Geolocation</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://findpiclocation.com/">Find Pic Location - AI Geo Image Search</a>
|
|
</dt><dt><a data-from-md="" href="https://osm-search.bellingcat.com/">Bellingcat OSM Search - Geolocate an image by inputing descriptors</a>
|
|
</dt><dt><h3 add_date="1713305486" last_modified="1713313228">Country Specific Identifiers</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://www.geohints.com/">GeoHints - Geo Identifiers Master List</a>
|
|
</dt><dt><a data-from-md="" href="https://www.geomastr.com/">GeoMastr - Geo Identifiers Master List</a>
|
|
</dt><dt><a data-from-md="" href="https://identify.plantnet.org/">Plant Net - Plant Type Search</a>
|
|
</dt><dt><a data-from-md="" href="https://flagpedia.net/index">Flagpedia - Word List of Flags</a>
|
|
</dt><dt><a data-from-md="" href="https://www.iec.ch/world-plugs">IEC - World List of Electrical Outlet</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713305460" last_modified="1713307257">Geolocation by Sun Position</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://www.sunearthtools.com/dp/tools/pos_sun.php">Sun Earth Tools</a>
|
|
</dt><dt><a data-from-md="" href="https://shademap.app/">Shade Map</a>
|
|
</dt></p></dl><p>
|
|
</p></dt></p></dt></p></dl><p>
|
|
</p></dt></p></dt></p></dl><p>
|
|
<dt><h3 add_date="1703359883" last_modified="1750978206">Images</h3>
|
|
<dl><p>
|
|
<dt><h3 add_date="1713305618" last_modified="1748799447">Image Search</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="http://images.google.com/">Google Images</a>
|
|
</dt><dt><a data-from-md="" href="http://bing.com/images">Bing Images</a>
|
|
</dt><dt><a data-from-md="" href="http://yandex.com/images">Yandex Images</a>
|
|
</dt><dt><a data-from-md="" href="http://tineye.com/">TinEye</a>
|
|
</dt><dt><a data-from-md="" href="https://lenso.ai/">Lenso AI</a>
|
|
</dt><dt><a data-from-md="" href="https://rootabout.com/">Rootabout - Internet Archive Reverse Image Search</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713305653" last_modified="1747713358">Facial Recognition</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://facecomparison.toolpie.com/">Face Comparison - See if two pictures are the same person</a>
|
|
</dt><dt><a data-from-md="" href="https://pimeyes.com/">Pimeyes - Facial recognition search engine</a>
|
|
</dt><dt><a data-from-md="" href="https://facecheck.id/">Facecheck - Facial recognition search engine</a>
|
|
</dt><dt><a data-from-md="" href="https://www.search4faces.com/en/">Search4Faces - Facial recognition search engine</a>
|
|
</dt><dt><a data-from-md="" href="https://lenso.ai/">Lenso AI - AI Image Search</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713305684" last_modified="1730180940">Image Manipulation</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="http://cleanup.pictures/">cleanup.pictures - Remove Items In Images</a>
|
|
</dt><dt><a data-from-md="" href="http://remove.bg/">remove.bg - Remove Background In Images</a>
|
|
</dt><dt><a data-from-md="" href="https://pinetools.com/c-images/">PineTools - Apply Filters To Analyze An Image</a>
|
|
</dt><dt><a data-from-md="" href="https://29a.ch/photo-forensics/">Forensically - Apply Filters To Analyze An Image</a>
|
|
</dt><dt><a data-from-md="" href="https://fotoforensics.com/">Foto Forensics - Apply Filters To Analyze An Image</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1703359805" last_modified="1745978852">EXIF/Metadata</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="http://imgops.com/">ImgOps</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713307076" last_modified="1729033358">Text Identification</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://translate.google.com/">Google Translate</a>
|
|
</dt></p></dl><p>
|
|
</p></dt></p></dt></p></dt></p></dt></p></dt></p></dl><p>
|
|
<dt><h3 add_date="1703357601" last_modified="1750978207">People Search</h3>
|
|
<dl><p>
|
|
<dt><h3 add_date="1713307018" last_modified="1744563251">General People Search</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="http://cyberbackgroundchecks.com/">Cyber Background Checks</a>
|
|
</dt><dt><a data-from-md="" href="https://webmii.com/">WebMii</a>
|
|
</dt><dt><a data-from-md="" href="http://idcrawl.com/">ID Crawl</a>
|
|
</dt><dt><a data-from-md="" href="https://classmates.com/">Classmates.com - Highschool Yearbook Photos</a>
|
|
</dt><dt><a data-from-md="" href="https://thatsthem.com/">That’s Them</a>
|
|
</dt><dt><a data-from-md="" href="https://nuwber.com/">Nuwber</a>
|
|
</dt><dt><a data-from-md="" href="https://advancedbackgroundchecks.com/">Advanced Background Checks</a>
|
|
</dt><dt><a data-from-md="" href="http://fastpeoplesearch.com/">Fast People Search</a>
|
|
</dt><dt><a data-from-md="" href="http://truepeoplesearch.com/">True People Search</a>
|
|
</dt><dt><a data-from-md="" href="https://searchpeoplefree.com/">Search People Free</a>
|
|
</dt><dt><a data-from-md="" href="https://radaris.com/">Radaris</a>
|
|
</dt><dt><a data-from-md="" href="https://www.zabasearch.com/">Zaba Search</a>
|
|
</dt><dt><a data-from-md="" href="https://ufind.name/">Ufind.name</a>
|
|
</dt><dt><a data-from-md="" href="https://namesandfacts.com/">Names and Facts</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713305755" last_modified="1713305861">Voter Records</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="http://voteref.com/">Voteref</a>
|
|
</dt><dt><a data-from-md="" href="http://voterrecords.com/">Voter Records</a>
|
|
</dt><dt><a data-from-md="" href="https://www.blackbookonline.info/USA-Voter-Records.aspx">Black Book Online</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713305769" last_modified="1713313146">Death Search</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="http://www.dignitymemorial.com/">Dignity Memorial</a>
|
|
</dt><dt><a data-from-md="" href="https://echovita.com/us">Echovita</a>
|
|
</dt><dt><a data-from-md="" href="http://legacy.com/search">Legacy</a>
|
|
</dt><dt><a data-from-md="" href="https://findagrave.com/">Find a Grave</a>
|
|
</dt><dt><a data-from-md="" href="https://billiongraves.com/">Billion Graves</a>
|
|
</dt></p></dl><p>
|
|
</p></dt></p></dt></p></dt></p></dl><p>
|
|
<dt><h3 add_date="1703359373" last_modified="1750978208">People Professional</h3>
|
|
<dl><p>
|
|
<dt><h3 add_date="1713305910" last_modified="1713305914">LinkedIn</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="http://linkedin.com/">LinkedIn</a>
|
|
</dt><dt><a data-from-md="" href="https://freepeoplesearchtool.com/">Free People Search Tool - LinkedIn Search Tool</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713305946" last_modified="1713313515">Professional Licenses Directories (US)</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://www.brbpub.com/">Licenses Master Directory - BRBPub</a>
|
|
</dt><dt><a data-from-md="" href="https://blackbookonline.info/USA-Professional-Licenses.aspx">Licenses Master Directory - BlackBookOnline</a>
|
|
</dt><dt><a data-from-md="" href="https://www.americanbar.org/groups/legal_services/flh-home/flh-lawyer-licensing/">Law Licenses</a>
|
|
</dt><dt><a data-from-md="" href="https://healthguideusa.org/">Medical Licenses</a>
|
|
</dt></p></dl><p>
|
|
</p></dt></p></dt></p></dl><p>
|
|
<dt><h3 add_date="1703358732" last_modified="1750978210">Usernames</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="http://whatsmyname.app/">Whats My Name</a>
|
|
</dt><dt><a data-from-md="" href="https://osint.rocks/">Osint.rocks</a>
|
|
</dt><dt><a data-from-md="" href="https://namecheckup.com/">NameCheckup</a>
|
|
</dt><dt><a data-from-md="" href="https://namevine.com/">Name Vine</a>
|
|
</dt><dt><a data-from-md="" href="http://namecheckr.com/">Name Checkr</a>
|
|
</dt><dt><a data-from-md="" href="https://instantusername.com/#/">Instant Username Search</a>
|
|
</dt><dt><a data-from-md="" href="http://checkusernames.com/">Check User Names</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1703360526" last_modified="1750978211">Social Media</h3>
|
|
<dl><p>
|
|
<dt><h3 add_date="1713309361" last_modified="1729113127">Instagram</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://www.instagram.com/">Instagram</a>
|
|
</dt><dt><a data-from-md="" href="https://imginn.com/">Instagram Profile Viewer - ImgInn</a>
|
|
</dt><dt><a data-from-md="" href="https://insta-stories-viewer.com/">Instagram Profile Viewer - Insta Stories Viewer</a>
|
|
</dt><dt><a data-from-md="" href="https://www.picuki.com/">Instagram Profile Viewer - Picuki</a>
|
|
</dt><dt><a data-from-md="" href="https://www.inflact.com/tools/profile-analyzer/">Instagram Profile Analytics - Inflact</a>
|
|
</dt><dt><a data-from-md="" href="https://instahunt.huntintel.io/">View Instagram Posts By Location - Instahunt</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713309347" last_modified="1713309446">Youtube</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="http://youtube.com/">Youtube</a>
|
|
</dt><dt><a data-from-md="" href="http://youtube.com/live">Youtube - Live</a>
|
|
</dt><dt><a data-from-md="" href="https://mattw.io/youtube-metadata/">Youtube Metadata - MW Metadata</a>
|
|
</dt><dt><a data-from-md="" href="http://anilyzer.com/">Youtube Video Analyzer - Anilyzer</a>
|
|
</dt><dt><a data-from-md="" href="https://mattw.io/youtube-geofind/location">Youtube Videos by Location - MW Geofind</a>
|
|
</dt><dt><a data-from-md="" href="http://channelcrawler.com/">Youtube Search by Channel Filters - Channel Crawler</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1729445833" last_modified="1729445874">Twitter (X)</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="http://twitter.com/">Twitter (X)</a>
|
|
</dt><dt><a data-from-md="" href="https://birdhunt.huntintel.io/">View Twitter Posts By Location - Birdhunt</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713309391" last_modified="1713309450">Snapchat</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="http://map.snapchat.com/">Snapchat Stories by Location - Snapmap</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713309376" last_modified="1713309451">TikTok</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://www.tiktok.com/">Tiktok</a>
|
|
</dt><dt><a data-from-md="" href="https://www.tiktok.com/live">TikTok - Live</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713312183" last_modified="1713312244">Patreon</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://www.patreon.com/">Patreon</a>
|
|
</dt><dt><a data-from-md="" href="https://graphtreon.com/">Patreon Analytics - Graphtreon</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1729112986" last_modified="1729446270">Onlyfans</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://onlyfans.com/">Onlyfans</a>
|
|
</dt><dt><a data-from-md="" href="https://onlyfinder.com/">Onlyfans Search - ToolOnlyFinder</a>
|
|
</dt><dt><a data-from-md="" href="https://fansmetrics.com/">Onlyfans Search - FansMetrics</a>
|
|
</dt><dt><a data-from-md="" href="https://hubite.com/en/">Onlyfans Search - Hubite</a>
|
|
</dt><dt><a data-from-md="" href="https://onlysearch.co/">Onlyfans Search - OnlySearch</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1729446114" last_modified="1729446167">Telegram</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://telegram.org/">Telegram</a>
|
|
</dt><dt><a data-from-md="" href="https://github.com/ItIsMeCall911/Awesome-Telegram-OSINT">Telegram OSINT Tools Masterlist</a>
|
|
</dt></p></dl><p>
|
|
<dt><a data-from-md="" href="http://facebook.com/">Facebook</a>
|
|
</dt><dt><a data-from-md="" href="https://www.tumblr.com/">Tumblr</a>
|
|
</dt><dt><a data-from-md="" href="https://www.pinterest.com/">Pinterest</a>
|
|
</dt><dt><a data-from-md="" href="http://reddit.com/">Reddit</a>
|
|
</dt><dt><a data-from-md="" href="https://linktr.ee/">Link Tree</a>
|
|
</dt><dt><a data-from-md="" href="http://twitch.tv/">Twitch</a>
|
|
</dt><dt><a data-from-md="" href="https://xboxgamertag.com/">Xbox Gamertag Search</a>
|
|
</dt><dt><a data-from-md="" href="https://boardreader.com/">Boardreader - Forum/Community Search Engine</a>
|
|
</dt><dt><a data-from-md="" href="http://social-searcher.com/">Social-Searcher - Social Media Posts That Mention Target</a>
|
|
</dt><dt><a data-from-md="" href="https://socialblade.com/">Socialblade - Social Media Analytics</a>
|
|
</dt></p></dt></p></dt></p></dt></p></dt></p></dt></p></dt></p></dt></p></dt></p></dl><p>
|
|
<dt><h3 add_date="1713312304" last_modified="1750978212">Email</h3>
|
|
<dl><p>
|
|
<dt><h3 add_date="1713306113" last_modified="1739139588">Email Lookup</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="http://epieos.com/">Epieos - Find Accounts Linked To Email</a>
|
|
</dt><dt><a data-from-md="" href="https://castrickclues.com/">CastrickClues - Find Accounts Linked To Email</a>
|
|
</dt><dt><a data-from-md="" href="https://osint.rocks/">Osint.rocks - Multiuse Email Tool</a>
|
|
</dt><dt><a data-from-md="" href="https://hunter.io/email-verifier">Hunter - Verify Email/Reputation</a>
|
|
</dt><dt><a data-from-md="" href="http://emailrep.io/">Emailrep - Verify Email/Reputation</a>
|
|
</dt><dt><a data-from-md="" href="https://www.experte.com/email-verification">Experte - Verify Email</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713306168" last_modified="1713312319">Email Formatting</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://www.experte.com/email-finder">Experte</a>
|
|
</dt><dt><a data-from-md="" href="https://www.email-format.com/">Email-Format</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713306144" last_modified="1713312319">Email Header Analysis</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://toolbox.googleapps.com/apps/messageheader/">Google Admin Toolbox</a>
|
|
</dt><dt><a data-from-md="" href="https://mxtoolbox.com/EmailHeaders.aspx">MX Toolbox</a>
|
|
</dt><dt><a data-from-md="" href="https://dnschecker.org/email-header-analyzer.php">DNS Checker</a>
|
|
</dt></p></dl><p>
|
|
</p></dt></p></dt></p></dt></p></dl><p>
|
|
<dt><h3 add_date="1703358577" last_modified="1750978213">Telephone Numbers</h3>
|
|
<dl><p>
|
|
<dt><h3 add_date="1713306294" last_modified="1715547688">Telephone Number Lookup</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://truecaller.com/">True Caller</a>
|
|
</dt><dt><a data-from-md="" href="https://validnumber.com/">Valid Number</a>
|
|
</dt><dt><a data-from-md="" href="http://usphonebook.com/">US Phonebook</a>
|
|
</dt><dt><a data-from-md="" href="https://cyberbackgroundchecks.com/phone">Cyber Background Checks</a>
|
|
</dt><dt><a data-from-md="" href="https://fastpeoplesearch.com/">Fast People Search</a>
|
|
</dt><dt><a data-from-md="" href="https://truepeoplesearch.com/">True People Search</a>
|
|
</dt><dt><a data-from-md="" href="https://searchpeoplefree.com/phone-lookup">Search People Free</a>
|
|
</dt><dt><a data-from-md="" href="http://okcaller.com/">Ok Caller</a>
|
|
</dt><dt><a data-from-md="" href="https://calleridtest.com/">Caller ID Test</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1714354648" last_modified="1714354687">Carrier Lookup</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="http://carrierlookup.com/">Carrier Lookup</a>
|
|
</dt><dt><a data-from-md="" href="http://freecarrierlookup.com/">Free Carrier Lookup</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713306487" last_modified="1713307655">Areas Code Listings</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://countrycode.org/">Country Code - World Area Codes</a>
|
|
</dt></p></dl><p>
|
|
</p></dt></p></dt></p></dt></p></dl><p>
|
|
<dt><h3 add_date="1703357773" last_modified="1750978214">Criminal/Court Records</h3>
|
|
<dl><p>
|
|
<dt><h3 add_date="1713306518" last_modified="1713306759">Inmate Lookup</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://www.justice.gov/action-center/locate-prison-inmate-or-sex-offender">Federal Bureau of Prisons (US)</a>
|
|
</dt><dt><a data-from-md="" href="https://www.blackbookonline.info/USA-Inmates.aspx">Inmate Lookup By State (US)</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713306560" last_modified="1713306767">Sex Offender Databases</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://nsopw.gov/">Sex Offender Database (US)</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713306627" last_modified="1714966159">Criminal History</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://www.jailbase.com/">Jail Base (US)</a>
|
|
</dt><dt><a data-from-md="" href="https://bustednewspaper.com/">Busted News Paper (US)</a>
|
|
</dt><dt><a data-from-md="" href="https://mugshots.zone/">Mugshots Zone (US)</a>
|
|
</dt><dt><a data-from-md="" href="https://arrests.org/">Arrests.org (US)</a>
|
|
</dt><dt><a data-from-md="" href="http://vinelink.com/">VineLink (US)</a>
|
|
</dt><dt><a data-from-md="" href="https://blackbookonline.info/criminalsearch/aspx">Black Book Online (US)</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713306677" last_modified="1713312628">Public & Court Records</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="http://www.judyrecords.com/">Court Records (US) - Judy Records</a>
|
|
</dt><dt><a data-from-md="" href="https://unicourt.com/">Court Records (US) - Unicourt</a>
|
|
</dt><dt><a data-from-md="" href="https://www.blackbookonline.info/USA-County-Court-Records.aspx">County Court Records (US) - BlackBookOnline</a>
|
|
</dt><dt><a data-from-md="" href="http://govinfo.gov/">Public/Court Records (US) - GovInfo</a>
|
|
</dt><dt><a data-from-md="" href="https://www.blackbookonline.info/USA-Counties.aspx">Public Records (US) - BlackBookOnline</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713306698" last_modified="1713306701">Warrant Search</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://www.blackbookonline.info/USA-arrest-warrants.aspx">State Warrant Search (US) - BlackBookOnline</a>
|
|
</dt></p></dl><p>
|
|
</p></dt></p></dt></p></dt></p></dt></p></dt></p></dl><p>
|
|
<dt><h3 add_date="1703359095" last_modified="1750978216">Property/Assets</h3>
|
|
<dl><p>
|
|
<dt><h3 add_date="1713308086" last_modified="1713313109">Property Information</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://www.blackbookonline.info/USA-Property.aspx">US Appraisal District Directory - BlackBookOnline</a>
|
|
</dt><dt><a data-from-md="" href="https://www.publicrecords.onlinesearches.com/Assesor-and-Property-Tax-Records.htm">US Assesor and Property Tax Records - OnlineSearches</a>
|
|
</dt><dt><a data-from-md="" href="https://homemetry.com/">Homemetry</a>
|
|
</dt><dt><a data-from-md="" href="https://homes.com/">Homes.com</a>
|
|
</dt><dt><a data-from-md="" href="https://rehold.com/">Rehold</a>
|
|
</dt><dt><a data-from-md="" href="http://redfin.com/">Redfin</a>
|
|
</dt><dt><a data-from-md="" href="https://realtor.com/">Realtor</a>
|
|
</dt><dt><a data-from-md="" href="http://zillow.com/">Zillow</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713308100" last_modified="1713308125">Asset Information</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="http://www.blackbookonline.info/assetsearch.aspx">Asset Information - BlackBookOnline</a>
|
|
</dt></p></dl><p>
|
|
</p></dt></p></dt></p></dl><p>
|
|
<dt><h3 add_date="1703358431" last_modified="1750978217">Business/Non-Profit</h3>
|
|
<dl><p>
|
|
<dt><h3 add_date="1713308295" last_modified="1730180512">Bussiness</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="http://opencorporates.com/">Open Corporates - Business Info Search</a>
|
|
</dt><dt><a data-from-md="" href="https://cobaltintelligence.com/secretary-of-state-business-search">Cobalt Intelligence - Business Info Search</a>
|
|
</dt><dt><a data-from-md="" href="http://crunchbase.com/">Crunchbase - Business Info Search</a>
|
|
</dt><dt><a data-from-md="" href="https://corporationwiki.com/companies">CorporationWiki - Business Info Search</a>
|
|
</dt><dt><a data-from-md="" href="https://www.aihitdata.com/">Aihitdata - Business Info Search</a>
|
|
</dt><dt><a data-from-md="" href="https://sec.gov/search-filings">US Security and Exchange Commission Lookup</a>
|
|
</dt><dt><a data-from-md="" href="https://www.bbb.org/">BBB</a>
|
|
</dt><dt><a data-from-md="" href="https://www.indeed.com/">Indeed</a>
|
|
</dt><dt><a data-from-md="" href="https://www.yelp.com/">Yelp</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713308317" last_modified="1713308456">Non-Profit/Charity</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://www.irs.gov/charities-non-profits/tax-exempt-organization-search">IRS.gov</a>
|
|
</dt><dt><a data-from-md="" href="https://projects.propublica.org/nonprofits/">Pro Publica</a>
|
|
</dt></p></dl><p>
|
|
</p></dt></p></dt></p></dl><p>
|
|
<dt><h3 add_date="1703360072" last_modified="1750978218">Donations/Gov</h3>
|
|
<dl><p>
|
|
<dt><h3 add_date="1713308859" last_modified="1713308862">Campaign Donations</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="http://opensecrets.org/">Open Secrets (US)</a>
|
|
</dt><dt><a data-from-md="" href="https://www.fec.gov/introduction-campaign-finance/how-to-research-public-records/individual-contributions/">Federal Election Commission Donation Lookup (US)</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713308906" last_modified="1713312596">FOIA/Gov Records</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://www.foia.gov/">US-FOIA</a>
|
|
</dt><dt><a data-from-md="" href="https://www.dol.gov/general/foia">US-FOIA - US Department of Labor</a>
|
|
</dt><dt><a data-from-md="" href="https://dol.gov/agencies/olms">US Union Financial Reports - US Department of Labor</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713308934" last_modified="1713308936">Gov Contracts</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="http://usaspending.gov/">USA Spending</a>
|
|
</dt></p></dl><p>
|
|
</p></dt></p></dt></p></dt></p></dl><p>
|
|
<dt><h3 add_date="1703359496" last_modified="1750978219">Credential Breaches</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://pentester.com/">Pentester</a>
|
|
</dt><dt><a data-from-md="" href="http://haveibeenpwned.com/">Have I Been Pwned</a>
|
|
</dt><dt><a data-from-md="" href="https://breachdirectory.org/">Breach Directory</a>
|
|
</dt><dt><a data-from-md="" href="https://dehashed.com/">Dehashed</a>
|
|
</dt><dt><a data-from-md="" href="https://breachbase.com/">BreachBase</a>
|
|
</dt><dt><a data-from-md="" href="https://leakpeek.com/">LeakPeek</a>
|
|
</dt><dt><a data-from-md="" href="https://hackcheck.io/">HackCheck</a>
|
|
</dt><dt><a data-from-md="" href="https://leak-lookup.com/">Leak-Lookup</a>
|
|
</dt><dt><a data-from-md="" href="https://intelx.io/">IntelX</a>
|
|
</dt><dt><a data-from-md="" href="https://leakcheck.net/">Leakcheck</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713312661" last_modified="1750978221">Domains</h3>
|
|
<dl><p>
|
|
<dt><h3 add_date="1713309848" last_modified="1744563408">URL Scanning</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="http://virustotal.com/">Virustotal</a>
|
|
</dt><dt><a data-from-md="" href="http://urlscan.io/">URLscan.io</a>
|
|
</dt><dt><a data-from-md="" href="https://radar.cloudflare.com/scan">Cloudflare Radar</a>
|
|
</dt><dt><a data-from-md="" href="http://dfir.blog/unfurl/">Unfurl - URL Mapping</a>
|
|
</dt><dt><a data-from-md="" href="https://redirectdetective.com/index.html">Redirect Detective - URL Mapping</a>
|
|
</dt><dt><a data-from-md="" href="http://checkshorturl.com/">CheckShortURL - Short URL Info</a>
|
|
</dt><dt><a data-from-md="" href="https://www.url2png.com/">url2png - Domain Landing Page Snapshot</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713309546" last_modified="1715547504">Domain Name Lookup</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="http://threatintelligenceplatform.com/">Threat Intelligence Platform</a>
|
|
</dt><dt><a data-from-md="" href="https://viewdns.info/">ViewDNS</a>
|
|
</dt><dt><a data-from-md="" href="http://whois.domaintools.com/">Domain Tools</a>
|
|
</dt><dt><a data-from-md="" href="http://whoisology.com/">Whoisology</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713309572" last_modified="1748799003">Historical Domain Registration</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="http://whoxy.com/">Whoxy</a>
|
|
</dt><dt><a data-from-md="" href="https://whois-history.whoisxmlapi.com/">Whois-History</a>
|
|
</dt><dt><a data-from-md="" href="https://whoisology.com/">Whoisology</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713309612" last_modified="1714684602">Domain Analytic IDs</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="http://dnslytics.com/reverse-analytics">DNSLytics - Analytic IDs</a>
|
|
</dt><dt><a data-from-md="" href="https://builtwith.com/">Built With - Analytic IDs</a>
|
|
</dt><dt><a data-from-md="" href="http://analyzeid.com/">Analyze ID - Analytic IDs</a>
|
|
</dt><dt><a data-from-md="" href="http://spyonweb.com/">Spy On Web - Analytic IDs</a>
|
|
</dt><dt><a data-from-md="" href="http://hackertarget.com/reverse-analytics-search">Hacker Target - Historical Analytic IDs</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713309739" last_modified="1713312667">SSL Certificates</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="http://crt.sh/">crt.sh</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713309693" last_modified="1713312667">Backlinks</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="http://smallseotools.com/backlink-checker">Small SEO Tools</a>
|
|
</dt><dt><a data-from-md="" href="http://host.io/">host.io</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713620907" last_modified="1713620947">Internal Link Scanning</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://hackertarget.com/extract-links/">Hacker Target Extract-Links</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1748799098" last_modified="1748799118">Source Code Search</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="http://search.nerdydata.com/">NerdyData</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1748799139" last_modified="1748799186">Plagiarism Checker</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="http://smallseotools.com/plagiarism-checker">SmallSEOTools</a>
|
|
</dt><dt><a data-from-md="" href="https://copyscape.com/">Copyscape</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1748799016" last_modified="1748799245">Automated Monitoring</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://visualping.io/">Visual Ping</a>
|
|
</dt></p></dl><p>
|
|
</p></dt></p></dt></p></dt></p></dt></p></dt></p></dt></p></dt></p></dt></p></dt></p></dt></p></dl><p>
|
|
<dt><h3 add_date="1744566856" last_modified="1750978222">IP Addresses</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="http://ip-lookup.org/">IP-Lookup.org - ID If IP Obfuscation Is Being Used</a>
|
|
</dt><dt><a data-from-md="" href="https://ipinfo.io/">IPinfo.io - ID If IP Obfuscation Is Being Used</a>
|
|
</dt><dt><a data-from-md="" href="http://iplocation.net/">IP Location - IP Address Lookup</a>
|
|
</dt><dt><a data-from-md="" href="https://thatsthem.com/reverse-ip-lookup">That's Them - IP Address Lookup</a>
|
|
</dt><dt><a data-from-md="" href="http://abuseipdb.com/">AbuseIPDB - IP Address Lookup (Malicious)</a>
|
|
</dt><dt><a data-from-md="" href="https://metrics.torproject.org/rs.html#search">Tor Relay Information - Tor Project</a>
|
|
</dt><dt><a data-from-md="" href="https://metrics.torproject.org/exonerator.html">Tor Historical IP Address Search - Tor Project</a>
|
|
</dt><dt><a data-from-md="" href="http://iknowwhatyoudownload.com/">I Know What You Download - Torrent Download History by IP</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1712720066" last_modified="1750978224">Wireless Networks/Radio Frequency</h3>
|
|
<dl><p>
|
|
<dt><h3 add_date="1713310585" last_modified="1744498470">Wireless Networks</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://www.wigle.net/">Wigle - Wiresless Network Map</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713310611" last_modified="1744563501">Radio Frequency</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://www.broadcastify.com/">Broadcastify - Live First Responder Radio Scanner</a>
|
|
</dt><dt><a data-from-md="" href="https://www.radioreference.com/">Radio Reference - Radio Frequency Database</a>
|
|
</dt><dt><a data-from-md="" href="http://https//radio-locator.com">Radio-Locator- AM/FM Radio Station Search Engine</a>
|
|
</dt></p></dl><p>
|
|
</p></dt></p></dt></p></dl><p>
|
|
<dt><h3 add_date="1713312507" last_modified="1750978225">Webcams</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://worldcam.eu/">WorldCam</a>
|
|
</dt><dt><a data-from-md="" href="https://www.camscape.com/">CamScape</a>
|
|
</dt><dt><a data-from-md="" href="https://www.earthcam.com/">EarthCam</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1711302099" last_modified="1750978226">Transportation</h3>
|
|
<dl><p>
|
|
<dt><h3 add_date="1717946200" last_modified="1717946334">Vehicle</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://epicvin.com/">Epic VIN (LP/VIN)</a>
|
|
</dt><dt><a data-from-md="" href="https://vincheck.info/">Vin Check</a>
|
|
</dt><dt><a data-from-md="" href="https://vingurus.com/">VIN Gurus</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713310920" last_modified="1713310950">Maritime</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://marinetraffic.com/">Marine Traffic</a>
|
|
</dt><dt><a data-from-md="" href="https://www.vesseltracker.com/">Vessel Tracker</a>
|
|
</dt><dt><a data-from-md="" href="https://www.vesselfinder.com/">Vessel Finder</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713310932" last_modified="1744561438">Flight</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://globe.adsbexchange.com/">ADSB-Exchange</a>
|
|
</dt><dt><a data-from-md="" href="https://www.flightaware.com/live/">Flightaware</a>
|
|
</dt><dt><a data-from-md="" href="https://www.flightradar24.com/">Flight Radar 24</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713310944" last_modified="1713310964">Railway</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://mobility.portal.geops.io/">geOps</a>
|
|
</dt><dt><a data-from-md="" href="https://www.openrailwaymap.org/">Open Railway Map</a>
|
|
</dt></p></dl><p>
|
|
<dt><h3 add_date="1713310973" last_modified="1713310975">Cargo and Shipping Tracking</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://www.track-trace.com/">Track Trace</a>
|
|
</dt></p></dl><p>
|
|
</p></dt></p></dt></p></dt></p></dt></p></dt></p></dl><p>
|
|
<dt><h3 add_date="1745529071" last_modified="1750978228">Masterlists</h3>
|
|
<dl><p>
|
|
<dt><a data-from-md="" href="https://metaosint.github.io/">Meta OSINT</a>
|
|
</dt><dt><a data-from-md="" href="https://osintframework.com/">OSINT Framework</a>
|
|
</dt><dt><a data-from-md="" href="https://bellingcat.gitbook.io/toolkit">Bellingcat OSINT Toolkit</a>
|
|
</dt><dt><a data-from-md="" href="https://www.osintcombine.com/tools">OSINT Combine</a>
|
|
</dt><dt><a data-from-md="" href="https://github.com/jivoi/awesome-osint">"awesome-osint" - Jivoi</a>
|
|
</dt><dt><a data-from-md="" href="https://inteltechniques.com/tools/index.html">"Intel Techniques Search Tools"</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/VRxaj5/dating-apps-and-hook-up-sites-for-investigators">"Dating apps and hook-up sites for investigators" - Emmanuelle Welch</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/aL6BOM/online-gaming-intelligence">"ONLINE GAMING INTELLIGENCE" - Bohdan Taraneko</a>
|
|
</dt><dt><a data-from-md="" href="https://github.com/wddadk/OSINT-for-countries">"OSINT-For-Countries" - wddadk</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/b5ynOQ/sprp77-search-engines">"Sprp77 Search Engines" - Stefanie Proto</a>
|
|
</dt><dt><a data-from-md="" href="https://github.com/cipher387/Dorks-collections-list">"Dork-collections-list" - cipher387</a>
|
|
</dt><dt><a data-from-md="" href="https://cybdetective.com/osintmap/">"Worldwide OSINT tools map" - Cyber Detective</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/4K0DXg/social-media">"Social Media" - Osintia Zoekslag</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/jj2XEr/osint-global-non-us">"OSINT-GLOBAL (Non-US)" - Sightlent</a>
|
|
</dt><dt><a data-from-md="" href="https://darkwebinformer.com/tag/osint/">"OSINT" - Dark Web Informer</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/7kYgk2/rae-baker-deep-dive-osint">"Rae Baker: Deep Dive OSINT" - Rae Baker</a>
|
|
</dt><dt><a data-from-md="" href="https://github.com/aaarghhh/awesome_osint_blockchain_analysis">"awesome_osint_blockchain_analysis" - aaarghhh</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/8ykwnj/mappy">"MAPPY" - Zook</a>
|
|
</dt><dt><a data-from-md="" href="https://iaca-darkweb-tools.com/">"Dark Web Investigation Support" - IACA</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/X2wwpk/14-dark-web-breach-data">"Dark Web Breach Data" - NCSO</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/QR6yd4/dfm-dark-web">"DFM-Dark-Web" - Anungzawmyoo</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/2pMv6d/international-security-research">"International Security Research" - Sussex Global Analysis</a>
|
|
</dt><dt><a data-from-md="" href="https://github.com/wddadk/Offensive-OSINT-Tools">"Offensive-OSINT-Tools" - wddadk</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/0PgzqO/photo-osint">"PHOTO OSINT" - Igor Bederov</a>
|
|
</dt><dt><a data-from-md="" href="https://github.com/ItIsMeCall911/Awesome-Telegram-OSINT">"Awesome-Telegram-OSINT" - ItIsMeCall911</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/KMjgBy/sim-s-tools">"Sim's Tools" - OhSint</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/rxDad8/global">"Global" - Osint</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/rx6Qj8/nixintel-s-osint-resource-list">"Nixintel's OSINT Resource List" - Nixosintl</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/ZkMLp5/persona">"PERSONA" - Bruno Mortier</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/BnrMKd/01-ncso">NCSO</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/7kMdYp/karma-toolkit">"karma toolkit" - N3m3s1s</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/b5Aow7/asint_collection">"AsINT_Collection" - JK</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/ZNLPYO/verification-tools">"Verification Tools" - Sam</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/NQlBkX/investigation-bookmarks">"Investigation bookmarks" - Start Thread538</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/8y52v0/tools-list">"Tools List" - Stephen</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/1kvvxN/faros-osint-resources">"FAROS OSINT RESOURCES" - FAROS</a>
|
|
</dt><dt><a data-from-md="" href="https://github.com/TCM-Course-Resources/Open-Source-Intellingence-Resources">"Open-Source-Intelligence-Resources" - The Cyber Mentor</a>
|
|
</dt><dt><a data-from-md="" href="https://github.com/ARPSyndicate/awesome-intelligence">"awesome-intelligence" - ARPSyndicate</a>
|
|
</dt><dt><a data-from-md="" href="https://docs.google.com/spreadsheets/d/1JxBbMt4JvGr--G0Pkl3jP9VDTBunR2uD3_faZXDvhxc/edit?gid=603724104#gid=603724104">"Set it on fire child -OSINT for Finding People" - CyberSecStu</a>
|
|
</dt><dt><a data-from-md="" href="https://docs.google.com/spreadsheets/d/1klugQqw6POlBtuzon8S0b18-gpsDwX-5OYRrB7TyNEw/edit?gid=0#gid=0">"AaronCTI's OSINT Resource Collection" - AaronCTI</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/nRvKOn/dfm-sm-osint">"DFM-SM-OSINT" - Aungzawmyoo</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/QRQb0O/trouble-fake">"Trouble Fake" - Troublefake</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/q6naJo/osint-links">"OSINT LINKS" - Jonny Blaze</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/lLzzg7/tomoko-discovery-osint">"Tomoko Discovery - OSINT" - Johan</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/m6OJgv/the-bbc-africa-eye-forensics-dashboard">"The BBC Africa Eye/Forensics Dashboard" - BBC Eye Forensics</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/GEpnjd/opcenter">"OpCenter" - W1nterSt0rm</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/DPAL4o/search-party">"SEARCH PARTY" - MTHRFCKR</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/NxG806/ti">"ti" - Jlitz88</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/0PwOGl/osint-all">"OSINT ALL" - Richard Cranium</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/q6QJXo/azuleonyx-osint">"AzuleOnyx OSINT" - AzuleOnyx</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/dl7q50/fusion-intelligence">"Fusion Intelligence" - Fusion Intelligence</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/lLA8ED/webnoser-osint">"WebNoser OSINT" - WebNoser</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/MEXNOe/osint-resources-master-repository">"OSINT Master Reference Resources List" - Ebaco</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/3y5nEE/adze-the-osint-helper">"Adze - The OSINT Helper" - Fifth Future</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/1kOJ9N/16-osint-io">"OSINT-IO" - Media Map/Link Lists pages</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/DP62zl/counterintelligence-pl">"counterintelligence.pl" - Kamil</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/vjqXe1/toposint-com">"TopOSINT.com" - Bader Alrowaiei</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/gyaOJz/investigator-tools">"Investigator Tools" - Dan</a>
|
|
</dt><dt><a data-from-md="" href="https://start.me/p/DPYPMz/the-ultimate-osint-collection">"The Ultimate OSINT Collection" - Hatless1der</a>
|
|
</dt><dt><a data-from-md="" href="https://github.com/cipher387/osint_stuff_tool_collection">"osint_stuff_tool_collection" - cipher387</a>
|
|
</dt></p></dl><p>
|
|
</p></dt></p></dt></p></dt></p></dt></p></dt></p></dt></p></dt></p></dt></p></dt></p></dt></p></dt></p></dt></p></dt></p></dt></p></dt></p></dt></p></dt></p></dt></p></dt></p></dt></p></dt></p></dl><p>
|
|
</p></dt></p></dl><p>
|
|
</p></dt></p></dl>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|