mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-24 20:28:06 +02:00
[pitboss] phase 07: Track J.5 + Track L.5 — XPATH_INJECTION corpus + XPath / DOM / lxml adapters
This commit is contained in:
parent
b2eeaabb09
commit
a32075a756
38 changed files with 2111 additions and 67 deletions
|
|
@ -23,6 +23,10 @@ pub mod python_jinja2;
|
|||
pub mod python_pickle;
|
||||
pub mod ruby_erb;
|
||||
pub mod ruby_marshal;
|
||||
pub mod xpath_java;
|
||||
pub mod xpath_js;
|
||||
pub mod xpath_php;
|
||||
pub mod xpath_python;
|
||||
pub mod xxe_go;
|
||||
pub mod xxe_java;
|
||||
pub mod xxe_php;
|
||||
|
|
@ -41,6 +45,10 @@ pub use python_jinja2::PythonJinja2Adapter;
|
|||
pub use python_pickle::PythonPickleAdapter;
|
||||
pub use ruby_erb::RubyErbAdapter;
|
||||
pub use ruby_marshal::RubyMarshalAdapter;
|
||||
pub use xpath_java::XpathJavaAdapter;
|
||||
pub use xpath_js::XpathJsAdapter;
|
||||
pub use xpath_php::XpathPhpAdapter;
|
||||
pub use xpath_python::XpathPythonAdapter;
|
||||
pub use xxe_go::XxeGoAdapter;
|
||||
pub use xxe_java::XxeJavaAdapter;
|
||||
pub use xxe_php::XxePhpAdapter;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue