-
Notifications
You must be signed in to change notification settings - Fork 58
/
docopt.txt
33 lines (24 loc) · 855 Bytes
/
docopt.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
novahot
A webshell framework for penetration testers. It implements an API that can
communicate with trojans written in any language.
Usage:
novahot [options] config
novahot [options] trojan list
novahot [options] trojan view <filename>
novahot [options] shell <target>
Options:
-h --help Show this screen.
--version Show version.
-d --download-dir=<dir> Directory into which remote files should be downloaded.
-t --trojan-dir=<dir> Directory in which custom trojans are stored.
Examples:
To view an example config:
novahot config
To seed a config file:
novahot config > ~/.novahotrc
To view a list of available trojans:
novahot trojan list
To view a specifc trojan:
novahot trojan view reference-php5.php
To open a shell to example.com:
novahot shell example.com