<tutorialjinni.com/>

cURL POST Request

Posted Under: Tutorials on Feb 18, 2022
cURL POST Request
There are many HTTP methods available to clients to access data and resources from server. Most used HTTP methods are GET and POST. GET request are simple and request is part for URL. It supports up to 4 KB of data sent as part of URL to the server.

cURL SSL bypass

Posted Under: Tutorials on Feb 18, 2022
cURL SSL bypass
cURL or Client URL is a great tool to acess different protocols programmatically or simply on command line. Over 90% of the websites on the internet are using SSL to protect themselves form unauthorized interception.

HTML Password Input With Eye

Posted Under: Tutorials on Jan 23, 2022
HTML Password Input With Eye
Web browsers provide security to password input via HTML input tag's type attribute, password. It prevent against shoulder surfing attacks. But still if there is a requirement to view what is being typed in the password the type's attribute need to change to text to view..

Log4j Scan

Posted Under: Tutorials on Dec 16, 2021
Log4j Scan
Apache Log4j is a Java-based logging utility. The Log4j vulnerability also know as Log4Shell is tracked as CVE-2021-44228. It was disclosed last week by LunaSec researchers.

Log4Shell YARA IOC

Posted Under: Tutorials on Dec 11, 2021
Log4Shell YARA IOC
Log4Shell is an Remote Code Execution (RCE) vulnerability (CVE-2021-44228) in one of the most used enterprise Logging product Apache Log4j. Its affecting Apache Log4j versions 2.0 through 2.14.1.