Skip to content

Commit

Permalink
Merge pull request #2 from CodyTolene/v1.1.0
Browse files Browse the repository at this point in the history
v1.1.0
  • Loading branch information
CodyTolene authored Nov 26, 2024
2 parents 35de1e4 + 31bcc4c commit 2bd737e
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 5 deletions.
File renamed without changes.
35 changes: 33 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

## Index <a name="index"></a>

- [Previews](#previews)
- [Disclaimer](#disclaimer)
- [Purpose](#purpose)
- [What Are "Evil Portals"?](#what-are-evil-portals)
Expand All @@ -21,6 +22,22 @@
<!---------------------------------------------------------------------------->
<!---------------------------------------------------------------------------->

## Previews <a name="previews"></a>

A list of all current portals below:

| Portal | Preview |
| ------ | ------------------------- |
| Amazon | [Link][url-portal-amazon] |

More coming soon!

<p align="right">[ <a href="#index">Index</a> ]</p>

<!---------------------------------------------------------------------------->
<!---------------------------------------------------------------------------->
<!---------------------------------------------------------------------------->

## ⚠️ Disclaimer <a name="disclaimer"></a>

This repository is provided for **educational purposes only** and is intended
Expand Down Expand Up @@ -117,8 +134,8 @@ individuals and organizations aware of potential threats.
1. Clone this repository to your machine.
2. Set up a Raspberry Pi or other [supported hardware][url-lambda-guru] as an
access point.
3. Use the provided templates to simulate captive portals in a controlled
environment.
3. Use the provided templates from within the `\portals` folder to simulate
captive portals in a controlled environment.
4. Review the provided documentation to understand how attackers exploit this
technique — and how to defend against it.

Expand Down Expand Up @@ -151,6 +168,19 @@ the provided examples. To get started with development:
<!---------------------------------------------------------------------------->
<!---------------------------------------------------------------------------->

## Licensing <a name="licensing"></a>

This project is licensed under the **MIT** License. See the
[LICENSE.md](LICENSE.md) file for the pertaining license text.

`SPDX-License-Identifier: MIT`

<p align="right">[ <a href="#index">Index</a> ]</p>

<!---------------------------------------------------------------------------->
<!---------------------------------------------------------------------------->
<!---------------------------------------------------------------------------->

## Wrapping Up <a name="wrapping-up"></a>

Thank you for all of your support, I spent a long time working on this project
Expand Down Expand Up @@ -183,6 +213,7 @@ Cody Tolene
[url-btc]:
https://www.blockchain.com/explorer/addresses/btc/bc1qfx3lvspkj0q077u3gnrnxqkqwyvcku2nml86wmudy7yf2u8edmqq0a5vnt
[url-lambda-guru]: https://www.lambda.guru/
[url-portal-amazon]: https://www.codytolene.com/Red-Portals/portals/amazon.html

<!---------------------------------------------------------------------------->
<!---------------------------------------------------------------------------->
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "red-portals",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"scripts": {
"build": "npm run format && npx eleventy",
Expand Down

0 comments on commit 2bd737e

Please sign in to comment.