-
Notifications
You must be signed in to change notification settings - Fork 1
/
compsci.html
610 lines (504 loc) · 21.7 KB
/
compsci.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/html" xmlns="http://www.w3.org/1999/html"
xmlns="http://www.w3.org/1999/html" xmlns="http://www.w3.org/1999/html" xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="description" content="jeremy laratro">
<meta name="keywords" content="jeremy laratro, jeremy, laratro, google, jobs, usf, cybersecurity, pentesting, information technology, software">
<meta name="author" content="Jeremy Laratro">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Computer Science</title>
<link rel="preconnect" href="https://fonts.googleapis.com"/>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/>
<link href="https://fonts.googleapis.com/css2?family=Prompt:wght@100;400;900&display=swap" rel="stylesheet"/>
<link rel="stylesheet" href="styles.css">
<!--
<script>
if (screen.width < 800) {
window.location = "/progmobile.html";
}
</script>
-->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QJPZ59GWQP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-QJPZ59GWQP');
</script>
<style>
.background6 {
width: 100%;
height: 100%;
position: fixed;
border-radius: 16px;
overflow: scroll;
background: url('.images/blob-scene-haikei(3).svg') no-repeat bottom / cover;
}
.rfbackground {
background: url('images/blob-scene-haikei(3).svg') no-repeat bottom / cover;
}
.testbutton {
color: #14396A !important;
font-size: 14px;
text-shadow: 1px 1px 0 #7CACDE;
box-shadow: 1px 1px 1px #BEE2F9;
padding: 10px 25px;
border-radius: 15px;
}
.testbutton:hover {
color: #14396A !important;
background: #468CCF;
background: linear-gradient(to top, #031C2F, #590026);
}
.container {
margin: 20px auto;
/*padding: 1.5rem;*/
border-radius: 5px;
background: #17141d;
box-shadow: 1rem 0 2rem #000;
display: flow;
}
h5 {
font-size: 14px;
word-spacing: 10px;
display: inline;
flex-grow: inherit;
color: #7a7a8c;
text-decoration: transparent;
text-shadow: 1px 1px 0 #28242f;
grid-row: auto;
}
.active, card.collapsible:hover {
background-color: #ccc;
}
button.container.collapsible:hover {
background: linear-gradient(90deg, #a5e2ff, #ffffff);
text-shadow: 0 0 .25rem #a5e2ff;
/*-webkit-text-fill-color: transparent;*/
-webkit-background-clip: text;
background-clip: text;
}
button.container.collapsible:hover {
color: #14396A !important;
background: #468CCF;
background: linear-gradient(to top, #031C2F, #590026);
}
/* Style the collapsible content. Note: hidden by default */
card.content {
padding: 0 18px;
display: none;
overflow: hidden;
background-color: #f1f1f1;
}
.container.collapsible {
cursor: pointer;
border: none;
text-align: left;
outline: none;
font-size: 15px;
margin: 20px auto;
padding: 1.5rem;
border-radius: 15px;
background: #17141d;
box-shadow: 1rem 0 2rem #000;
}
.container.content {
padding: 0 18px;
color: #eee;
display: show;
justify-self: center;
background: #17141d center;
position: center;
}
.container {
height: auto;
width: 80%;
padding: 3%;
border-radius: 20px;
background: #17141d;
}
.parent {
grid-template-columns: 1fr 0.5fr 1fr 0.25fr 1fr;
grid-template-rows: 0.1fr 1fr 0.1fr 0.5fr 0fr;
grid-column-gap: 0;
grid-row-gap: 0;
}
.div1 {
grid-area: 1 / 2 / 2 / 3;
}
.div2 {
grid-area: 1 / 2 / 3 / 5;
}
.div3 {
grid-area: 1 / 4 / 2 / 5;
}
.div4 {
grid-area: 2 / 2 / 3 / 3;
}
.div5 {
grid-area: 2 / 3 / 3 / 4;
}
.div6 {
grid-area: 2 / 4 / 3 / 5;
}
}
.header h2 {
font-size: 150%;
margin: .25rem 0 auto;
text-decoration: none;
color: #d4d4d4;
border: 0;
display: flow-root;
cursor: pointer;
position: center;
}
.header h3 {
font-size: 150%;
margin: .25rem 0 auto;
text-decoration: none;
color: #d4d4d4;
border: 0;
display: flow-root;
cursor: pointer;
}
.container.hardware {
word-wrap: break-word;
}
.background6 {
.parent.hardware.inner {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(5, 1fr);
grid-column-gap: 0;
grid-row-gap: 0;
}
.div1.h {
grid-area: 1 / 2 / 2 / 5;
}
.div2.h {
grid-area: 2 / 2 / 3 / 3;
}
.div3.h {
grid-area: 2 / 3 / 3 / 4;
}
.div4.h {
grid-area: 2 / 4 / 3 / 5;
}
.div5.h {
grid-area: 3 / 2 / 4 / 3;
}
.div6.h {
grid-area: 3 / 3 / 4 / 4;
}
}
.parent.hard.top {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-column-gap: 0;
grid-row-gap: 0;
height: 5%;
}
.div1.hard.top {
grid-area: 1 / 1 / 5 / 2;
}
.div2.hard.top {
grid-area: 2 / 1 / 2 / 2;
}
.div3.hard.top {
grid-area: 1 / 2 / 2 / 3;
}
.div4.hard.top {
grid-area: 2 / 2 / 3 / 3;
}
.div5.hard.top {
grid-area: 3 / 2 / 4 / 3;
}
.div6.hard.top {
grid-area: 4 / 2 / 5 / 3;
}
.div7.hard.top {
grid-area: 3 / 1 / 3 / 1;
}
.div8.hard.top {
grid-area: 4 / 1 / 4 / 1;
}
.container.top {
height: auto;
width: 90%;
padding: 0%;
border-radius: 20px;
background: #17141d;
}
.container.main {
height: auto;
width: %;
padding: 0%;
border-radius: 20px;
background: #17141d;
}
a {
text-decoration: none;
font-size: 150%;
color: #eeee;
margin: auto;
}
h3 {
font-size: 150%;
color: #eee;
}
p {
color: #eee;
font-size: 125%;
}
</style>
</head>
<body style="overflow: scroll">
<section class="background6" style="position: absolute">
<!-- <div class="grid-item">-->
<div class="container main" style="text-align: center;padding: 0">
<div class="parent hard top" style="height: 5%";>
<div class="div1 hard top">
<div class="card-header">
</div>
</div>
<div class="div2 hard top">
</div>
<div class="div1 hard top">
<div class="container top" style="text-align: center">
<div class="rfbackground" style="margin: 0; display:fit-content">
<div class="card-header">
<div class="testbutton">
<a href="index" target="_blank">Home</a>
</div>
</div>
</div>
</div>
</div>
<div class="div4 hard top">
<div class="container top" style="text-align: center">
<div class="rfbackground" style="margin: 0; display:fit-content">
<div class="card-header">
<div class="testbutton">
<a href="about" target="_blank">About | Contact </a>
</div>
</div>
</div>
</div>
</div>
<div class="div5 hard top">
<div class="container top" style="text-align: center">
<div class="rfbackground" style="margin: 0; display:fit-content">
<div class="card-header">
<div class="testbutton">
<a href="chem" target="_blank">Chemistry</a>
</div>
</div>
</div>
</div>
</div>
<div class="div6 hard top">
<div class="container top" style="text-align: center">
<div class="rfbackground" style="margin: 0; display:fit-content">
<div class="card-header">
<div class="testbutton">
<a href="radio" target="_blank">Radio</a>
</div>
</div>
</div>
</div>
</div>
<div class="div7 hard top">
<div class="container top" style="text-align: center">
<div class="rfbackground" style="margin: 0; display:fit-content">
<div class="card-header">
<div class="testbutton">
<a href="hardware" target="_blank">Hardware </a>
</div>
</div>
</div>
</div>
</div>
<div class="div8 hard top">
<div class="container top" style="text-align: center">
<div class="rfbackground" style="margin: 0; display:fit-content">
<div class="card-header">
<div class="testbutton">
<a href="photo" target="_blank">Photography </a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<button class="container collapsible">
<span class="card-header" style="font-size: 150%;">
<h2 style="text-align: center">Computer Science: </h2>
<h2 style="text-align: center">Click here to see recent programming and software projects </h2>
</span>
</button>
<div class="container content; display: show">
<!--<div class="parent hardware inner">-->
<!--</div>-->
<div class="container content" style=" text-align: center">
<h3> Recent Projects </h3>
</div>
<a href="https://jeremylaratro.link/CS/cysec" target="_blank">
<button class="container collapsible" style="text-align: center">
<h3> Cybersecurity Notes and Computer Science Blog </h3>
</button>
</a>
<button class="container collapsible" style="text-align: center">
<h3> My Profiles </h3>
<p>Over the past few years, I have used and been active on a wide range of online learning platforms.
<br> tryhackme.com/p/jeremylaratro</br>
<br> linkedin.com/in/jeremylaratro</br>
<br> leetcode.com/jeremylaratro</br>
<br> codecademy.com/profles/JeremyLaratro</br>
<br> github.com/jeremylaratro</br>
<br> HTB: jlaratro </br>
</p>
</button>
<a href="https://securicoder.com" target="_blank">
<button class="container collapsible" style="text-align: center">
<h3> Securicoder.com </h3>
<p>Securicoder is a full-stack web development project I recently completed which uses the OpenAI API to perform
static code analysis on user-submitted code, returning a static code analysis report.
Securicoder uses Django/gunicorn and nginx and is deployed off of a cloud server. I also added SIEM/IDS in the form
of Snort/Wazuh (along with other security-oriented tools like firejail) to better understand defensive cyber security,
since so much of my studies have been focused on offensive applications.</p>
</button>
</a>
<a href="https://github.com/jeremylaratro/pentest_scripts" target="_blank">
<button class="container collapsible" style="text-align: center">
<h3> B-NEAS - Bash Network Enumeration Automation Script </h3>
<p> While in the middle of the OSCP labs, I noticed that a lot of time was being eaten up by typing the same commands over and over, and
I'm someone who highly values efficiency, so I decided to create a bash script that offered a solution to this issue. Many of these
types of tools exist, but I wanted to a) put my bask skills to use and learn and b) tailor the tool to my needs, and in a way that I
knew and was familiar with.
I'm still working on some of the features and have been adding/modifying/fixing the script regularly.
</p>
</button>
</a>
<a href="https://github.com/jeremylaratro/PhotoSec" target="_blank">
<button class="container collapsible" style="text-align: center">
<h3> PhotoSec </h3>
<p>A privacy and security oriented Python script I made using various other open-source tools. Functions
include bulk metadata removal from photos,
bulk image analysis (using tools such as exiftool, binwalk, strings, etc), file renaming, bulk GPS
metadata puller, and more features to come.</p>
</button>
</a>
<a href="https://github.com/jeremylaratro/Smiles-TO-iUpac-Translator-with-CLI" target="_blank">
<button class="container collapsible" style="text-align: center">
<h3> Interactive CLI for STOUT, an organic chemistry SMILES/IUPAC name translator</h3>
</button>
</a>
<a href="https://github.com/jeremylaratro/Degrees_of_Unsaturation_Calculator" target="_blank">
<button class="container collapsible" style="text-align: center">
<h3> Degrees of Unsaturation calculator for organic chemistry </h3>
</button>
</a>
<div class="container hardware">
<h1></h1>
<h3 style="text-align: center"> This website </h3>
<p> At the time I made this site, I knew very little about CSS and front-end development.
I wanted to learn more about this and also wanted a place to share some of my achievements, projects,
notes, and general learning path. The website is hosted
by GitHub Pages and the domain is routed via AWS (route55). The website uses a lot of custom CSS and I
originally started the site with Jekyll.
</p>
</div>
<!-- <div class="container header" style="display: flow-root;margin: auto;">-->
<!-- <h3 > Open Source Contributions</h3>-->
<!-- </div>-->
<div class="container hardware" style="">
<p><a href="https://www.instructables.com/How-to-Flash-GRBL-Onto-GRBL-CNC-Controller-Board-C/"
target="_blank"> See here for my Instructables tutorial on how flash firmware onto a GRBL CNC
controller board
firmware: </a></p>
<p>
After having issues with firmware corruption on my CNC's control board, I saw that many people online
were throwing out their boards
and ordering new ones. I was familiar with flashing firmware from my previous experience with the uSDX,
so I decided to write a quick tutorial
for anyone who faces this problem.
</p>
<a href="https://github.com/jeremylaratro/QR-Code-Generator-And-Reader">QR Code Generator/Reader: </a>
<p>I added file input functionality to an open source QR code
reader/generator. A friend of mine needed to encode text files, and it seemed none of the open source QR
Code generators had file input functionality,
only allowing plain text inputs. </p>
</div>
<a href="https://github.com/jeremylaratro/gps_speedo_arduino/blob/main/gps_speedo.cpp" target="_blank">
<button class="container collapsible">
<h3 style="text-align:center"> Open Source: Arduino, GPS Speedometer </h3>
<p>
During the summer of 2021, I saved up money and bought a small 15ft boat.
Being an older boat, there were few electronics onboard and the speedometer was not working, so I
wanted to create
one that would also potentially serve other functions such as providing location. I thought this may
lead to
other ideas, such as creating a program that maps my boat travel. I used an Arduino Uno for
prototyping with an OLED screen and NEO-6M GPS module. <br>
Then, I transitioned the circuit to a dedicated custom board using the ATMEGA328P; KiCAD was used to
build the circuit and PCB, and I used my CNC to mill the
PCB from copperclad board.
</p>
</button>
</a>
<div class="container hardware" style="">
<h3 style="text-align: center">Software / Systems Experience</h3>
<p>Throughout my projects I have come across and become familiar with a number of different types of
software, ranging a variety of purposes. Some of these
include:</p>
<p>Linux</p>
<p>Python, Bash. Also familiar with C++ and Java </p>
<p> Cyber Security: Burp Suite, metasploit framework, nmap, rustscan, sliver, active directory, mimikatz, impacket,
responder, smbclient, enum4linux, ftp, rpc, hashcat, aircrack-ng, gobuster, wpscan, whatweb, netcat,
binwalk, ssh, gophish, etc.)</p>
<p>ChemDraw: Chemical structure representation, theoretical H/C-NMR projection, etc.</p>
<p>Adobe Lightroom, Photoshop</p>
<p>Digital radio modulation software (JTDX, FreeDV, PSK31, etc)</p>
<p>Microchip Studio: For JTag interface and ARM microcontrollers</p>
<p>MManaGAL: Antenna modeling </p>
<p>KiCAD: For creating printed circuit boards</p>
<p>bCNC / FlatCAM: For milling PCBs on my CNC. bCNC uses g-code, which is interpreted by the CNC controller
to perform precision milling</p>
<p>Arduino</p>
<p>JetBrains Suite: PyCharm, WebStorm (which I use for this site), RubyMine, CLion, and IntelliJ IDEA</p>
<p>GitHub & Git: For publishing my projects, collaboration, and being a part of the open source
community</p>
<p>Jupyter Notebook / Seaborn / Matplotlib: Data visualization </p>
<p>Raspberry Pi</p>
<p>Microsoft & Libre Office Suite</p>
<p>Virtual box & QEMU: For creating virtual machines</p>
<p> Cyber Security: Parrot OS & Kali Linux as well as many of the tools included (Burp Suite, metasploit
framework, hashcat, aircrack-ng, gobuster, wpscan, whatweb, netcat,
binwalk, etc.)</p>
<p>
</p>
</div>
</div>
</section>
</body>
<script>
const coll = document.getElementsByClassName("container collapsible");
let i;
for (i = 0; i < 10; i++) {
coll[i].addEventListener("click", function () {
this.classList.toggle("active");
const content = this.nextElementSibling;
if (content.style.display === "block") {
content.style.display = "none";
} else {
content.style.display = "block";
}
});
}
</script>
</html>