Skip to content

Commit

Permalink
restore the scripts in repo root
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Jun 16, 2024
1 parent 07ece1d commit 1da8b0b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions recon-cli
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env python3

from recon.scripts.cli import main

main()
5 changes: 5 additions & 0 deletions recon-ng
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env python3

from recon.scripts.ng import main

main()
5 changes: 5 additions & 0 deletions recon-web
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env python3

from recon.scripts.web import main

main()

0 comments on commit 1da8b0b

Please sign in to comment.