Skip to content

Commit

Permalink
add: serve exploit for dev server
Browse files Browse the repository at this point in the history
  • Loading branch information
chensos committed Mar 7, 2021
1 parent 3cbc5aa commit 795d967
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ Run *Posta* in a full development environment with a dedicated browser (Chromium
```
1. Click on the Posta extension to navigate to the UI

Dev mode includes a local web server that serves a small testing site and the exploit page.
When running in dev mode, you can access the exploit page at http://localhost:8080/exploit/


### Chrome Extension

Run *Posta* as a Chrome / Chromium Extension:
Expand Down
1 change: 1 addition & 0 deletions src/ui/exploit-page/exploit.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="theme-color" content="#000000" />
<link rel="icon" type="image/png" href="benso.png">
<title>Posta</title>
</head>

Expand Down

0 comments on commit 795d967

Please sign in to comment.