Techbrunch
Techbrunch
I ran into a case where some missing parameters were present in the response. Reponse: ``` Request malformed: templates parameter not found ``` It would be nice if the response...
A nice addition would be to see if a source map is available at `script.js.map` to be used with https://github.com/denandz/sourcemapper
Sometime the source map is self contained: ```main.js ... }(); //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ... ``` It would be nice if sourcemapper would handle such case automatically. A workaround currently is: ``` cat...
When running: ``` sudo make build ``` Error: ``` Building celery [+] Building 64.4s (17/35) => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 3.00kB 0.0s =>...
I ran into this issue today where WPScan would not return meaningful results without apparent reasons. After investigation it was because of two issues: - The website was losing connection...
I put a Salesforce Oauth token in a file named `token` inside a `token-dir` directory but the token is not found by TruffleHog. There is a reference to this type...
### Steps to reproduce ``` ilspycmd -p -o test Test.dll ``` ### Error message shown ``` System.BadImageFormatException: Image is too small. at System.Reflection.Throw.ImageTooSmall() at System.Reflection.PortableExecutable.SectionHeader..ctor(PEBinaryReader& reader) at System.Reflection.PortableExecutable.PEHeaders.ReadSectionHeaders(PEBinaryReader& reader) at...
I ran into an issue where my template was clearly not executed for no apparent reasons (https://github.com/projectdiscovery/nuclei/discussions/2062) It turns out the template was not run after reaching too many errors....
This might be a dumb question but why is the installer `--full`option not including `confirmable` and`invitable` ? This seems a bit counterintuitive.
According to the documentation in the wiki: > Frida scripts loaded with the import command are also run as jobs automatically **Describe the bug** When loading a script with the...