Free Post exploit Complete guide to Reverse Shells Hello and welcome again! In this post I'd love to share to you my small knowledge on reverse shells specifically on linux target. I'm not here to talking about exploitation
Free Post tor Setup TOR Hidden Service and .onion link Customization Hello guys, in this post we will take a look overview about Tor network and learn how to setup your own hidden service(s) from scratch where we also install
Free Post android Mirror Android Screen with ADB connection wirelessly Most of the time, when developer need to showcase their android apps, or mirroring their Android phone onto a screen, they usually use third party apps to do that. Did
Free Post post-exploit Spawing real TTY shells Most of the time when we pentesting (as an example) a web application and you upload a reverse [https://www.metahackers.pro/reverse-shells-101/] or bind shells, the shell that you
Free Post post-exploit Escaping Restricted Shell rbash If you ever encounter with restricted shell environment (such as in CTF), this can be bypass using some of the following method. Before we get into how to bypass it,
Free Post post-exploit Upgrade shell to fully interactive tty Often when we get a shell by exploiting vulnerabilities, the shell that we getting is a dumb terminal or not and interactive shell. This means that you cannot ctrl+c
Free Post exploit Exploiting CVE-2015-3224 | Ruby on Rails Web Console (v2) Whitelist Bypass Code Execution This post helps you better understanding on the vulnerability and ways to exploit by guiding you to write your own exploit python script and how to use pre loaded Metasploit exploit.
Free Post Nginx Use Nginx Mainline repo packages Some distribution like Ubuntu use stable release from Nginx. Sometimes, if you use the default OS repositories, you cannot get the latest version from nginx. This is because Nginx has
Free Post Initial Server Setup Guide Whenever you have a remote server, there are a few configuration steps that you should take early on as part of the basic setup. This will increase the security and
Free Post raspberry-pi Connect Bluetooth peripherals from terminal Before start, make sure your device has a bluetooth interface or else get a cheap USB bluetooth dongle. Install bluetooth from apt. $ sudo apt install bluetooth This will install bluetoothctl
Free Post Sysadmin Automate Git deployment to remote server - Web hooks Hello, today in this post I will show you how I deploy Git project to the production (or development) server, and push changes to them automatically through git web hook
Free Post Symmetric file encryption and decryption using GnuPG Note: You might want to consider using OpenSSL for file encryption instead. Please see this post. In this post we will see how to use GnuPG to make a simple
Free Post Sysadmin Optimize websites using Nginx PageSpeed Dynamic Module What is Google PageSpeed? Pagespeed [https://en.wikipedia.org/wiki/Google_PageSpeed_Tools] is a set of modules that designed to help optimize websites and performance by applying optimization to
Free Post Use HTTPS repositories in Kali Linux Since last year 2017, Kali Linux now support HTTPS transport in their repositories, but since we're using mirrors, not all mirrors do support HTTPS transport. Thus it MAY affects the
Free Post Sysadmin Adding security.txt in Ghost through Nginx conf What is security.txt? Well basically when someone (security researcher) found a bug or vulnerability on your web application, this piece of text helps where to contact your security team,