brootkit icon indicating copy to clipboard operation
brootkit copied to clipboard

Lightweight rootkit implemented by bash shell scripts v0.10

Results 4 brootkit issues
Sort by recently updated
recently updated
newest added

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

[ "${line:0:1}" == "#" -a -z "$line" ] && continue should be [ "${line:0:1}" == "#" -o -z "$line" ] && continue

Hi, nice tool :-) One note though - *.conf files allow user to define HIDE_PORT, but other *.sh scripts are assuming this will be always 8080 (hardcoded value).