Skip to content

RealLinkers/cookieless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

Repository files navigation

cookieless

Super simple way to check for cookieless reflected XSS, but also covers potential reflected path XSS

Script checks if the following characters are encoded on the output:

  • "
  • <
  • '

Example use:

echo "https://testurl.com" | cookieless

works great in combination with tomnomnom tools like httprobe https://github.com/tomnomnom/httprobe

echo "testurl.com" | httprobe | cookieless

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages