Skip to content

Commit 15191c4

Browse files
authored
Update README.md
1 parent 1156330 commit 15191c4

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

+11-6
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,27 @@ JSMonWin - JavaScript Change Monitor for BugBounty in Windows
33

44
Using this script, you can configure a number of JavaScript files on websites that you want to monitor. Everytime you run this script, these files will be fetched and compared to the previously fetched version. If they have changed, you will be notified via Telegram with a message containing a link to the script, the changed filesizes, and a diff file to inspect the changes easily.
55

6-
![](static/telegram.png)
7-
8-
![](static/diff.png)
6+
<div style="display: flex;">
7+
<div style="flex: 1;">
8+
<img src="static/telegram.png" alt="Telegram Image" style="max-width: 200px; max-height: 150px;">
9+
</div>
10+
<div style="flex: 1;">
11+
<img src="static/diff.png" alt="Diff Image" style="max-width: 200px; max-height: 150px;">
12+
</div>
13+
</div>
914

1015
## Installation
1116

1217
To install JSMon:
13-
```bash
18+
```console
1419
git clone https://github.com/sl4x0/jsmonwin.git
1520
cd jsmonwin
1621
python setup.py install
1722
```
1823
You need to set up your Slack or Telegram token in the Environment, e.g. by creating a `.env` File:
19-
`vscode => New File => .env`
24+
`VSCode => New File => .env`
2025
With The Contents:
21-
```
26+
```console
2227
JSMONWIN_NOTIFY_TELEGRAM=True
2328
JSMONWIN_TELEGRAM_TOKEN=YOUR TELEGRAM TOKEN
2429
JSMONWIN_TELEGRAM_CHAT_ID=YOUR TELEGRAM CHAT ID

0 commit comments

Comments
 (0)