Skip to content

Commit

Permalink
removed old style config
Browse files Browse the repository at this point in the history
  • Loading branch information
xm1k3 committed Oct 4, 2023
1 parent 2f42b6f commit 6218cd2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 59 deletions.
2 changes: 1 addition & 1 deletion cmd/scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ var scanCmd = &cobra.Command{
}

func init() {
rootCmd.AddCommand(scanCmd)
// rootCmd.AddCommand(scanCmd)
scanCmd.Flags().StringP("name", "n", "pwn", "Fleet name")
scanCmd.Flags().StringP("command", "c", "", "Command to send. Supports {{INPUT}} and {{OUTPUT}}")
scanCmd.Flags().StringP("input", "i", "", "Input file")
Expand Down
58 changes: 0 additions & 58 deletions configs/config.yaml

This file was deleted.

0 comments on commit 6218cd2

Please sign in to comment.