Details

Category: Scanners

Publisher: trickest-mhmdiaa

Created Date: 1/24/2024

Container: quay.io/trickest/jaeles:v0.17.1

Source URL: https://github.com/jaeles-project/jaeles

Parameters

raw
file
Command: --raw - Raw request from Burp for origin
url
string
required
Command: --url - URL of target
html
boolean
Command: --html - Generate HTML report after the scan done
json
boolean
Command: --json - Store output as JSON
urls
file
required
Command: --urls - URLs file of target
chunk
boolean
Command: --chunk - Enable chunk running against big input
debug
boolean
Command: --debug - Debug
delay
string
Command: --delay - Delay time between requests
found
string
Command: --found - Run host OS command when vulnerable found
level
string
Command: --level - Filter signature by level (default 1)
local
boolean
Command: --local - Enable local analyze (Accept input as local path)
no-db
boolean
Command: --no-db - Disable Database
proxy
string
Command: --proxy - proxy
quiet
boolean
Command: --quiet - Quiet Output
retry
string
Command: --retry - HTTP Retry
title
string
Command: --title - Report title name
config
file
Command: --config - config file (default is $HOME/.jaeles/config.yaml)
inline
string
Command: --inline - Inline Detections
params
string
Command: --params - Custom params -p='foo=bar' (Multiple -p flags are accepted)
report
string
Command: --report - Report name
scanID
string
Command: --scanID - Scan ID
single
boolean
Command: --single - Disable parallel mode (use this when you need logic in single signature
exclude
string
Command: --exclude - Exclude Signature selector (Multiple flags are accepted)
headers
string
Command: --headers - Custom headers (e.g: -H 'Referer: {{.BaseURL}}') (Multiple flags are accepted)
passive
boolean
Command: --passive - Turn on passive detections
refresh
string
Command: --refresh - Refresh time for background task (default 10)
rootDir
folder
Command: --rootDir - root Project (default ~/.jaeles/)
signDir
folder
Command: --signDir - Folder contain default signatures (default ~/.jaeles/base-signatures/)
threads
string
Command: --threads - Set the concurrency level inside single signature (default 10)
timeout
string
Command: --timeout - HTTP timeout (default 20)
verbose
boolean
Command: --verbose - Verbose output
base-url
boolean
Command: --ba - Shortcut for take raw input as {{.BaseURL}}'
save-raw
boolean
Command: --save-raw - save raw request
chunk-dir
string
Command: --chunk-dir - Temp Directory to store chunk directory
no-output
boolean
Command: --no-output - Do not store output
chunk-size
string
Command: --chunk-size - Chunk Size (default 20000)
signatures
string
Command: --signs - Signature selector (Multiple -s flags are accepted)
always-true
boolean
Command: --at - Enable Always True Detection for observe response
chunk-limit
string
Command: --chunk-limit - Limit size to trigger chunk run (default 200000)
concurrency
string
Command: --concurrency - Set the concurrency level (default 20)
local-proxy
boolean
Command: --lc - Shortcut for '--proxy http://127.0.0.1:8080'
quietFormat
string
Command: --quietFormat - Format for quiet output (default {{.VulnURL}})
format-input
boolean
Command: --format-input - Enable special input format
selectorFile
file
Command: --selectorFile - Signature selector from file
chunk-threads
string
Command: --chunk-threads - Number of Chunk Threads (default 2)
no-background
boolean
Command: --no-background - Do not run background task (default true)
store-verbose
boolean
Command: --sverbose - Store verbose info in summary file
filtering-mode
boolean
Command: --fi - Enable filtering mode (to use Diff() detection)
passive-selector
string
Command: --sp - Selector for passive detections (default *)
disable-replicate-request
boolean
Command: --dr - Shortcut for disable replicate request (avoid sending many request to timeout)