Marco
06/07/2022, 1:56 PMMarco
06/07/2022, 2:05 PMBrian
06/08/2022, 12:28 PMmithlond
06/08/2022, 2:25 PMmagick "c:/code/temp/sourcePic.png" "c:/code/temp/destPic.jpg"
and my cf code for it is:
cfexecute(
name="#pathToIM#",
timeout="60",
arguments='"/temp/sourcePic.png" "/temp/destPic.jpg"',
variable="result",
errorVariable="error"
)
writedump({
result: result,
error: error
});
mithlond
06/08/2022, 2:25 PMresult
and error
both end up as empty strings. Any ideas why it's neither erroring nor doing what it's supposed to?Dave Merrill
06/08/2022, 7:08 PMScott Steinbeck
06/09/2022, 11:41 PMdiffByKey (origData, newData, uniqueKey [, ignored array of keys])
its great for diffing API and Database results (specifically arrays of structs), feel free to give it a try!
https://forgebox.io/view/jsondiffgsr
06/10/2022, 12:59 PMDaniel Mejia
06/10/2022, 4:06 PMone request
?gsr
06/10/2022, 6:10 PMgsr
06/11/2022, 1:22 PMScott Bennett
06/13/2022, 4:15 PMwebsolete
06/14/2022, 3:31 PMvar nullMe = ()=>{};
then later on you use it like so: "result" : ( isNull( results ) ? nullMe() : results)
. is this just a cross-engine compatible way of achieving nullValue()
? is it fundamentally equivalent to javacast("null","")
?Jason Ryan
06/14/2022, 7:55 PMthis.sessioncookie.sameSite = "secure";
but it breaks some of the session values we set between redirects in our Oauth2 flow.Viral
06/15/2022, 10:02 PMSlackbot
06/16/2022, 1:15 AMmithlond
06/16/2022, 3:02 PMcatch (any e) { if (!e.keyExists("message")) { e.message = "Hi there" }; }
This doesn't seem to work for me šwebsolete
06/16/2022, 3:05 PMmithlond
06/16/2022, 3:05 PMmithlond
06/16/2022, 3:06 PMDave Merrill
06/16/2022, 5:44 PM<kwp xmlns:xi="<http://www.w3.org/2001/XInclude>"><xi=include href="<http://some-page-on-pentesters-sit.dtd>"/></kwp>
That had the effect or requesting that doc from the remote site.
The page on our site didn't echo that value out, so it seems like it's the original POST that fetches that document from the remote site, and I don't see how I can do anything to prevent that.
I also can't reproduce it by including a hidden field with that value pointing to a page on our own site, but their form had a bunch of other values in other fields too, including a checksum etc.
Is anyone familiar with this sort of hack tech, or how I can mitigate it?
Any user entered values that do get rendered on the page are htmlEditFormat() encoded, so they're not active HTML.
What else should I be doing?simiane
06/17/2022, 10:03 AMmailSpoolService
has no effect?
b) Why the spooler is getting stuck in the first place and what bearing the mail server has on that?
c) Any other workarouds?
Thankswil-shiftinsert
06/17/2022, 4:13 PMsimiane
06/17/2022, 5:10 PMwil-shiftinsert
06/17/2022, 6:17 PMPeter Amiri
06/19/2022, 4:00 PMname
column in lower case the column is duplicated in the resulting query once with NAME
as the column name and once with name
as the column name.guustnieuwenhuis
06/20/2022, 10:30 AMbhartsfield
06/20/2022, 2:55 PMgsr
06/20/2022, 4:00 PM