Logo
  • Documents
  • Github
  • pkg.go.dev

Getting Started

Welcome Installation Update DalFox Usage and Modes Scanning Single URL Scanning Multiple URL

Advance Guides

Output Handling Use config file BAV Scanning From Raw Request Parameter Mining Custom payload and Custom alert Remote payloads In the Code In the Github Action

Modes

URL Mode Pipeline Mode File Mode Stored XSS Mode Server Mode (REST API) Payload Mode

Format and Spec

Format Of PoC Injectable point Result JSON Format Global Flags

Tips of Dalfox

OneLiner Integration with found-action For CI/CD Pipeline

Injectable point

Injected

  • inHTML-none
  • inJS-none
  • inJS-double
  • inJS-single
  • inJS-backtick
  • inATTR-none
  • inATTR-double
  • inATTR-single

Parameter Type

  • URL
  • FORM

E.g

inJS-double-URL is value entered into the URL query is reflected to javascript(with double quotation) area in response.

Request

/q=testabcd

Response

<script>
  var a = "testabcd"
</script>


Improve this page


  • ← Previous
  • Next →

DalFox 2022 | Powered by Jekyll Doc Theme