Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Corb3nik committed Oct 27, 2024
1 parent 2ad9a8c commit 0c9ad62
Show file tree
Hide file tree
Showing 9 changed files with 1,561 additions and 62 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Vanilla JS Frontend Template
# PwnFox

This template should be used as a starting point for creating a new plugin with a vanilla JS frontend.
Workflow to enable customization and coloring HTTP requests from the [PwnFox addon](https://github.com/yeswehack/PwnFox)

## Features
## Installation

- [pnpm](https://pnpm.io/) as package manager
- [TypeScript](https://www.typescriptlang.org/)
Install this plugin directly from the Caido store.

## Usage

This plugin installs a passive workflow that will automatically colorize them based on the custom rules defined in the PwnFox extension.

Enable / disable the workflow from the Workflow page.
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
{
"kind": "workflow",
"id": "pwnfox-passive",
"name": "Passive Workflow"
"name": "Passive Workflow",
"definition": "workflow/definition.json"
}
]
}
13 changes: 0 additions & 13 deletions packages/backend/package.json

This file was deleted.

15 changes: 0 additions & 15 deletions packages/backend/src/index.ts

This file was deleted.

7 changes: 0 additions & 7 deletions packages/backend/tsconfig.json

This file was deleted.

21 changes: 0 additions & 21 deletions packages/backend/vite.config.ts

This file was deleted.

Loading

0 comments on commit 0c9ad62

Please sign in to comment.