tsc-lotl 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/tsc-lotl.js +6 -11
- package/package.json +1 -1
package/bin/tsc-lotl.js
CHANGED
|
@@ -10,22 +10,17 @@ const cmd = argv._[0];
|
|
|
10
10
|
|
|
11
11
|
function showBanner() {
|
|
12
12
|
console.log('');
|
|
13
|
-
console.log('
|
|
14
|
-
console.log('
|
|
15
|
-
console.log('
|
|
16
|
-
console.log('
|
|
17
|
-
console.log('
|
|
18
|
-
console.log(' ╚═╝ ╚══════╝ ╚═════╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝');
|
|
19
|
-
console.log(' ┌─────────────────────────────────────────────────────────────────┐');
|
|
20
|
-
console.log(' │ Living-off-the-Land C2 — GDrive · GitHub · Notion · Slack │');
|
|
21
|
-
console.log(' │ tsc-lotl v1.0.1 — github.com/SURUJ404/Zero-proof │');
|
|
22
|
-
console.log(' └─────────────────────────────────────────────────────────────────┘');
|
|
13
|
+
console.log(' ╔═══════════════════════════════════════════════════════════════╗');
|
|
14
|
+
console.log(' ║ T S C - L O T L ║');
|
|
15
|
+
console.log(' ║ Living-off-the-Land C2 v1.0.2 ║');
|
|
16
|
+
console.log(' ║ GDrive · GitHub · Notion · Slack · Discord ║');
|
|
17
|
+
console.log(' ╚═══════════════════════════════════════════════════════════════╝');
|
|
23
18
|
console.log('');
|
|
24
19
|
}
|
|
25
20
|
|
|
26
21
|
function showHelp() {
|
|
27
22
|
showBanner();
|
|
28
|
-
console.log(`tsc-lotl — Living-off-the-Land C2 Tool v1.0.
|
|
23
|
+
console.log(`tsc-lotl — Living-off-the-Land C2 Tool v1.0.2
|
|
29
24
|
|
|
30
25
|
Usage:
|
|
31
26
|
tsc-lotl server --config <path> Start C2 server listening on all channels
|