bee-san / bee-san/RustScan

unable to run custom scripts on windows

Open
#513 4 comments 0 reactions 0 assignees View on GitHub
duplicate
Dominant language
Rust
Stars
20.4k
Forks
1.4k
PR merge metrics
No merged PRs in 30d

Description

**Describe the bug**
when i try to run rustscan with custom scripts it throw error
"""rustscan -a ip --ulimit 500 --scripts custom
[!] Initiating scripts failed!
The system cannot find the file specified. (os error 2)"""
i run rustscan on windows 10 amd64
The .rustscan_scripts folder and .rustscan_scripts.toml are also present in C:/users/{username}/
The scripts i used is the example script provided in the docs
"""#!/usr/bin/python3
#tags = ["core_approved", "example",]
#developer = [ "example", "https://example.org" ]
#trigger_port = "80"
#call_format = "python3 {{script}} {{ip}} {{port}}"

# Scriptfile parser stops at the first blank line with parsing.
# This script will run itself as an argument with the system installed python interpreter, only scanning port 80.
# Unused filed: ports_separator = ","

import sys

print('Python script ran with arguments', str(sys.argv))"""

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.