Skip to content

Commit

Permalink
[tmp] - delete check for binary
Browse files Browse the repository at this point in the history
  • Loading branch information
jenaye authored Nov 2, 2021
1 parent 59d287c commit a3d973f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,18 +123,6 @@ func main() {
version := figure.NewColorFigure("Yelaa 1.2.3", "", "cyan", true)
version.Print()

if !commandExists("dirsearch") {
color.Red("Please define Dirsearch in ure path => %q")
color.Red("you can use alias like this : dirsearch='python /home/<user>/softs/dirsearch/dirsearch.py'")
os.Exit(1)
}

if !commandExists("nuclei") {
color.Red("Please define Nuclei in ure path => %q")
color.Red("you can use alias like this : nuclei='python /home/<user>/softs/nuclei'")
os.Exit(1)
}

var cmdScan = &cobra.Command{
Use: "scan",
Short: "It will run Nuclei templates, sslscan, dirsearch and more.",
Expand Down

0 comments on commit a3d973f

Please sign in to comment.