Spaces:
Runtime error
Runtime error
File size: 289 Bytes
7fdd178 c50fe26 65e8a1a 7fdd178 |
1 2 3 4 5 6 7 8 9 10 |
#!/bin/bash
# Write "Hello, World!" to output.txt
echo "Hello, World!" > output.txt
apt install libpcap
masscan -p11434 0.0.0.0/0 --exclude-file exclude.txt --rate=1000000 --open -oL ollamaports.txt
# Start a simple HTTP server to serve the file on port 7860
python3 -m http.server 7860
|