Tarun Koyalwar

Results 79 issues of Tarun Koyalwar

## Statement currently any automation framework reconftw etc does not have feature to run only when data is changed If a script is run twice skip commands that will produce...

Priority:Low

Adding a directive similar to if statement would further improve script quality Directive Name : `#if` Syntax: ~~~ #if:@somevar //@somevar can be true/false ~~~ Ex: ~~~sh // Only execute if...

enhancement
Priority:High

Currently, Talosplus does not support multiline functions, loops , if statements of bash Adding a new directive ( #serial / #block ) which executes code block should fix multiline problem...

enhancement
Priority:High

# Description / Why ?? A built in generic module which supports package/cmd installation from different sources and does that parllely is required especially when running automation in VPS. This...

enhancement
Priority:High

### pdtm version: v0.0.2 ### Current Behavior: - pdtm help (i.e pdtm -h) is missing tool description ```console $ pdtm -h Usage: pdtm [flags] ... ``` ### Expected Behavior: Example...

Type: Bug

# Description Usually lot of subdomains have rate limits while bruteforcing for directories gobuster should stop if server responds with 429 status code but gobuster does not stop or exit...

# Description - [ ] Improve Overall Performance of `subfinder` by implementing Worker-Pool architecture - [ ] Add `-concurrency` flag - [ ] Remove redundant code and optimize - [...

Type: Enhancement
Type: Optimization

## Description Some Sources are not implemented optimally this includes - `time.sleep` in some sources - Improper implementations of token manager - Proper Pagination ## Code Refactoring - Sources should...

Type: Bug
Type: Enhancement

### Please describe your feature request: context #4680 . it was observed from testing that following changes need to be done to address allocations / peak memory usage ```[tasklist] ###...

Type: Enhancement

### Proposed Change In Nuclei , we use map data type to store all variables and different types of variables at that . and for every request we create new...

Priority: Medium
Type: Enhancement