viper-framework / viper

Binary analysis and management framework
Other
1.54k stars 350 forks source link

Simple file upload instead of text field for yara-rule upload in webpanel #351

Open shibumi opened 9 years ago

shibumi commented 9 years ago

Hello, I would prefer a simple file upload instead of a text field for yara rules.. I mean when you have a yara rule you don't want to copypaste it in a text field and fill out a formular before upload.. it would be better If I could just upload one or more .yar files.. thats it

jaegeral commented 9 years ago

think makes sense, yes

kevthehermit commented 9 years ago

You can add new rules by adding them directly to the folder. This form is designed to write rules on the fly as your doing analysis. When we upgrade to the new django app i will add a rule uploader in addition to the text form.

shibumi commented 6 years ago

Why has been this closed? implemented?

botherder commented 6 years ago

It hasn't. I closed it for inactivity and because it referred to an older version of the web interface that has been replaced. I'll re-open it for the moment given it seems like it is still of interest to you.

frennkie commented 6 years ago

Might make sense to also implement this as an API endpoint. You would then be able to view/download, edit and also upload Yara rules. On the Web page we then just add a button that uses the API for the upload.

@shibumi I could give you some pointers if you were willing to create a PR for this.