Skip to content
View jeremylaratro's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report jeremylaratro

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jeremylaratro/README.md

jay@github:~$ gdb whoami

GNU gdb (Ubuntu 9.2-0ubuntu1~20.04) 9.2
Copyright (C) 2020 Free Software Foundation, Inc.
For help, type "help".
Type "apropos word" to search for commands related to "word"...

Reading symbols from whoami...

(gdb) break main
Breakpoint 1 at 0x77656C636f6d65: file whoami.c, line 14.

(gdb) run
Starting program: /github.com/jeremylaratro/whoami

Breakpoint 1, main () at whoami.c:14
14 printf("Welcome to my Github...\n");

(gdb) x/s 0x70776e212121
0x7468616e6b73: "Offensive security engineer and passionate breaker of all things hardware and software\n"
0x666f72: "CTFs, amateur radio, PCB design, and building electronics\n"
0x7669736974696e67: "Travel, SCUBA, backpacking and camping, and aviation.\n"

(gdb) continue
Continuing.
Welcome to my Github...

Program exited normally.
(gdb) quit

Pinned

  1. cloud_pentesting_overview cloud_pentesting_overview Public

    Cloud Pentesting Resource Collection

    9 3

  2. pentest_scripts pentest_scripts Public

    scripts designed for automation and streamlining of simple tasks centered around discovery and enumeration.

    Shell 1

  3. PhotoSec PhotoSec Public

    A security-oriented Python script with bulk image analysis and security features such as metadata scrubbing, image file analysis, GPS data check, and file renaming.

    Python 3 2

  4. Smiles-TO-iUpac-Translator-with-CLI Smiles-TO-iUpac-Translator-with-CLI Public

    Forked from Kohulan/Smiles-TO-iUpac-Translator

    Transformer based SMILES to IUPAC Translator

    Python 1 1

  5. assembly_and_architecture assembly_and_architecture Public

    My notes from assembly and CPU architecture studies

    Python

  6. jeremylaratro.github.io jeremylaratro.github.io Public

    My personal portfolio and place to share some of the many different projects I've done.

    HTML 1 1