Sandeep Singh
Sandeep Singh
Hey, it this support recursive scan ?
I am using latest build **2.2** of Inspeckage. _Device: Android OS version: 4.4_ once i select the app, most of application won't work or get started.
Addition of the ID column will be useful, similar to the burp history view that allows users to sort the table in ascending and descending order. 
**Is your feature request related to a problem? Please describe.** I've assets hosted on multiple cloud solutions and I wanted to list and include them with subfinder for my testing...
### Please describe your feature request: Currently, `-favicon` flag needs to be used separately in the workflow to calculate **favicon** hashes of hosts to probe, as such httpx needs to...
### Nuclei version: dev,latest ### Current Behavior: multiple base http request can not be used with request condition. ### Expected Behavior: request condition using with base http template. ### Steps...
### Nuclei version: dev,master ### Current Behavior: ```console echo https://example.com/test.html | nuclei -t rr.yaml -debug-req __ _ ____ __ _______/ /__ (_) / __ \/ / / / ___/ /...
### Current Behavior: template/request with unresolved variables are being executed. ### Expected Behavior: template/request with unresolved variables get ignored for execution. ### Steps To Reproduce: ``` nuclei -id api-lob -debug...
### Please describe your feature request: Currently, conditional request / template execution is possible with workflows (sub-templates) which is useful for complex chains but not practical for quick and basic...
### Please describe your feature request: New helper functions: - [ ] sort - [ ] uniq Helper example: ```yaml {{sort(list)}} {{uniq(list)}} ``` The list is an array of data...