mukuu commited on
Commit
af77bf8
·
verified ·
1 Parent(s): fa02ba4

Update script.sh

Browse files
Files changed (1) hide show
  1. script.sh +1 -1
script.sh CHANGED
@@ -3,7 +3,7 @@
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
 
3
  # Write "Hello, World!" to output.txt
4
  echo "Hello, World!" > output.txt
5
 
6
+ 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