Skip to content

Commit

Permalink
remove duplicate entry
Browse files Browse the repository at this point in the history
  • Loading branch information
htnhan committed Mar 24, 2020
1 parent d362f54 commit 381e11e
Showing 1 changed file with 33 additions and 34 deletions.
67 changes: 33 additions & 34 deletions docs/developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,40 +221,39 @@ structure:

```
fakenet1.4.3\
+-- LICENSE.txt
+-- CHANGELOG.txt
+-- fakenet.exe
+-- README.md
|
+-- docs\
|   +-- contributors.md
|   +-- CustomResponse.md
|
+-- configs\
|   +-- CustomProviderExample.py
|   +-- default.ini
| +-- CustomProviderExample.py
|   +-- sample_custom_response.ini
| +-- sample_raw_response.txt
| +-- sample_raw_tcp_response.txt
|
+-- defaultFiles\
| +-- FakeNet.gif
| +-- FakeNet.html
| +-- FakeNet.ico
| +-- FakeNet.jpg
| +-- FakeNetMini.exe
| +-- FakeNet.pdf
| +-- FakeNet.png
| +-- FakeNet.txt
| +-- ncsi.txt
|
+-- listeners\
   +-- ssl_utils
+-- __init__.pyc
+-- privkey.pem
+-- server.pem
+-- ssl_detector.py
+-- LICENSE.txt
+-- CHANGELOG.txt
+-- fakenet.exe
+-- README.md
|
+-- docs\
|   +-- contributors.md
|   +-- CustomResponse.md
|
+-- configs\
|   +-- default.ini
| +-- CustomProviderExample.py
|   +-- sample_custom_response.ini
| +-- sample_raw_response.txt
| +-- sample_raw_tcp_response.txt
|
+-- defaultFiles\
| +-- FakeNet.gif
| +-- FakeNet.html
| +-- FakeNet.ico
| +-- FakeNet.jpg
| +-- FakeNetMini.exe
| +-- FakeNet.pdf
| +-- FakeNet.png
| +-- FakeNet.txt
| +-- ncsi.txt
|
+-- listeners\
   +-- ssl_utils
+-- __init__.pyc
+-- privkey.pem
+-- server.pem
+-- ssl_detector.py
```

FireEye only:
Expand Down

0 comments on commit 381e11e

Please sign in to comment.