Tomcat Penetration Testing
Hacking Articles
by Raj
18h ago
Apache Tomcat, developed by the Apache Software Foundation, is a widely used web server and servlet container. Originally, it served as a demonstration platform for Java Servlet and JavaServer Pages (JSP) technologies, which are used in Java web applications. As time passed, Tomcat expanded its capabilities to support additional Java web technologies. A notable feature of Tomcat is its support for deploying web applications using WAR (Web Application Archive) files. These files bundle together all the components of a web application, including code, pages, and files, making deployment simpler ..read more
Visit website
A Detailed Guide on Pwncat
Hacking Articles
by Raj Chandel
3d ago
Pwncat stands out as an open-source Python tool highly regarded for its versatility, providing a contemporary alternative to the traditional netcat utility. Tailored for network exploration, exploitation, and penetration testing needs, it offers a modernized approach to these tasks. With an emphasis on user-friendly features and comprehensive functionality, pwncat facilitates seamless interactions with network services, aiding in reconnaissance and vulnerability assessment. The official documentation for the usage of this tool can be checked from here: https://pwncat.org/ Table of Content Lab ..read more
Visit website
A Detailed Guide on RustScan
Hacking Articles
by Raj Chandel
2w ago
In the realm of cybersecurity, network scanning tools play a vital role in reconnaissance and vulnerability assessment. Among the array of options available, Rustscan has emerged as a formidable contender, offering speed, efficiency, and versatility that distinguish it from traditional tools like Nmap. Table of Contents What sets Rustscan apart? Advantages of Rustscan over Nmap Usage (Docker) Installation and Usage (Standalone) Rustscan flags Conclusion What sets Rustscan apart? Rustscan is an open-source network scanner developed in the Rust programming language. Its lightweight design, opt ..read more
Visit website
Best Alternative of Netcat Listener
Hacking Articles
by Raj Chandel
2w ago
Pentesters rely on a variety of tools to establish connections and maintain access during security assessments. One critical component of their toolkit is the listener—a program that listens for incoming connections and facilitates communication with compromised systems.  In this blog post, we’ll delve into different listener options, exploring features and use cases for popular tools such as Netcat, Rlwrap, Rustcat, Pwncat and Windows ConPty shell. Table of Content Reverse Shell Generator Netcat for Beginners Rlwrap for OSCP Rustcat for OSCP Pwncat for Read Teamers Windows ConPty for OS ..read more
Visit website
64-bit Linux Assembly and Shellcoding
Hacking Articles
by Raj Chandel
3w ago
Introduction Shellcodes are machine instructions that are used as a payload in the exploitation of a vulnerability. An exploit is a small code that targets a vulnerability. Shellcodes are written in assembly. We generally refer to sites like shell-storm.org to get shellcodes and attach them to our exploits. But how can we make our shellcodes? This series of articles focuses on creating our shellcodes. In Part 1, we’d be understanding basic assembly instructions, writing our very first assembly code, and turning that into a shell code. Table of Content Understanding CPU Registers First Assembl ..read more
Visit website
A Detailed Guide on Ligolo-Ng
Hacking Articles
by Raj Chandel
2M ago
This comprehensive guide delves into the intricacies of Lateral Movement utilizing Ligolo-Ng, a tool developed by Nicolas Chatelain. The Ligolo-Ng tool facilitates the establishment of tunnels through reverse TCP/TLS connections using a tun interface, avoiding the necessity of SOCKS. This guide covers various aspects, from the tool’s unique features to practical applications such as single and double pivoting within a network. Download Ligolo-Ng: Ligolo-Ng can be downloaded from the official repository: Ligolo-Ng Releases. Table of Contents: Introduction to Ligolo-Ng Ligolo V/S Chisel Lab Set ..read more
Visit website
Burpsuite for Pentester: Autorize
Hacking Articles
by Raj Chandel
3M ago
In order to protect online assets, web application security testing is an essential element of safeguarding them. Burp Suite has been a leader in this area for many years and it’s still being used by safety professionals as well as Ethical hackers. One of those extensions that stands out in the web security testing community is “Autorize”, which comes with a wide variety of additional features to improve its capabilities. A powerful set of features that simplify the authentication and authorization testing process is available with this extension. Autorize = Authenticate + Authorize Authorizat ..read more
Visit website
Easy way to Generate Reverse Shell
Hacking Articles
by Raj Chandel
3M ago
In this article, we will learn how to get a reverse in a few easy steps. Usually, the problem when reverse shell commands is to remember its long and complicating syntax. But due to growing AI of our digital world, this problem tackled and dealt with. Let’s see how it is done through this article. Table of Content What is Reverse Shell? Types of Reverse Shell Working of Reverse Shell Reverse Shell Generator – 1 Reverse Shell Generator – 2 Hack tool Shellz Mitigation What is Reverse Shell? A reverse shell is a technique used in computer security and hacking that allows an attacker to gain con ..read more
Visit website
Firefox Addons for Pentesting
Hacking Articles
by Raj Chandel
6M ago
In this article, we will learn how to customise the Firefox browser for efficient pen-testing along with extensions you can use for the same purpose. Table of Contents: Introduction Understanding the Role of the Browser in Penetration Testing Extensions for efficient pen-testing Wappalyzer Foxyproxy Hacktool Hackbar Tamper data User-agent Switcher Cookie editor Temp mail Built with Conclusion Mindmap Introduction In the ever-evolving landscape of cybersecurity, penetration testing stands as a crucial pillar of defence against the relentless onslaught of cyber threats. Penetration testers, of ..read more
Visit website
Python Serialization Vulnerabilities – Pickle
Hacking Articles
by Raj Chandel
7M ago
Introduction Serialization gathers data from objects, converts them to a string of bytes, and writes them to disk. The data can be deserialized and the original objects can be recreated. Many programming languages offer a way to do this including PHP, Java, Ruby and Python (common backend coding languages in web). Let’s talk about serialization in Python. In Python, when we use the pickle module, serialization is called “pickling.” Table of content Serialization in Python Serialization in Web Applications Over Pickling Python YAML vs Python Pickle Mitigation Demonstration Conclusion Serializ ..read more
Visit website

Follow Hacking Articles on FeedSpot

Continue with Google
Continue with Apple
OR