10 Best Programming Languages For Hacking

Dark Hacker World-- In this guide, we have made a list of the best programming languages for hacking. As everyone knows hacking is an art of exploitation, And every ethical hacker needs to have the basic knowledge of some popular languages to break the security of the web, application, or anything that is programmed in a … Continue reading 10 Best Programming Languages For Hacking

TryHackMe : RootMe CTF Walkthrough (Detailed)

InfoSec Write-ups - Medium-- TryHackMe : RootMe CTF Writeup (Detailed)Let’s dive in!!Task 1- Deploy the machineCreate a directory for your ctf machine on Desktop and a directory for nmapTask 2- ReconnaissanceNmap Scan :nmap -sC -sV -oN nmap/rootme <MACHINE_IP>-sC : Default scripts-sV : Version detection-oN : Output to be stored in the directory ‘nmap’ you created earlierNmap Scan OutputThere are 2 ports open : 22/ssh — OpenSSH 7.6p1 80/http — Apache httpd … Continue reading TryHackMe : RootMe CTF Walkthrough (Detailed)

NashaVM – A Virtual Machine For .NET Files And Its Runtime Was Made In C++/CLI

KitPloit - PenTest Tools!-- Nasha is a Virtual Machine for .NET files and its runtime was made in C++/CLI Installation git clone https://github.com/Mrakovic-ORG/NashaVM --recursecd NashaVM\NashaVMnuget restoremsbuildLimitations Slow Several instructions are not implemented Can bug Dependencies dnlib .NET Framework 4.0 Visual C++ Redistrutable Known issues Incompatible with Linux based OS FAQ What is this project for? … Continue reading NashaVM – A Virtual Machine For .NET Files And Its Runtime Was Made In C++/CLI

SwiftBelt – A macOS Enumeration Tool Inspired By Harmjoy’S Windows-based Seatbelt Enumeration Tool

KitPloit - PenTest Tools!-- SwiftBelt is a macOS enumerator inspired by @harmjoy's Windows-based Seatbelt enumeration tool. SwiftBelt does not utilize any command line utilities and instead uses Swift code (leveraging the Cocoa Framework, Foundation libraries, OSAKit libraries, etc.) to perform system enumeration. This can be leveraged on the offensive side to perform enumeration once you … Continue reading SwiftBelt – A macOS Enumeration Tool Inspired By Harmjoy’S Windows-based Seatbelt Enumeration Tool

55 New Security Flaws Reported in Apple Software and Services

The Hacker News-- A team of five security researchers analyzed several Apple online services for three months and found as many as 55 vulnerabilities, 11 of which are critical in severity. The flaws — including 29 high severity, 13 medium severity, and 2 low severity vulnerabilities — could have allowed an attacker to "fully compromise … Continue reading 55 New Security Flaws Reported in Apple Software and Services

CSRF : Web App Security Basics

InfoSec Write-ups - Medium-- CSRF : Web App Security BasicsCross Site Request Forgery (CSRF/XSRF) also known as One-Click Attack or session riding is type of attack where unintended actions are performed by the end user on web. For example, change of email address, password change, fund transfer, etc. actions could be performed while user is currently authenticated. … Continue reading CSRF : Web App Security Basics

C41N – An Automated Rogue Access Point Setup Tool

KitPloit - PenTest Tools!-- c41n is an automated Rogue Access Point setup tool. c41n provides automated setup of several types of Rogue Access Points, and Evil Twin attacks. c41n sets up an access point with user defined characteristics (interface, name and channel for the access point), sets up DHCP server for the access point, and … Continue reading C41N – An Automated Rogue Access Point Setup Tool