Skip to content

SmashITs/WebSecurity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Examples:

ex1.php : Bypass htmlspecialchars in Javascript context.

ex2.php : Bypass addslashes in Javascript context.

ex3.php : Bypass checks for Path Traversal

WebSecurity List of Attacks:

Attack Vectors:

  • Execution After Redirect (EAR)
  • Brute Force
  • Path Traversal
  • CRSF
  • Information Disclosure
  • Type Confusions
  • DOS
  • Privilege Escalation
  • Session Fixation
  • Weak Cryptography

Inejctions:

  • HTML Injection (XSS)
  • SQL Injection (Blind,Time,Error)
  • XPATH Injection
  • File Injection (LFI/RFI)
  • Template Injection

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages