Skip to content
View 7etsuo's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report 7etsuo

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
7etsuo/README.md

7etsuo

Excessively driven developer, constantly labouring on self-improvement and supporting others.

snowcrash_banner_good

🧮 Statistics


GitHub stats

🌟 Small Contributions

Contribution Details
Icon Microsoft Fixed misplaced closing brace in WndProc.
Icon Rust Updated an unnecessary newline following the println examples.
Icon Kali Fixed a broken historical link in the 'Kali Linux History' topic.
Icon Kali Got a shoutout for contributing to the community by sharing my notes, and resources with users.
Icon Ronin Updated broken link for Pragmatic Programmers Guide to Ruby

🐛 CVE-2003-0358

Buffer overflow in (1) nethack 3.4.0 and earlier, and (2) falconseye 1.9.3 and earlier, which is based on nethack, allows local users to gain privileges via a long -s command line option.

https://github.com/7etsuo/CVE-2003-0358
https://www.exploit-db.com/?author=4939

🏁 CTF Writeups

https://github.com/7etsuo/zh3r0-CTF-binaryexploit
https://ctftime.org/writeup/21710
https://ctftime.org/writeup/21729
https://ctftime.org/writeup/21728

Pinned

  1. restincode/restincode restincode/restincode Public

    A memorial site for Hackers and Infosec people who have passed

    HTML 117 12

  2. windows-api-function-cheatsheets windows-api-function-cheatsheets Public

    Forked from PaddyCahil/windows-api-function-cheatsheets

    A reference of Windows API function calls, including functions for file operations, process management, memory management, thread management, dynamic-link library (DLL) management, synchronization,…

    108 9

  3. j0lt-ddos-tool j0lt-ddos-tool Public

    DNS amplification tool. A type of DDoS attack in which attackers use publicly accessible open DNS servers to flood a target with DNS response traffic. An attacker sends a DNS lookup request to an o…

    C 15 2

  4. win32-shellcode win32-shellcode Public

    Forked from fengjixuchui/win32-shellcode

    Win32 Shellcode CheatSheet: Your visual guide for crafting and understanding shellcode. Ideal for malware, and exploit developers

    Python 8

  5. CVE-2003-0358 CVE-2003-0358 Public

    Forked from fengjixuchui/CVE-2003-0358

    By passing an overly large string when invoking nethack, it is possible to corrupt memory. jnethack and falconseye are also prone to this vulnerability.

    C

  6. x86-assembler x86-assembler Public

    Forked from fengjixuchui/x86-assembler

    Reads an assembly language file, performs two passes over the file to identify labels and assemble the instructions, and then writes the resulting machine code to an output file. It includes severa…

    C 3