AmigaguideInspector is an open source program that inspects Amigaguide documents for security risks.
Installation And Usage
- Download the file AmigaguideInspector (13 kilobytes)
- Copy the file to your C: directory (or anywhere else in your ‘path’ variable)
- Type
AmigaguideInspector filewhere ‘file’ is the file to inspect (including the path to the file) - for example Documents:Amigaguide/Safalra.guide -
Read the resulting security report - there are five kinds of security risk:
- System - calls to AmigaDOS commands activated by a link
- Onopen - execution of ARexx scripts automatically
- Onclose - execution of ARexx scripts automatically
- Rx - execution of ARexx scripts activated by a link
- Rxs - execution of ARexx code activated by a link
The Source Code
AmigaguideInspector was written in Blitz, and is released under the GPL. The source code is available in the file AmigaguideInspector.bb2 (2 kilobytes).