mirror of
https://github.com/restincode/restincode.git
synced 2026-06-11 08:15:18 +02:00
feat: add references section to memorial pages
Add a new "References" sidebar section for memorial tweets, obituaries, news articles, tribute videos, and other external links about the deceased. Populate references for 14 profiles with 30 entries that were previously incorrectly placed in gallery (which is photos-only).
This commit is contained in:
parent
78b5c8e255
commit
eef5719567
101 changed files with 259 additions and 1 deletions
|
|
@ -117,6 +117,22 @@
|
|||
}
|
||||
}
|
||||
|
||||
if (!Array.isArray(data.references) || !data.references.length) {
|
||||
$("#references").append(
|
||||
"<p>No references have been submitted for this person. Help us by submitting <a href='" +
|
||||
data.issue +
|
||||
"'>here.</a></p>",
|
||||
);
|
||||
} else {
|
||||
for (var r = 0; r < data.references.length; r++) {
|
||||
var refTitle = data.references[r]["title"];
|
||||
var refUrl = data.references[r]["url"];
|
||||
var ref =
|
||||
'<a href="' + safeUrl(refUrl) + '">' + refTitle + "</a>";
|
||||
$("#references").append(ref);
|
||||
}
|
||||
}
|
||||
|
||||
if (
|
||||
!Array.isArray(data.contributions) ||
|
||||
!data.contributions.length
|
||||
|
|
@ -229,6 +245,9 @@
|
|||
<div id="social-media">
|
||||
<h4>Social Media</h4>
|
||||
</div>
|
||||
<div id="references">
|
||||
<h4>References</h4>
|
||||
</div>
|
||||
</aside>
|
||||
</div>
|
||||
</main>
|
||||
|
|
|
|||
|
|
@ -31,6 +31,12 @@
|
|||
"siteurl": "https://about.me/"
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"title": "Reference title",
|
||||
"url": "https://example.com/"
|
||||
}
|
||||
],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "[project name]",
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
"mainimage": "/images/face-silhouette-clipart.png",
|
||||
"maintext": "<p>Aaron Estis, known as Bogaaron, was a DEF CON Goon and member of the information security community.</p>",
|
||||
"socialmedialinks": [],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
"siteurl": "https://www.muckrock.com/foi/united-states-of-america-10/aaron-swartz-fbi-2484/"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "Aaron's Law",
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
"mainimage": "/images/face-silhouette-clipart.png",
|
||||
"maintext": "<p>Aaron Testerman was a member of the information security community. He was born on March 17, 1978 and passed away on May 11, 2020 in Colton, California at the age of 42.</p>",
|
||||
"socialmedialinks": [],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
"siteurl": "https://www.npr.org/2019/09/19/760317486/the-mysterious-death-of-the-hacker-who-turned-in-chelsea-manning"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,6 +19,16 @@
|
|||
"siteurl": "https://defcon.social/@Delchi"
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"title": "WeldPond memorial tweet",
|
||||
"url": "https://x.com/WeldPond/status/1989735824817037473"
|
||||
},
|
||||
{
|
||||
"title": "YouTube memorial video",
|
||||
"url": "https://www.youtube.com/watch?v=1V2Hh2deH2Y"
|
||||
}
|
||||
],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
"siteurl": "https://about.me/arjenkamphuis"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,6 +19,12 @@
|
|||
"siteurl": "https://en.wikipedia.org/wiki/Barnaby_Jack"
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"title": "TodayInInfoSec memorial tweet",
|
||||
"url": "https://twitter.com/todayininfosec/status/1154460177799585792"
|
||||
}
|
||||
],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "FBI FOIA Records",
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
"mainimage": "/images/byer-ben.jpg",
|
||||
"maintext": "<p>We are deeply saddened by the news that our member, colleague, and friend Ben “bushing” Byer passed away of natural causes on Monday, February 8th. Many of you knew him as one of the public faces of our group, fail0verflow, and before that, Team Twiizers and the iPhone Dev Team. Outspoken but never confrontational, he was proof that even in the competitive and oftentimes aggressive hacking scene, there is a place for both a sharp mind and a kind heart. To us he was, of course, much more. He brought us together, as a group and in spirit. Without him, we as a team would not exist. He was a mentor to many, and an inspiration to us all. Yet above anything, he was our friend. He will be dearly missed. Our thoughts go out to his wife and family. Keep hacking. It’s what bushing would have wanted. </p>",
|
||||
"socialmedialinks": [],
|
||||
"references": [],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "fail0verflow memorial",
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@
|
|||
"siteurl": "https://web.archive.org/web/20141218102133/http://veru.us/"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
"siteurl": "https://www.twitter.com/wolfgame"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
"siteurl": "https://en.wikipedia.org/wiki/Tron_(hacker)"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@
|
|||
"siteurl": "https://web.archive.org/web/20120617165745/http://www.bradthenurse.com/"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "2014 - Presentation - Hacker Halted - Cracking BlueTooth for Phun and Profit",
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
"siteurl": "https://www.theregister.com/2023/08/07/bram_moolenaar_obituary/"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "Vim",
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
"mainimage": "https://www.defcon.org/images/links/whois/ghent.jpg",
|
||||
"maintext": "<p>Ghent aka Branden Hancock died of inuries sustained in a motorcycle accident.<br /><br />He is survived by his mother and younger sister.<br /><br />Ghent was 26 years old.</p>",
|
||||
"socialmedialinks": [],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
"siteurl": "https://www.linkedin.com/in/bretmattinglyii"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,16 @@
|
|||
"mainimage": "/images/bruce_esquibel1.jpg",
|
||||
"maintext": "<p>Bruce Esquibel, also known as \"Dr. Ripco,\" ran a long-standing Chicago-based BBS known as Ripco BBS. Recognized as one of Chicago's most notable BBSes, it was well-known for being a freewheeling, wide-ranging board. On May 8, 1990, Agents of the United States Secret Service, along with police and telephone company security personnel, executed thirty-two search warrants across the United States in Operation Sun Devil. Ripco BBS was swept up during the raids. The actions of the Secret Service in confiscating the board's equipment constituted an infringement on freedom, underlining the critical role BBSes play as platforms for exchanging thoughts and disseminating information. Ripco became reborn as an ISP in the 1990s.</p>",
|
||||
"socialmedialinks": [],
|
||||
"references": [
|
||||
{
|
||||
"title": "textfiles memorial tweet",
|
||||
"url": "https://twitter.com/textfiles/status/1625878219114127362"
|
||||
},
|
||||
{
|
||||
"title": "DethVeggie memorial tweet",
|
||||
"url": "https://twitter.com/DethVeggie/status/1626016692613812224"
|
||||
}
|
||||
],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "Dr. Ripco's Last Stand",
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
"mainimage": "/images/face-silhouette-clipart.png",
|
||||
"maintext": "<p>Carol Anthony was a cybersecurity professional with experience at ISACA, MTA, Bank of America, Phillips, and Protiviti.</p>",
|
||||
"socialmedialinks": [],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,6 +19,16 @@
|
|||
"siteurl": "https://www.linkedin.com/in/chipmeadows/"
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"title": "Memorial tweet by @stevewerby",
|
||||
"url": "https://twitter.com/stevewerby/status/1176226009785389056"
|
||||
},
|
||||
{
|
||||
"title": "Memorial tweet by @D_Anomaly",
|
||||
"url": "https://twitter.com/D_Anomaly/status/1176314737665200128"
|
||||
}
|
||||
],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@
|
|||
"siteurl": "https://www.oreilly.com/pub/au/1381"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "2011 - Publication - Wireless Security: Know It All",
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
"mainimage": "/images/face-silhouette-clipart.png",
|
||||
"maintext": "<p>Chris, known as The Nightstalker, was a member of Cult of the Dead Cow (cDc), one of the oldest and most influential hacking groups in the United States.</p>",
|
||||
"socialmedialinks": [],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@
|
|||
"siteurl": "https://www.mxsponsor.com/riders/chris-a-scott"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,6 +19,12 @@
|
|||
"siteurl": "https://www.facebook.com/groups/359810421318698/"
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"title": "GoFundMe memorial page",
|
||||
"url": "https://www.gofundme.com/in-memory-of-christian-wright"
|
||||
}
|
||||
],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "SecLists ISN Posting",
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
"siteurl": "https://www.linkedin.com/in/reid-fudge-3bb9151/"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "CISO at Tri-State Generation",
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
"siteurl": "https://www.twitter.com/conorpotpie"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -19,6 +19,24 @@
|
|||
"siteurl": "https://en.wikipedia.org/wiki/Dan_Kaminsky"
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"title": "New York Times obituary",
|
||||
"url": "https://www.nytimes.com/2021/04/27/technology/daniel-kaminsky-dead.html"
|
||||
},
|
||||
{
|
||||
"title": "Slashdot article",
|
||||
"url": "https://it.slashdot.org/story/21/04/24/1645214/security-researcher-dan-kaminsky-has-died"
|
||||
},
|
||||
{
|
||||
"title": "The Parallax article",
|
||||
"url": "https://www.the-parallax.com/cybersleuth-dan-kaminsky-medical-answers/"
|
||||
},
|
||||
{
|
||||
"title": "List of Dan Kaminsky talks",
|
||||
"url": "https://twitter.com/_videoman_/status/1386126728767102977"
|
||||
}
|
||||
],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "DNS Cache Poisoning Research",
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
"mainimage": "/images/face-silhouette-clipart.png",
|
||||
"maintext": "",
|
||||
"socialmedialinks": [],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@
|
|||
"siteurl": "https://soundcloud.com/rev-rance"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
"siteurl": "https://www.dc801.org/"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
"siteurl": "https://www.gofundme.com/f/donald-dwayne-skelton"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
"mainimage": "/images/donblumenthal.jpg",
|
||||
"maintext": "<p>Don Blumenthal passed away on September 28, 2019 in Ann Arbor, Michigan. He was 67.</p><p>Blumenthal was an anti-spammer for as long as there was an anti-spam community. He helped design, deploy and maintain the famous 'Spam Fridge,' the repository of junk email maintained by the Federal Trade Commission (FTC), and contributed the wisdom he gleaned from that experience to the design process of Canada's Spam Freezer. He later worked at the Public Interest Registry (PIR.org), maintaining anti-abuse work for the .ORG TLD.</p><p>Blumenthal was an active participant in the Anti-Phishing Working Group (APWG), the Messaging Anti-Abuse Working Group (M3AAWG), the Internet Corporation for Assigned Names and Numbers (ICANN), and was a long-time board member of the Coalition Against Unsolicited Commercial Email (CAUCE). He was also an expert in law, technology, and policy development, an Adjunct Professor at the University of Michigan School of Information and at Michigan State University School of Criminal Justice, and a football scout for the Oakland Raiders.</p><p>Don Blumenthal worked tirelessly to make the Internet a better place, had a considerable degree of success doing so, and is sorely missed.</p>",
|
||||
"socialmedialinks": [],
|
||||
"references": [],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "CircleID Obituary",
|
||||
|
|
|
|||
|
|
@ -15,6 +15,16 @@
|
|||
"siteurl": "https://www.linkedin.com/in/chaveze/"
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"title": "Andrew Hay memorial tweet",
|
||||
"url": "https://twitter.com/andrewsmhay/status/1154837713964732418"
|
||||
},
|
||||
{
|
||||
"title": "Andrew Hay memorial tweet",
|
||||
"url": "https://twitter.com/andrewsmhay/status/1155294438807285760"
|
||||
}
|
||||
],
|
||||
"contributions": [],
|
||||
"gallery": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
"mainimage": "/images/face-silhouette-clipart.png",
|
||||
"maintext": "<p>Fabian Rodriguez, known as scrotum man, was a member of the hacker community.</p>",
|
||||
"socialmedialinks": [],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
"siteurl": "https://infocondb.org/presenter/felix-lindner-fx"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
"mainimage": "/images/y3t1_Art-Gary_James_aka_Turb1n3.png",
|
||||
"maintext": "",
|
||||
"socialmedialinks": [],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
"siteurl": "https://en.wikipedia.org/wiki/Gene_Kan"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
"mainimage": "/images/Geoffrey_Bennett.jpg",
|
||||
"maintext": "<p>From Obituary: Geoffrey Southerland Bennett On April 6, 2008, Geoffrey Southerland Bennett, passed away while jogging at the Dell Jewish Community Center of Austin. Born in Washington, D.C. on August 22, 1966, Geoff was 41 years old. Geoffrey was a very loving and nurturing father to his daughter, Ruthie. He produced 'Ruthie's Daily Grind', an internet blog on Ruthie's development from infancy through preschool.</p><p>Geoffrey graduated from Austin High School and was an outstanding gymnast in high school and college. While attending Austin High, he held all but one of the men's gymnastic records. Geoffrey earned a BFA degree at the University of Oklahoma and was an accomplished artist. Geoff was an avid reader with a passion for satire. He was employed by TICOM, Inc., and was a highly regarded Information Systems Security Analyst and Network Administrator.</p><p>Survivors include his daughter, Ruth Lynelle Bennett; wife, Jennifer Godfrey Bennett; mother, Mary Beth Bennett; father, Baylus Bennett; brother, Chad Bennett and his wife Catherine and their children Cadyn and Chase Bennett. Visitation will be held Wednesday April 9, from 6:00 – 8:00 p.m. at Weed-Corley-Fish Funeral Home, 3125 N. Lamar. Services will be held at 1 pm on Thursday, April 10, at Weed-Corley-Fish Funeral Home. Interment will follow at Austin Memorial Park. Pallbearers are: Chad Bennett, Raymond Bennett, Willie Bennett, Bruce Tabor, Kevin Godfrey, Ian Robertson, Jason Johnston, and Aqueel Darbar. In lieu of flowers contributions to the following organizations are welcome, Dell Children's Hospital, Town Lake Animal Center, and Capitol School of Austin</p>",
|
||||
"socialmedialinks": [],
|
||||
"references": [],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "Open letter to DOJ re: Microsoft Settlement",
|
||||
|
|
|
|||
|
|
@ -15,6 +15,20 @@
|
|||
"siteurl": "https://twitter.com/V310C1TY/"
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"title": "jack_daniel memorial tweet",
|
||||
"url": "https://twitter.com/jack_daniel/status/1438168794145431559"
|
||||
},
|
||||
{
|
||||
"title": "Gillis57 memorial tweet",
|
||||
"url": "https://twitter.com/Gillis57/status/1438171256885370883"
|
||||
},
|
||||
{
|
||||
"title": "spridel11 memorial tweet",
|
||||
"url": "https://twitter.com/spridel11/status/1438302359008919553"
|
||||
}
|
||||
],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
"mainimage": "/images/Ian_Murdock.jpg",
|
||||
"maintext": "<p>While a college student, Murdock founded the Debian project in August 1993, and wrote the Debian Manifesto in January 1994. Murdock conceived Debian as a Linux distribution that embraced open design, contributions, and support from the free software community. He named Debian after his then-girlfriend (later wife) Debra Lynn, and himself (Deb and Ian). They later married, had three children, and divorced in January 2008. In January 2006, Murdock was appointed Chief Technology Officer of the Free Standards Group and elected chair of the Linux Standard Base workgroup. He continued as CTO of the Linux Foundation when the group was formed from the merger of the Free Standards Group and Open Source Development Labs.</p>",
|
||||
"socialmedialinks": [],
|
||||
"references": [],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "Debian",
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
"siteurl": "https://www.forbes.com/sites/meghancasserly/2011/11/16/ilya-zhitomirskiy-diaspora-suicide-speculation-depression-stress-anxiety/"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,6 +39,16 @@
|
|||
"siteurl": "https://www.muckrock.com/foi/united-states-of-america-10/jamie-aka-ackflags-47588/"
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"title": "Reddit thread about Jaime",
|
||||
"url": "https://www.reddit.com/r/Drama/comments/7psp0p/one_of_the_internets_most_infamous_trolls_jaime/"
|
||||
},
|
||||
{
|
||||
"title": "Rustle League Radio memorial",
|
||||
"url": "https://www.blogtalkradio.com/canadianglen/2018/01/17/rustle-league-radio-remembers-asshurtmacfags"
|
||||
}
|
||||
],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "Chronicle.su",
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
"siteurl": "https://en.wikipedia.org/wiki/James_Dolan_(computer_security_expert)"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,6 +15,16 @@
|
|||
"siteurl": "https://bsky.app/profile/did:plc:low75hwexu2oc5v2rj5p2lbu"
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"title": "WeldPond memorial tweet",
|
||||
"url": "https://twitter.com/WeldPond/status/2024682841292898378"
|
||||
},
|
||||
{
|
||||
"title": "YouTube video",
|
||||
"url": "https://www.youtube.com/watch?v=BkeXk9rBBrs&t=1s"
|
||||
}
|
||||
],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "Darknet Diaries Episode 169",
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
"siteurl": "http://www.treachery.net/~jdyson/"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "Attrition homepage",
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
"siteurl": "https://web.archive.org/web/20031008121704/http://www.freesk8.com/"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
"siteurl": "https://www.facebook.com/jerrod.bates.9"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
"mainimage": "/images/face-silhouette-clipart.png",
|
||||
"maintext": "",
|
||||
"socialmedialinks": [],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
"mainimage": "/images/JoeRogers2.jpg",
|
||||
"maintext": "<p>Joseph Hinton Rogers III, known as Selir, was born May 4, 1974 in Lakeland, Florida. He earned two bachelor's degrees in Computer Science and Computer Engineering, as well as a master's degree in Computer Engineering, all from the University of South Florida. Joe worked as a network administrator at USF for 25 years.</p><p>He was a member of the Legitimate Business Syndicate CTF team at DEF CON for five to six years, earning six to seven black badges. His handle \"Selir\" came from a Pathfinder character he played. Joe was an avid biker and tabletop gamer.</p><p>Joe passed away on June 12, 2019 after a two-and-a-half-year battle with colon cancer. He is survived by his wife.</p>",
|
||||
"socialmedialinks": [],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
"siteurl": "https://en.wikipedia.org/wiki/John_Horton_Conway"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "Conway's Game of Life",
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
"siteurl": "https://www.instagram.com/p/DSgvmP1Duz7/"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
"siteurl": "https://www.twitter.com/dent1zt"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "Recon 2012 Speaker",
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
"siteurl": "https://www.twitter.com/jhartftw"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
"siteurl": "https://archive.is/VBS1S"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "DEF CON Goon",
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
"mainimage": "/images/karen_krystalia.jpg",
|
||||
"maintext": "<p>People Die. People Die Every day. People who are as loving, kind hearted, caring, and as radiant as Krystalia never die. Her memory will live on in our hearts forever.</p><p> Krystalia passed away at 12:30PM on October 29th, 1999. She was battling ovarian cancer that was diagnosed about 10 months prior. In her last few months it spread to her major organs, sending her into a coma early Friday morning, and then her heart stopped and she passed away that afternoon. Her family was at her side.</p><p> Daily Krystalia is bringing out the best in people. I get E-mails every day from random people telling me how sorry they are, and how they feel our loss. Everyones words are very kind, we appreciate it very much. Thank you.</p>",
|
||||
"socialmedialinks": [],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
"siteurl": "https://en.wikipedia.org/wiki/Karl_Koch_(hacker)"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
"mainimage": "/images/KellyClark_1.jpg",
|
||||
"maintext": "<p>Kelly Clark was a member of the hacker and information security community.</p>",
|
||||
"socialmedialinks": [],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -27,6 +27,24 @@
|
|||
"siteurl": "https://infosec.exchange/@aloria"
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"title": "SummerCon memorial tweet",
|
||||
"url": "https://twitter.com/SummerC0n/status/1637988841926672384"
|
||||
},
|
||||
{
|
||||
"title": "SummerCon memorial video",
|
||||
"url": "https://vimeo.com/845798078/740f695ed7"
|
||||
},
|
||||
{
|
||||
"title": "Dark Reading obituary",
|
||||
"url": "https://www.darkreading.com/application-security/renowned-researcher-kelly-lum-passes-away"
|
||||
},
|
||||
{
|
||||
"title": "Fox5 NY news piece",
|
||||
"url": "https://www.fox5ny.com/news/lack-of-women-in-cyber-security"
|
||||
}
|
||||
],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "Infosec Reactions",
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
"siteurl": "https://attrition.org/~lyger/"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "Tribute Video",
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
"siteurl": "https://www.facebook.com/kelvinwhitelethal/"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "SmashTheStack",
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
"siteurl": "https://www.gofundme.com/f/aid-for-kevin-estis-family-and-pets"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
"siteurl": "https://en.wikipedia.org/wiki/Kevin_Mitnick"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "CNN Obituary",
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
"siteurl": "https://twitter.com/kriggins"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
"siteurl": "https://en.wikipedia.org/wiki/Kris_Kaspersky"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "Thought pattern – IDA disassembler. ISBN 5-93455-093-4",
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@
|
|||
"siteurl": "https://twitch.tv/krisnova"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
"siteurl": "https://en.wikipedia.org/wiki/Larry_Tesler"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "Computer scientist",
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@
|
|||
"siteurl": "https://www.muckrock.com/foi/list/?q=Sassaman+&status=&has_embargo=&has_crowdfund=&minimum_pages=&date_range_min=&date_range_max=&file_types=&search_title="
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "Zimmermann-Sassaman key-signing protocol",
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
"mainimage": "/images/face-silhouette-clipart.png",
|
||||
"maintext": "<p>Maria Moraru was a member of the hacker and information security community.</p>",
|
||||
"socialmedialinks": [],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
"siteurl": "https://twitter.com/gntlmnguardian"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "BSides NoVA 2020 - Democratized Intelligence: Promises and Pitfalls",
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
"mainimage": "/images/face-silhouette-clipart.png",
|
||||
"maintext": "Author of Micq, *nix's first (consolel) ICQ client",
|
||||
"socialmedialinks": [],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
"mainimage": "/images/Maxx_Redwine.jpg",
|
||||
"maintext": "<p>Born in Mesa, AZ. Mr. RedWine was a Computer Security Consultant for Presido Networks. He was a Veteran of the US Air Force during Desert Shield.</p>",
|
||||
"socialmedialinks": [],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
"siteurl": "https://twitter.com/assante_michael"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "Michael J. Assante Awarded SANS ICS Lifetime Achievement Award - March 2018",
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
"siteurl": "https://www.twitter.com/hackerjoe"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
"mainimage": "/images/michael_hawley01.jpg",
|
||||
"maintext": "Hawley participated in some of the great digital breakthroughs of the last 40 years, from writing UNIX code at Bell Labs as a teenager, to his work pioneering digital cinema and sound technology at LucasFilm, to his innovation of large-imprint digital photo systems, which led to the 2003 publication of 'Bhutan: A Visual Odyssey Across the Last Himalayan Kingdom,' measuring 5’ x 7’ and weighing over 150 pounds, giving it the distinction of being documented as the world’s largest published book in the 'Guinness Book of World Records.'",
|
||||
"socialmedialinks": [],
|
||||
"references": [],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "New York Times obituary",
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
"mainimage": "/images/face-silhouette-clipart.png",
|
||||
"maintext": "<p>Michael Park, known as Hosaka, was a member of the r00t hacking group.</p>",
|
||||
"socialmedialinks": [],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
"siteurl": "https://twitter.com/clappymonkey"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "GrrCON Presentations",
|
||||
|
|
|
|||
|
|
@ -23,6 +23,16 @@
|
|||
"siteurl": "https://scopesecurity.com/"
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"title": "Instagram memorial post",
|
||||
"url": "https://www.instagram.com/p/CcJDPCevFBg/?igshid=YmMyMTA2M2Y="
|
||||
},
|
||||
{
|
||||
"title": "Scope Security memorial tweet",
|
||||
"url": "https://twitter.com/scopesecurity_/status/1512927318481723394"
|
||||
}
|
||||
],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
"mainimage": "https://www.defcon.org/images/links/whois/drnick.jpg",
|
||||
"maintext": "<p>Dr Nick aka Nick Jeremicah lost the battle against cancer in the fall of 2006.<br /><br />He is survived by his parents, siblings, wife and two children.<br /><br />Dr Nick2000 was 30 years old.</p>",
|
||||
"socialmedialinks": [],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
"siteurl": "https://twitter.com/d3vnull42"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "A Tribute to devnull",
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
"mainimage": "/images/face-silhouette-clipart.png",
|
||||
"maintext": "",
|
||||
"socialmedialinks": [],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
"siteurl": "https://www.linkedin.com/in/ozzie321/"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
"siteurl": "https://www.facebook.com/132688066753041/posts/4140135462674928/"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
"siteurl": "https://en.wikipedia.org/wiki/Rebecca_Bace"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
"siteurl": "https://twitter.com/marcwrogers/status/1438186471907737600"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
"mainimage": "/images/face-silhouette-clipart.png",
|
||||
"maintext": "<p>Richard Batka, known as Master Chemist, was a member of the hacker and information security community.</p>",
|
||||
"socialmedialinks": [],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
"mainimage": "/images/y3t1_Art-Robert_Conner_Ashby_aka_Poolboy.jpg",
|
||||
"maintext": "<p>Poolboy, aka Robert Conner Ashby, 19, of Ventura, passed away on Monday, Nov. 21, 2011.</p>",
|
||||
"socialmedialinks": [],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
"siteurl": "https://www.linkedin.com/in/roy-davis/"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "ATM Hacking Talk",
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
"mainimage": "/images/face-silhouette-clipart.png",
|
||||
"maintext": "<p>Ryan lost his battle with cancer in 2006. Ryan passed almost two weeks to the day after Nick Jeremica</p>",
|
||||
"socialmedialinks": [],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,6 +15,12 @@
|
|||
"siteurl": "https://twitter.com/Net_Metalrat"
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"title": "Memorial tweet from Scott's wife",
|
||||
"url": "https://twitter.com/DustyWombat/status/1177778069316091905"
|
||||
}
|
||||
],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@
|
|||
"siteurl": "https://sabermartialarts.life/our-force-ghost/"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "DEF CON NOC",
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
"mainimage": "/images/SteveSteinberg.jpg",
|
||||
"maintext": "<p>Steve Steinberg, also known as Frank Drake, was a hacker and writer. He was the publisher of WORM and Intertek, notable hacker-era publications. He was remembered as \"a true hacker\" by those who knew him.</p>",
|
||||
"socialmedialinks": [],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@
|
|||
"siteurl": "https://soundcloud.com/therealtuna"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "2019 - Patent - Situational awareness and perimeter protection orchestration",
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
"siteurl": "https://www.linkedin.com/posts/activity-7418849222084542464-BktK"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
"siteurl": "https://seclists.org/bugtraq/1997/Oct/66"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
"mainimage": "/images/tiffanyhinch.jpeg",
|
||||
"maintext": "Lady Tiffany \"Charlie\" Hinch, 40, of Austin, Texas, passed away due to complications with a chronic illness on March 23, 2020 in her home. She did not suffer. She was born in Lake Charles to Patricia Hill and David Thibodeaux on August 23, 1979. Tiffany graduated from Armada HIgh School in 1996. She then moved on to become the Director of Dining Services at Compass Group. Tiffany enjoyed life to the fullest - never shy in her element, always helping others, and completely selfless in all aspects of her life. She loved music, cooking, dancing, bringing people together, and taking care of others. She was active in Down Syndrome awareness as well as the Chive Charities organization. She was the cornerstone stage presence for the annual Hacker Jeopardy World Championship during the annual DEF CON Hacker Conference in Las Vegas. She was known for her kind heart, stunning looks, quick wit, loving friendships, and delicious Cajun food.\n Tiffany is survived by her husband, Derek of Austin; her two children, Morgan and Cole; her mother, Patricia Hill; her father, David Thibodeaux; her sisters, Alisha, Wendy, Kourtni, Kary; her brothers, Kenny, and Keith, of Lake Charles. She is preceded in death by her grandmother, Jimmie Saucier; her grandfather, Cliff Saucier; her father-in-law, Craig Hinch; and her sister-in-law, Hailey Hinch.",
|
||||
"socialmedialinks": [],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
"siteurl": "https://www.gofundme.com/f/support-for-the-skorick-family"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,6 +19,16 @@
|
|||
"siteurl": "https://github.com/TryCatchHCF/"
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"title": "Memorial thread by rotate26chars",
|
||||
"url": "https://twitter.com/rotate26chars/status/1612242052955398144"
|
||||
},
|
||||
{
|
||||
"title": "Remembrance from Joe's child",
|
||||
"url": "https://twitter.com/Flex_Capacitor/status/1612551832261238794"
|
||||
}
|
||||
],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
"siteurl": "https://www.linkedin.com/in/vgill/"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "RFC 3582 - Goals for IPv6 Site-Multihoming Architectures",
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
"mainimage": "/images/face-silhouette-clipart.png",
|
||||
"maintext": "<p>William Andrew \"Drew\" Copley, known as The Pull, was a founding member of Hacktivismo and a respected friend of Cult of the Dead Cow (cDc). He was a tireless advocate of internet freedom and a valued security researcher. The Pull was a ridiculously smart guy with a great sense of humor and exemplary work ethic. He was dedicated to making a mark for the better, was a core contributor to the hacktivist movement, writing a steganography app called Camera/Shy. He died of cancer in 2022.</p>",
|
||||
"socialmedialinks": [],
|
||||
"references": [],
|
||||
"contributions": [],
|
||||
"gallery": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
"siteurl": "https://twitter.com/ydklijnsma"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"contributions": [
|
||||
{
|
||||
"title": "Cybersecurity Interviews Podcast",
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue