Tag: linux

  • Empire: LupinOne Walkthrough – Privilege escalation through Python Libs

    Empire: LupinOne Walkthrough – Privilege escalation through Python Libs

    This article is a walkthrough for Empire LupinOne vulnerable machine. You can download this from vulnhub. The vulnerable machine is full of fuzzing and escalation of privileges by exploiting Python libraries with SUID being setup. Let’s look into exploiting this: Requirements: 1. Vmware/Virtual Box < This is to run the vulnerable machine. 2. Download LupinOne…

  • BIOS settings to run Bootable LIVE USB

    BIOS settings to run Bootable LIVE USB

    This is a guide to change the BIOS settings to boot your live USB. The BIOS stands for Basic Input output system, which defines the basic settings for hardware that is used for initial boot up settings of the device. It defines from where the OS will boot first, also the virtualization capabilities can be…

  • OVERTHEWIRE:BANDIT WALKTHROUGH SERIES 5-12 LEVELS

    OVERTHEWIRE:BANDIT WALKTHROUGH SERIES 5-12 LEVELS

    This article is continuation of the over the wire bandit series. In case you haven’t read that here it is OVERTHEWIRE:BANDIT WALKTHROUGH SERIES 1-5 LEVELS. So let’s start with the level 6. I logged in level 6 with the credentials I gained in level 5. > level 5-6 ssh bandit5@bandit.labs.overthewire.org -p 2220 password: Level 4-5 password…

  • Kioptrix Level 2 Challenge Solution

    Kioptrix Level 2 Challenge Solution

    Kioptrix Level 2 challenge was quite hard compared to the Kioptrix Level 1. we have to have the understanding the web application and should try different ways to finding vulnerability. Requirements: Vmware Kioptrix level 2 challenge Kali [strictly depends on your choice] So lets dive in: -> Nmap 192.168.0.1/24 So my Kioptrix machine has the…