Feature #120
Use code viewer for files gathered by the glastopf
| Status: | New | Start date: | 12/23/2009 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | - |
Description
The glastopf gahteres files send by attackers via various methods. We should use the internal code viewer (GeSHi) for viewing this files with syntax highlighting.
This of course involves a way to access this files. Thus we need some more planning on how to implement this access.
History
Updated by Richard Mueller about 2 years ago
Marcel Koßin wrote:
The glastopf gahteres files send by attackers via various methods. We should use the internal code viewer (GeSHi) for viewing this files with syntax highlighting.
This of course involves a way to access this files. Thus we need some more planning on how to implement this access.
May the php-function highlight_string is enough. Smarty allready have an string modifier |highlight
Updated by Marcel Koßin about 2 years ago
Richard Mueller wrote:
May the php-function highlight_string is enough. Smarty allready have an string modifier |highlight
I chose GeSHi because of its vast support of programming languages. While it is true, that ATM the glasif only parses PHP and most RFIs are PHP code, on the other hand we have at least some sort of Perl inclusions.