Skip to content

Commit 5204e21

Browse files
authored
Merge pull request #56 from Mikoc/patch-2
Removed --exec
2 parents 834be8e + cc9339a commit 5204e21

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

reconnoitre/reconnoitre.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def main():
6464
parser.add_argument('--ignore-content-length', dest='ignore_content_length', type=int, help='Ignore content lengths of specificed amount. This may become useful when a server returns a static page on every virtual host guess.', default=0)
6565

6666
parser.add_argument("--quiet", dest="quiet", action="store_true", help="Supress banner and headers to limit to comma dilimeted results only.", default=False)
67-
parser.add_argument("--exec", dest="follow", action="store_true", help="Execute shell comamnds from recommendations as they are discovered. Likely to lead to very long execute times depending on the wordlist being used.", default=False)
6867
parser.add_argument("--simple_exec", dest="quickfollow", action="store_true", help="Execute non-brute forcing shell comamnds only as they are discovered.", default=False)
6968
parser.add_argument("--no-udp", dest="no_udp_service_scan", action="store_true", help="Disable UDP services scan over targets.", default=False)
7069
arguments = parser.parse_args()

0 commit comments

Comments
 (0)