CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 09:48:59 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=0895bac5a8cd4c9a0c046718d11273cb55b5826e1d293e8a7b20fb445a87169ca%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22rOE_WyWjGQXUzPbHy6NRasGyov9f2e3o%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cd71e42ba0f473-BLR
Post - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- # config here:
- MS_MAPFILE="bmn1.map"
- MAPSERVER_BINARY="mapserv"
- # print usage
- if [ $# -lt 1 ]
- then
- echo "usage: $0 [filename]" >&2
- exit 1
- fi
- # check if desired file exists
- FILE=$1
- #!/bin/sh
- # config here:
- MS_MAPFILE="bmn1.map"
- MAPSERVER_BINARY="mapserv"
- # print usage
- if [ $# -lt 1 ]
- then
- echo "usage: $0 [filename]" >&2
- exit 1
- fi
- # check if desired file exists
- FILE=$1
- if [ -r $FILE ]
- then
- # find out size of file
- size=$(stat -c %s $FILE)
- # set needed values
- REQUEST_METHOD=POST
- export REQUEST_METHOD
- CONTENT_LENGTH=$size
- export CONTENT_LENGTH
- export MS_MAPFILE
- # execute mapserver
- cat $1 | $MAPSERVER_BINARY
- ######## DEBUG ##########
- #gdb $MAPSERVER_BINARY
- #cat $1 > fifo &
- else
- echo "File $FILE does not exist." >&2
- exit 1
- fi
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐ Free Crypto Method ✅ NEVER SEEN BEFORE ⭐⭐⭐
JavaScript | 5 sec ago | 0.24 KB
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ L
JavaScript | 10 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ 9
JavaScript | 12 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ✅ NEVER SEEN...
JavaScript | 17 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ J
JavaScript | 22 sec ago | 0.24 KB
-
⭐⭐Exchange Exploit⭐⭐ T
JavaScript | 24 sec ago | 0.24 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 26 sec ago | 0.24 KB
-
⭐⭐Exchange Exploit⭐⭐ Y
JavaScript | 34 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand