Replies: 2 comments 3 replies
-
What are you thinking of exactly? Detecting protocols or deciding if a fuzzing attack was successful or not? Where would we get the training data etc? We are accepting PRs 😉 |
Beta Was this translation helpful? Give feedback.
-
For example, it would allow semantical and contextual analysis, allowing to perform elaboration on the page corpus allowing a matcher to determine the context of the web page, which right now are limited to regexes and word presence/absence. For example, detecting a login page, regardless of the specific technology, and executing some action is impossible or can be done by searching for keywords like "login" and "password" with potentially many false positives. |
Beta Was this translation helpful? Give feedback.
-
Would you consider adding support for trained neural network models as matcher? The input from various protocols would be converted into tensors (multi-dimensional slices of float64) according to the model input shape, and the model output would result in a match or not
Beta Was this translation helpful? Give feedback.
All reactions