1N3 / Sn1per

Attack Surface Management Platform
https://sn1persecurity.com
Other
7.9k stars 1.82k forks source link

Integrate Nuclei #311

Closed GraylockInc closed 3 years ago

GraylockInc commented 3 years ago

Would it be possible to integrate Jaeles or Nuclei into the stack?

Even if it was a pro addon for a small fee I think some of us would pay it without question.

1N3 commented 3 years ago

Thanks for the request. I'm currently testing this to see how best to integrate.

1N3 commented 3 years ago

Just pushed the update to the master branch which includes the installer, updated conf and the sc0pe parser which will import results into the Sn1per Pro v9.0 vulnerability viewer 👍

Feel free to check it out. You'll need to re-clone the master report and run the install.sh script again. After, just run any 'normal' or web mode scans with NUCLEI set to "1" in your sniper.conf and it should run automatically and parse all results.

GraylockInc commented 3 years ago

Beautiful, this is why I continue to support this project with my wallet. :D You're the man!

1N3 commented 3 years ago

Thanks man! As long as people are supporting the project, I'll continue to work and improve it.

GraylockInc commented 3 years ago

It doesn't appear that Community V 9.0 has been pushed yet, on an install of the latest push the Nuclei command doesn't appear in the .conf files, only the webscan commands.

1N3 commented 3 years ago

Forgot to push the updated sniper.conf. Will push the official release shortly but in the meantime, you can pull down the updated conf and run a scan to test. The below commands should do the trick.

rm -f /usr/share/sniper/sniper.conf
wget https://raw.githubusercontent.com/1N3/Sn1per/master/sniper.conf -O /usr/share/sniper/sniper.conf
GraylockInc commented 3 years ago

Working great!