https://github.com/six-two/react_fake_kali_login
A web app that looks and behaves like the kali linux login screen
https://github.com/six-two/react_fake_kali_login
Last synced: 8 months ago
JSON representation
A web app that looks and behaves like the kali linux login screen
- Host: GitHub
- URL: https://github.com/six-two/react_fake_kali_login
- Owner: six-two
- Created: 2020-06-21T06:05:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-24T00:52:00.000Z (over 5 years ago)
- Last Synced: 2025-10-12T12:24:45.195Z (8 months ago)
- Language: TypeScript
- Homepage: https://kali-login.six-two.dev
- Size: 3.42 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fake Kali Linux Login
A small web app that emulates the login screen of the Kali Linux distribution. You can use it to steal someones credentials.
Or even better: Leave you laptop open with this page and use the webcam to find out who messes with your computer. Or do whatever crazy stuff you can think of.
## Make your own version
1. Download the code: `git clone https://github.com/six-two/react_fake_kali_login`
2. Make your changes
3. Test your site localy: `npm start` or `./run.sh`
4. Set the `homepage` value in `package.json` to the URL where you will host the page.
If you want to use GitHub Pages, use `http://.github.io/`
5. Deploy the site:
- With GitHub Pages: Just run `npm run deploy`
- Other: Run `npm run build` and then upload the `public/` folder
## Credential verification
Credentials can be either checked in browser (via a regex) or can be sent to a remote server.
If you want to use the remote server option, check out my [credential server example](https://github.com/six-two/fake_login_server_example).
---
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).