CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 16:43:24 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=03b750a17ad26ffb53f07528a25afe5b5bfdfa78c98bb79a5736a1fe9bb3afc4a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%226kqZzH8yaqnWB1be7FLJUTKWOpx_YCbp%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cfd0f2db86b9d7-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
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ I
JavaScript | 3 sec ago | 0.24 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ E
JavaScript | 7 sec ago | 0.24 KB
-
⭐ Instant BTC Profit Method ✅ NEVER SEEN BEFO...
JavaScript | 9 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ A
JavaScript | 14 sec ago | 0.24 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ M
JavaScript | 18 sec ago | 0.24 KB
-
⭐✅ MAKE $2000 INSTANTLY ✅ NEVER SEEN BEFORE ⭐...
JavaScript | 21 sec ago | 0.24 KB
-
⭐⭐Exchange Exploit⭐⭐ 5
JavaScript | 26 sec ago | 0.24 KB
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ 4
JavaScript | 29 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