PeCoReT / pecoret

A Pentest Collaboration and Reporting Tool
https://pecoret.github.io
GNU General Public License v3.0
50 stars 4 forks source link

allow users to save attack surface queries #273

Open blockisec opened 1 month ago

blockisec commented 1 month ago

The problem you are addressing?

the attack surface search page can use djangoql queries like port.number = 80. Users cannot persist common search queries.

The Solution you would like

allow users to persist search queries which consists of a name and the query condition.

Additional Information

No response