AUAditya Uniyalinadityauniyal.hashnode.dev·Oct 5, 2024 · 2 min readInformation Disclosures Lab (Fast recap)Lab1: Information disclosure in error messages It gives information about the version if we put the input parameter wrong. Lab2: Information disclosure on debug page We can just check the source code there it is mentioned about the path to a php f...00
AUAditya Uniyalinadityauniyal.hashnode.dev·Oct 4, 2024 · 2 min readLab: Web shell upload via Content-Type restriction bypassSolved: Method 1: set filter to see image files in burp proxy upload an image file and retrive the POST request and sent it to repeater. now from the browser click to go back to “My Account”. now retrive the GET request and send it to repeater. ...00
AUAditya Uniyalinadityauniyal.hashnode.dev·Aug 6, 2024 · 1 min readNPM_BIN_PATH errorI recently came accross this error in windows : CommandError: It looks like node.js and/or npm is not installed or cannot be found. Visit https://nodejs.org to download and install node.js for your system. If you have npm installed and still getting ...00
AUAditya Uniyalinadityauniyal.hashnode.dev·May 29, 2024 · 1 min read"Switch the technology"Common problem i face everyday learning new technology is when i don't get the error solved or don't find solution anywhere i just switch the technology, this happened again while learning react-native but this time i read errors during installation ...01D