Home
K0R3K
Cancel

PYTHON

What is Python? Python is a popular high-level programming language because it is easy to learn, easy to read and write, and flexible for use in a variety of applications. Python was developed in 1...

CTF WRITEUP

PWNME 8 BITS 2023 Category Web treeview Here, you can check the content of any directories present on the server. Find a way to abuse this functionality, and read the content of /home/flag.t...

BROKEN ACCESS CONTROL

The attacking methodology of broken access control in web applications. If we got 401 or 403 HTTP response, try to bypass it using the following methods in this post. Change Header Values Cookie ...

FILE INCLUSION (LFI/RFI)

The intent of this document is to help penetration testers and students identify and test LFI vulnerabilities on future penetration testing engagements by consolidating research for local file incl...

OSINT

Open-soruce intelligence is the collection and analysis of data gathered from open sources to produce actionable intelligence. Frameworks https://osintframework.com/ Comprehensive Tools Deha...

PROGRAMMING

Programming (sometimes referred to as coding) is the process of designing, writing, testing, debugging, and maintaining the source code of computer software. It involves using a programming languag...

BINARY EXPLOITATION

Introduction Binary Exploitation is about finding vulnerabilities in programs and utilising them to do what you wish. Sometimes this can result in an authentication bypass or the leaking of classi...

PICKLE RCE

The python “pickle” module, that serializes and deserializes a Python object, is vulnerable to remote code execution. If the website uses this module, we may be able to execute arbitrary code. Exp...

CROSS SITE SCRIPTING (XSS)

XSS enables attackers to injection client-side scripts into web applications. Payloads We can insert them into URL params, POST params or HTTP headers. <script>alert(1)</script> ">&...

WEB LOGIN BYPASS

SQL INJECTION admin' or '1'='1 Microsoft, Oracle, PostgreSQL admin'-- admin' or 1=1-- admin' or '1'='1'-- admin}" or 1=1-- MySQL admin'-- - admin'# admin' or 1=1# admin' or 1=1-- - admin' or '...

Trending Tags