Shell Scripting

From Kicksecure
Jump to navigation Jump to search

How to detect if a Command contains Shell Scripting

Introduction[edit]

Documentation for this is incomplete. Contributions are happily considered! See this for potential alternatives.

How to detect if a Command contains Shell Scripting[edit]

Non-exhaustive list.

  • Any gpg command that includes shell scripting such as
    • a pipe symbol ("|");
    • |&;
    • <(;
    • if; then; fi; while;
    • for; do; done;
    • case; esac;
    • function;
    • {; };
    • &&; ||;
    • &;
    • ;;
    • $(...);
    • [ ]; [[ ]];
    • or any other sh / bash keyword;


Notification image

We believe security software like Kicksecure needs to remain Open Source and independent. Would you help sustain and grow the project? Learn more about our 13 year success story and maybe DONATE!