Skip to content

Commit 9211e8c

Browse files
committed
Release v0.10
1 parent 9e9d898 commit 9211e8c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

cmd/config.go

+5-4
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ Mics Flags:
250250
h += " cat list_target.txt | jaeles scan -c 50 -s <signature>\n"
251251
h += "\nOthers Commands:\n"
252252
h += " jaeles server -s '/tmp/custom-signature/sensitive/.*' -L 2\n"
253+
h += " jaeles server --host 0.0.0.0 --port 5000 -s '/tmp/custom-signature/sensitive/.*' -L 2\n"
253254
h += " jaeles config -a reload --signDir /tmp/standard-signatures/\n"
254255
h += " jaeles config -a add -B /tmp/custom-active-signatures/\n"
255256
h += " jaeles config -a update --repo https://github.com/jaeles-project/jaeles-signatures\n"
@@ -265,10 +266,10 @@ func HelpMessage() {
265266
h += " jaeles config -a init\n\n"
266267
h += " jaeles config -a update --repo http://github.com/jaeles-project/another-signatures --user admin --pass admin\n"
267268
h += " jaeles config -a update --repo [email protected]/jaeles-project/another-signatures -K your_private_key\n"
268-
h += " jaeles config -a clean\n\n"
269-
h += " jaeles config -a reload\n\n"
270-
h += " jaeles config -a reload --signDir /tmp/standard-signatures/\n\n"
271-
h += " jaeles config -a add --signDir /tmp/standard-signatures/\n\n"
269+
h += " jaeles config -a clean\n"
270+
h += " jaeles config -a reload\n"
271+
h += " jaeles config -a reload --signDir /tmp/standard-signatures/\n"
272+
h += " jaeles config -a add --signDir /tmp/standard-signatures/\n"
272273
h += " jaeles config -a cred --user sample --pass not123456\n\n"
273274
fmt.Println(h)
274275
}

0 commit comments

Comments
 (0)