Security
Data Security
security. Consider the sensitive
information that your organization gathers, stores, and handles. Hackers love financial or payment
details, intellectual property, and confidential personal information about your employees and
customers.
Deploy Keycloak with Docker on Amazon EC2.
Hey geeks, I’m writing this blog because while deploying the Keycloak instance on Amazon EC2, I read a bunch of documentation, blogs, and posts. I found it frustrating because none of them were having straight forward solutions. Some of them are even incomplete and confusing.
How to configure burp suite to Intercept Network Traffic?
When dealing with an unfamiliar web application, traffic inspection should always be one of the first moves. Although a web application can display several elements to the end-user via the browser interface, most applications make multiple requests between the client and server during the development of those elements before they enter their final presentation state.
?
XXE exploit
XML: The extensible markup language, or XML, is a template for storing and transporting data. It has a tree-like structure of tags and files, identical to HTML, except there are no predefined tags in XML, such as h1, img, div, and so on; tags are custom named for the data they reflect. Extensible Markup Language (XML) is a widely used data format. It can be used in everything from web services (XML RPC, SOAP, REST) to documents (XML, HTML, DOCX) to image files (XML, HTML, DOCX) (SVG, EXIF data).
How to Perform File Upload Attack?
Applications face a serious risk from uploaded data. In several attacks, the first move is to get some code into the target machine. The attacker just needs to figure out how to get the code to run. The attacker will complete the first move by using a file upload.