scnr / installer

Installation script for Codename SCNR.
https://ecsypno.com/pages/codename-scnr
27 stars 3 forks source link

--plugin=exec:during not working like Arachni #6

Closed CollabDSO closed 2 years ago

CollabDSO commented 2 years ago

I am trying to run a python code with SCNR as follows -

./scnr --plugin=exec:during="python /path/to/file/PythonFile.py" http:/// --platform=linux

But, the above Python file is not getting executed. This used to get executed with Arachni. Kindly let me know if SCNR has support for "--plugin=exec:during".

Zapotek commented 2 years ago

Fixed, thanks for the feedback. :)

CollabDSO commented 2 years ago

Can you pls send me the build for this fix? Also, pls let me know, for future, from where can I access these builds directly without having to bother you?

Zapotek commented 2 years ago

Please check the README if you want to manually install builds.

CollabDSO commented 2 years ago

Got it....thank you so much