Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.
/ sash Public archive

The suspicious shell.

License

Notifications You must be signed in to change notification settings

sAsPeCt488/sash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sash

A toy shell, developed in order to understand process manipulation through POSIX API.

Features:

  • Redirections: ls -la > list.txt & cat < list.txt
  • Pipes: ls -la | grep sash.bin
  • Different prompts based on eUID

How to Βuild:

git clone https://github.com/sAsPeCt488/sash.git
cd sash
make

Disclaimer:

It is advisable, that you DO NOT utilize it on production environments as it has not been thoroughly audited for vulnerabilites.