Tarun Koyalwar
|
584662f6af
|
add new field 'port' in network protocol (#4123)
* add reserved networkPort in template
* add 'port' field in network request
* add integration test
* add exclude-ports and update docs
* misc update
---------
Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
|
2023-09-12 04:34:15 +05:30 |
|
Mzack9999
|
5074722f17
|
Reducing data race via SyncLockMap (#3959)
* replacing custom map with synclockmap
* fixing initialization
* removing unused code
|
2023-07-24 20:20:28 +05:30 |
|
Mzack9999
|
1fbbca66f9
|
Adding support to scan all v4/v6 IPs (#2709)
* Adding support to scan all v4/v6 IPs
* adding tests
* metainput prototype
* using new signature
* fixing nil pointer
* adding request context with metadata
* removing log instruction
* fixing merge conflicts
* adding clone helpers
* attempting to fix ipv6 square parenthesis wrap
* fixing dialed ip info
* fixing syntax
* fixing output ip selection
* adding integration tests
* disabling test due to gh ipv6 issue
* using ipv4 only due to GH limited networking
* extending metainput marshaling
* fixing hmap key
* adding test for httpx integration
* fixing lint error
* reworking marshaling/id-calculation
* adding ip version validation
* improving handling non url targets
* fixing condition check
|
2022-11-09 18:48:56 +05:30 |
|
Mzack9999
|
781e4e6105
|
Shared Execution Context Prototype (#2576)
* renaming var
* Introducing shared execution context prototype
* fixing field name
* adding shared values propagation
* adding shared context lock
* add slice values normalization
* adding integration tests
* adding metadata support for dns
* adding multi-protocol context sharing test
* removing debug test files
* moving contextargs around
* adding comments
* refactoring code
- getter/setter for complex types
- using pointers to avoid heap allocations
|
2022-10-03 15:42:20 +05:30 |
|