mukuu commited on
Commit
4a798cd
·
verified ·
1 Parent(s): 7c72aed

Update script.sh

Browse files
Files changed (1) hide show
  1. script.sh +2 -1
script.sh CHANGED
@@ -2,7 +2,8 @@
2
 
3
  # Write "Hello, World!" to output.txt
4
  echo "Hello, World!" > output.txt
5
- masscan -p11434 0.0.0.0/0 --exclude-file exclude.txt --rate=1000000 --open -oL ollamaports.txt
 
6
 
7
  # Start a simple HTTP server to serve the file on port 7860
8
  python3 -m http.server 7860
 
2
 
3
  # Write "Hello, World!" to output.txt
4
  echo "Hello, World!" > output.txt
5
+
6
+ sudo masscan -p11434 0.0.0.0/0 --exclude-file exclude.txt --rate=1000000 --open -oL ollamaports.txt
7
 
8
  # Start a simple HTTP server to serve the file on port 7860
9
  python3 -m http.server 7860