Orange-Cyberdefense / arsenal

Arsenal is just a quick inventory and launcher for hacking programs
GNU General Public License v3.0
3.15k stars 459 forks source link

exclude term for search #52

Closed mihaionoff closed 6 months ago

mihaionoff commented 1 year ago

1st of all, great tool. It helps a lot. Is there a way to exclude terms for the search ? For instance: I would like to see "reverse shell" but to exclude the entries that include "meterpreter". Achieving this with a search similar to "reverse shell !meterpreter" would be great :)

Mayfly277 commented 1 year ago

nice idea !

m10x commented 9 months ago

That's a great idea. This functionality only needs a few lines of code. Take a look @ my PR https://github.com/Orange-Cyberdefense/arsenal/pull/68

v1k1ngfr commented 6 months ago

Function added in https://github.com/Orange-Cyberdefense/arsenal/pull/80