- | -stub |
+ -s,--stub |
string |
Use custom stub file for executing the generated reflective payload (currently very unstable) |
diff --git a/config/options.go b/config/options.go
new file mode 100644
index 0000000..133b8c5
--- /dev/null
+++ b/config/options.go
@@ -0,0 +1,79 @@
+package config
+
+import (
+ "errors"
+ "flag"
+ "fmt"
+ "os"
+
+ amber "github.com/EgeBalci/amber/pkg"
+ sgn "github.com/EgeBalci/sgn/pkg"
+ "github.com/fatih/color"
+)
+
+var usageStr = `
+Usage: amber [options]
+Options:
+ -f, --file