Skip to content
This repository was archived by the owner on Oct 22, 2020. It is now read-only.

Commit 6535f53

Browse files
committed
Add exit command
1 parent 6970fbf commit 6535f53

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

data/json/commands.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
"cmd": "clear",
1313
"desc": "Clear the screen."
1414
},
15+
{
16+
"cmd": "exit",
17+
"desc": "Exit the WordPress Exploit Framework prompt."
18+
},
1519
{
1620
"cmd": "gset [option] [value]",
1721
"desc": "Set the [value] of [option] globally, so it is used by the current and future modules."

0 commit comments

Comments
 (0)