While scrolling twitter recently I saw Intigriti linked to some JavaScript bookmarklet for discovering API endpoints. When doing reconnaissance, sometimes tools like ffuf aren't fine-grained enough for enumerating API endpoints.
Showing posts with label javascript. Show all posts
Showing posts with label javascript. Show all posts
Sunday, August 13, 2023
Friday, August 11, 2023
Interprocess Communication
In C
Let's review inter-process communication. IPC is, of course, how software sometimes passes information to other components, as well as to divy out access to restricted resources. This can be quite convoluted and complex in some cases. But here we'll review how this works in C.
Labels:
c,
inter-process communication,
ipc,
javascript,
note,
uaf,
use-after-free
Subscribe to:
Comments (Atom)
Using Python To Access archive.today, July 2025
It seems like a lot of the previous software wrappers to interact with archive.today (and archive.is, archive.ph, etc) via the command-line ...
-
Latin1 was the early default character set for encoding documents delivered via HTTP for MIME types beginning with /text . Today, only ...
-
From "Overfitting and the strong version of Goodhart's law" : Increased efficiency can sometimes, counterintuitively, lead to ...
-
One annoying thing about YouTube is that, by default, some videos are now served in .webm format or use VP9 encoding. However, I prefer stor...