Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zdunecki/nemo-proxy
Nemo is a simple phishing/reverse proxy with JavaScript injection written in Rust
https://github.com/zdunecki/nemo-proxy
javascript phishing proxy reverse-proxy rust
Last synced: 14 days ago
JSON representation
Nemo is a simple phishing/reverse proxy with JavaScript injection written in Rust
- Host: GitHub
- URL: https://github.com/zdunecki/nemo-proxy
- Owner: zdunecki
- Created: 2021-11-04T20:21:01.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-18T16:33:18.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T05:13:15.572Z (8 months ago)
- Topics: javascript, phishing, proxy, reverse-proxy, rust
- Language: Rust
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Nemo
====
Nemo is a simple phishing proxy with JavaScript injection. Used internally by [LiveSession](https://github.com/livesession).Usage
===
```
--address string
HTTP server address [default: 127.0.0.1:8000]
--inject-js
File to JavaScript or inline script
--target
The website for phishing
```