Skip to content
View serialfuzzer's full-sized avatar
👋
Hi there!
👋
Hi there!
Block or Report

Block or report serialfuzzer

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

Hi, I hope you're having a great day!

movl %ideas, %github.com/serialfuzzer # move all the ideas to github
movl %vulnerabilities, %hackerone.com # report all vulnerabilities to Hackerone
movl $1, %eax # system call code for exit
movl $0, %ebx # return status code, $0 means successful execution
int $0x80 # invoke the system to do the magic

HitCount

Popular repositories Loading

  1. hackerTasks hackerTasks Public

    hackerTasks is a checklist of the tasks you need to perform when attacking a web application.

    JavaScript 7

  2. chunkr chunkr Public

    Chunkr run commands on large files chunk by chunk

    JavaScript 6

  3. blunderbus blunderbus Public

    JavaScript 3

  4. ctflearn ctflearn Public

    Forked from LukeLaScala/ctflearn-v1

    CTFLearn website

    PHP 1 1

  5. javascriptFunctionalProgrammingNotes javascriptFunctionalProgrammingNotes Public

    Some notes about functional programming in javascript.

    JavaScript

  6. php_oo_notes php_oo_notes Public

    Basic notes about object oriented programming in PHP.

    PHP