An open API service indexing awesome lists of open source software.

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

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).