A race against time to observe, decipher and unveil a mysterious case
Sherlocked - Start Hacking Now
- Starting all the services
docker compose up
- Connecting with the Moriarty TCP server
nc localhost 3003
Start getting Sherlocked at localhost:5173
The codebase is organized as :
- Irene Adler - The frontend
- Sherlock Holmes - The backend
- Watson - The deprecated backend
- Moriarty - TCP server for reverse shell
- git-automation - Scripts for generating git logs
- Clone the Sherlocked repository
git clone git@github.com:sanam2405/sherlocked.git
cd sherlocked
- Run the frontend
cd ireneadler
npm install
npm run dev
- Run the backend
cd sherlockholmes
npm install
npm run dev
For a clean build
cd sherlockholmes
npm install
npm run build
npm start