mzack
6cb522c9b2
Merge branch 'dev' into issue-1594-regexp
2022-02-28 11:42:46 +01:00
Sandeep Singh
1a417a8f8d
Merge pull request #1646 from projectdiscovery/interact-color-debug
...
Added interaction event highlighting support in debug mode
2022-02-28 12:33:07 +05:30
mzack
06ab0dfa99
making code more uniform with chosen architecture
2022-02-26 09:06:43 +01:00
mzack
a51d307967
.
2022-02-26 08:02:16 +01:00
mzack
73d1247b71
fixing typo
2022-02-26 00:54:11 +01:00
Ice3man
fb6ab39d65
Added interaction event highlighting support in debug mode
2022-02-25 23:11:56 +05:30
Ice3man
2ae66ff530
Fixed unncessary hostname addition in payloads and output in network
2022-02-25 22:53:51 +05:30
Ice3man
a7d6d5ce9d
Added read-all flag to http unsafe request
2022-02-25 19:26:10 +05:30
mzack
a4b24ea802
adding outputunique logic handling
2022-02-25 12:51:28 +01:00
mzack
1a42780370
improving dump logic
2022-02-25 08:59:10 +01:00
mzack
b3e2456c80
removing unused stuff
2022-02-25 02:13:57 +01:00
mzack
baabe412dd
using custom implementation to avoid multiple file read
2022-02-25 02:12:54 +01:00
mzack
763ec611ab
.
2022-02-25 01:49:14 +01:00
mzack
748617a9f3
first part
2022-02-25 00:55:05 +01:00
mzack
30a5a11e23
patching tests
2022-02-24 23:57:47 +01:00
mzack
cf1526b7ed
adding result dedupe
2022-02-24 23:54:45 +01:00
mzack
6af462c215
.
2022-02-24 23:35:51 +01:00
mzack
91ad446212
.
2022-02-24 23:18:37 +01:00
mzack
11286210e5
using helper dedupeint
2022-02-24 22:50:41 +01:00
mzack
2409d7a713
dropping multiple scan
2022-02-24 22:41:33 +01:00
Sajad Parra
dc46bd263b
add options to specify User-Agent in headless template
2022-02-24 12:31:08 +05:30
mzack
1551feda5a
temporary line calculation with multiple file read
...
todo: replace with one pass scan via io.reader
2022-02-23 23:32:25 +01:00
mzack
6746071979
Refactoring file templates to handle large files in chunks + removing deprecated io methods
2022-02-23 13:54:46 +01:00
Ice3man
7d83d3f8c9
Added line number for file results + stats fixes ( #1495 )
...
* Added line number for file results + stats fixes
* Misc
* Improved file result line calculation as per review
* Added new match-all attribute for file template matcher line count
2022-02-10 15:59:05 +05:30
forgedhallpass
72af50155d
Typo fixes
2022-02-07 16:41:55 +02:00
sandeep
26de1c0995
update: increased limit for file protocol
...
Increased default file size to read for file templates from 5 MB to 1GB to avoid false negative results.
2022-02-05 22:39:34 +05:30
Sandeep Singh
145faeef8d
Merge pull request #1574 from projectdiscovery/issue-582-headless-payloads
...
Adding support for payloads in headless protocol
2022-02-05 20:28:46 +05:30
Sandeep Singh
a48e2adb69
Merge pull request #1529 from projectdiscovery/issue-1231-zcrypto
2022-02-05 12:24:47 +05:30
mzack
fa6b21e9be
fixing wrong bool condition
2022-02-05 00:37:03 +01:00
mzack
76fe8b682c
correcting comment
2022-02-04 11:46:11 +01:00
mzack
54d8f9fdb5
Adding support for payloads in headless protocol
2022-02-04 11:43:42 +01:00
mzack
acfe35eda9
fixing cipher suites selection
2022-02-04 07:22:10 +01:00
Sandeep Singh
249937ca72
Merge pull request #1561 from projectdiscovery/issue-1543-rand-seed
...
Implementing incremental expression replacement
2022-02-03 23:19:35 +05:30
Sandeep Singh
d20f557ec4
Merge pull request #1555 from projectdiscovery/issue-1394-headless-templating
...
Adding support for CLI/ENV vars to headless
2022-02-03 23:10:04 +05:30
mzack
62fc7a8110
Merge branch 'dev' into issue-1231-zcrypto
2022-02-03 09:02:09 +01:00
Sandeep Singh
04f8f84c9d
Merge pull request #1564 from projectdiscovery/issue-1542-caa-query
...
Adding support for DNS CAA query
2022-02-03 11:23:03 +05:30
Sandeep Singh
e502d61550
Merge pull request #1559 from projectdiscovery/issue-1546-stop-at-first-with-extractors
...
Fixing exit at first match with extractors
2022-02-02 23:16:48 +05:30
mzack
4d6a8a71a7
Adding support for DNS CAA query
2022-02-02 07:54:15 +01:00
mzack
766a3eefb6
Implementing incremental expression replacement
2022-02-01 14:12:16 +01:00
mzack
4370abf89b
improving markers detection
2022-02-01 12:34:12 +01:00
mzack
b3c61ee157
Differentiate between interact matchers and markers
2022-02-01 12:10:18 +01:00
mzack
3807e648c7
Fixing exit at first match with extractors
2022-02-01 11:25:29 +01:00
mzack
c701e2ad4a
adding support for interactsh
2022-01-31 08:52:36 +01:00
mzack
2ba8e10050
Adding support for CLI/ENV vars to headless
2022-01-31 02:25:14 +01:00
Sandeep Singh
8566bc0374
Merge pull request #1472 from projectdiscovery/remote-templates
...
Add support to run remote template
2022-01-27 18:02:52 +05:30
Ice3man
8dfa9cee39
Added debug-req/resp support for interactsh interactions ( #1491 )
...
* Added debug-req/resp support for interactsh interactions
* Added format function for interact debug logs + misc fixes
* Added function for interact debug header
* Typo fix
* Enable debug logging for req/resp debug flag
2022-01-27 12:14:32 +05:30
Sandeep Singh
7cfa39f34e
Merge pull request #1516 from projectdiscovery/issue-1497-lexer
...
Implementing lexer with runtime expression validation
2022-01-26 23:34:35 +05:30
mzack
695404477e
Headless limited code refactor for better readability
2022-01-26 14:20:23 +01:00
mzack
e7655f1df0
fixing tls config generation
2022-01-25 20:57:54 +01:00
mzack
a6798f37ad
making ztls global and optional
2022-01-25 20:48:21 +01:00