You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when use template in offline(passive) mode,the request path must be "{{BaseURL}}" or "{{BaseURL}}/" or "/",other path like "{{BaseURL}}/foo.html" will fail with "[FTL] Could not run nuclei: no templates provided for scan".
sometimes we need to use template both in online and offline mode, online mode has some custom paths to check, in this situation, we have to write two http parts in template and their matchers and extractors are same. which is not convenient to maintain templates.
may be passive mode should not check request path, or support multi paths like bellow:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
when use template in offline(passive) mode,the request path must be "{{BaseURL}}" or "{{BaseURL}}/" or "/",other path like "{{BaseURL}}/foo.html" will fail with "[FTL] Could not run nuclei: no templates provided for scan".
sometimes we need to use template both in online and offline mode, online mode has some custom paths to check, in this situation, we have to write two http parts in template and their matchers and extractors are same. which is not convenient to maintain templates.
may be passive mode should not check request path, or support multi paths like bellow:
Beta Was this translation helpful? Give feedback.
All reactions