Skip to content

GetCyber

Dan & Tamara

  • ALL
  • KALI
  • DEBIAN
  • WEB
  • MORE
    • MACOS
    • WINDOWS
    • QUICK HACKS
    • BLOGS
  • 📺 YOUTUBE VIDEOS
  • 🤓 ABOUT
    • 🗓️ EVENTS
    • 📩 CONTACT

- Live Fri & Sat on YouTube!

Recent Posts

  • Manipulating and Filtering Content in LinuxMarch 2, 2023
  • Appointment – Starting Point – Hack The Box // Walkthrough & SolutionFebruary 28, 2023
  • Sequel – Starting Point – Hack The Box // Walkthrough & SolutionFebruary 28, 2023
  • Crocodile – Starting Point – Hack The Box // Walkthrough & SolutionFebruary 28, 2023
  • Exposed: The Insidious Linux Backdoors You Never Knew ExistedFebruary 25, 2023
NEWSLETTER SIGN UP!

Recent Comments

  1. Benimaru on PIECE of cake – Install Metasploitable 2 on VirtualBoxJune 3, 2023

    Metasploitable.vmdk file is not listing in the storage tab. There is only one parent tab called "Controller:SATA" inside which two…

  2. Lauren Jones on Installing Kali Linux on Android using NetHunter and TermuxMay 26, 2023

    You're getting a "Permission denied" error because you're trying to execute a file that does not have execution permissions. The…

  3. Shadow on Installing Kali Linux on Android using NetHunter and TermuxMay 21, 2023

    Hello. I found Dan (the man) Duran while having an issue with kali on bare metal having a connectivity issue.…

  4. Shadow on Installing Kali Linux on Android using NetHunter and TermuxMay 21, 2023

    Hello. I found Dan (the man) Duran while having an issue with kali on bare metal having a connectivity issue.…

  5. Muhammad Asif on Why is my Kali Linux not connecting to Wi-Fi? 😱 // 100% Problem FIXED!May 6, 2023

    Hey Mate. I am a bigger in Kali Linix console. I am using MacBook pro. Downloaded and running fine via…

Archives

  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • August 2022
  • June 2022
  • April 2022
  • March 2022
  • November 2021
  • October 2021

KALI LINUX

Manipulating and Filtering Content in Linux

March 2, 2023

Knowing Linux/Unix commands for manipulating and filtering content in a file can save time, increase efficiency, and provide a flexible and reproducible way to work with file data. Knowing these commands for manipulating and filtering content in a file can be very useful for several reasons: Efficiency: When working with large files, it can be […]

Read More

Appointment – Starting Point – Hack The Box // Walkthrough & Solution

February 28, 2023
This box allows us to try conducting a SQL injection against a web application with a SQL database. SQL Injection is a typical method of hacking web sites that collect and store user input data using SQL Statements. SQL injection attacks are a sort of cyber assault in which vulnerabilities in online applications that employ [...]
Read More

Sequel – Starting Point – Hack The Box // Walkthrough & Solution

February 28, 2023
In the last video, we got a little experience with SQL injections. We learnt how a web application may use a database of some kind to authenticate users and how it might be abused if not set correctly. In this box, we go a little further logging into mysql and looking at the databases and [...]
Read More

Crocodile – Starting Point – Hack The Box // Walkthrough & Solution

February 28, 2023
In this box, the target computer has a weak access control vulnerability that allowed active user credentials to be harvested through FTP. The same credentials might be used to access a restricted area of the online application. FTP (File Transfer Protocol) attacks target FTP servers and clients. FTP is a popular protocol for transferring files [...]
Read More

Exposed: The Insidious Linux Backdoors You Never Knew Existed

February 25, 2023
Sneaky - Backdoors are secret pieces of code, scripts, or programs installed on a system for the main goal of maintaining persistence. They provide hackers with faster and more immediate access to the system. Your job as a pen-tester or ethical hacker in a red team scenario or a system administrator and defender in a [...]
Read More

Hackers Beware: 10 Steps to Uncover Hackers on Your Linux System!

February 22, 2023
The main goal of a hacker is to breach into computer and servers and take sensitive information from the system. Most hackers take precautions while engaging in hacking operations and constantly strive to avoid getting detected. After the system has been infiltrated, the hacker will always install a backdoor to continue access. Today I will [...]
Read More

oH No! I Messed Up My Windows Defender Firewall! – FIX RDP & SMB Issues

February 20, 2023
I was doing a Kali Linux pen-testing tutorial and I made am oopsie! For some reason I clicked on restore windows defender firewall and everything went to heck. My RDP and SMB connections were lost! So I decided to take a video and should you how I was able to troubleshoot my connection problems. Now [...]
Read More

Python3 Simple HTTP Server is f****ng Amazing! Kali Linux and Windows Install

February 19, 2023
You can quickly and easily host and serve your own files with the help of the Simple HTTP Server python3 module. The primary benefit of python's Simple HTTP Server is that it does not need any further installation beyond the python interpreter. Python interpreters are readily available in almost all operating systems including Kali Linux [...]
Read More

Mongod – Starting Point – Hack The Box // Walkthrough & Solution

February 15, 2023
HTB's Mongod box was a tricky one! Hack the Box throws a curve ball by adding the Mongo switch pretty() at the end of the submission string. Since I'm not a Mongo expert, it took me a while to find the command. I don't think pretty() is a common Mongo command. Maybe I'm wrong! Mongod [...]
Read More

Synced – Starting Point – Hack The Box // Walkthrough & Solution

February 14, 2023
Today I'm coming back to squash the Starting Point, Tier 0, with Synced! Starting Point is for learning the basics of pen-testing and cyber security, and what better way to do it than by discovering Linux RSYNC, a wonderful native tool for moving data from server to server. The Linux-based program Rsync may be used [...]
Read More

how do I connect to windows SMB share drive using Kali Linux?

February 13, 2023

Super easy. I was doing this today and decided to share it with everyone. To connect to a Windows SMB share drive from Kali Linux, you can use the following steps: Open the File Manager on Kali Linux and click on “Connect to Server”. In the “Connect to Server” dialog, select “Windows share” as the […]

Read More

Preignition – Starting Point – Hack The Box // Walkthrough & Solution

February 12, 2023
Preignition from the Hack the Box (HTB) Starting Point series is all about dirbusting a web address on port 80/tcp (HTTP) to find a hidden admin page. This box is part of Tier 0 and catalogued as "Very Easy!" This is definitely a fundamental step for discovering hidden folders, pages and resources on vulnerable sites [...]
Read More

Explosion – Starting Point – Hack The Box // Walkthrough & Solution

February 11, 2023
Today, we'll continue our Hack the Box (HTB) Marathon series with box number #5, "Explosion." This challenge is considered "very easy" and it's part of the Stating Point series for learning the basics of cyber security and penetration testing. HTB is an ideal Capture The Flag (CTF) platform for hosting workstations running several operating systems, [...]
Read More

Redeemer – Starting Point – Hack The Box // Walkthrough & Solution

February 6, 2023
Hello Everyone!!! I'll explain how to solve the "Redeemer" machine, which is part of the "Starting Point" labs and has a "Very Easy" difficulty rating. The object of this CTF is to pwn a Redis Server. Redis is a type of database that stores information in memory instead of on disks like MySQL, PostgreSQL or [...]
Read More

How to fix “su : must be run from a terminal”?

February 3, 2023

I recently pawned a web server on a pentest I was doing. I was able to upload and execute a PHP reverse shell script that gave me a shell. The issue was that it would run as the www-data user, and when I tried to su to root, I got the following error: “su : […]

Read More

Creating an Admin User in Kali Linux and Debian-based Distros

January 29, 2023

To create an admin user in Kali and other Debian-based distros, you can use the command “adduser” followed by the username you want to create. For example, to create a user named “peter,” you would use the command To give the user admin privileges, you can use the command “usermod” followed by the username and […]

Read More

How to Use John the Ripper in Kali Linux

January 29, 2023

John The Ripper has been around for a long and is a tool that all hackers and pen-testers use on a regular basis. However, if you are a rookie in this subject, employing John The Ripper is not always simple. Don’t worry, I’ll go through everything in this post to make sure you get started […]

Read More

Two VMs with the Same IP Address in VirtalBox, Yikes!

January 28, 2023

I got this question from one of my subscribers: “my VirtualBox has two Linux virtual machines running on a NAT. Both have the same ip address: 10.0.2.15. I tried releasing the IPs for both virtual machines. What can I do to change one of the IP addresses in VirtualBox?” If both of your Linux virtual […]

Read More

How to Release Your IP Address Using the Terminal?

January 28, 2023

Here is how to release and acquire a new IP address on Windows, Linux and MacOS. WINDOWS To release your IP address on Windows use the Command Prompt: Open Command Prompt (Start > Run > cmd) Type ipconfig /release and press enter Type ipconfig /renew and press enter This will release the current DHCP lease […]

Read More

What does “Scan Aborted: The remote website is up, but does not seem to be running WordPress” mean?

January 26, 2023

When you attempt to scan a website and get the error message “Scan Aborted: The remote website is up, but does not seem to be running WordPress”, it means that WPScan did not believe that the site was genuinely running WordPress. You may give WPScan the –force option to have it scan the site even […]

Read More

What is /DEV/NULL in Linux

January 23, 2023

I often encounter /dev/null in bash scripts but never know what it’s for. There are also many variations > like 2>/dev/null or &> /dev/null or > /dev/null 2>&1 and so on. /dev/null is a method of suppressing output. 1 denotes stdout, while 2 denotes stderr. Essentially, &> /dev/null is a new syntax for 2>&1. Here […]

Read More

Exploiting the Shellshock Vulnerability with Kali

January 23, 2023

Shellshock, a vulnerability that enables attackers to execute arbitrary code through the Unix Bash shell remotely, was one of the most serious flaws discovered in the recent decade. Shellshock remains a serious hazard, particularly for unpatched systems. It affects the majority of Linux and UNIX-based operating systems. This vulnerability is now present in many CTF […]

Read More

How to Search for Specific Strings in Linux

January 23, 2023

This quick tip will show you how to search for strings inside files in Linux. You can use the grep command to search for specific strings in files on a Debian 11 system. The basic syntax is: This will search for the string “string” in all files in the specified directory. To search for the […]

Read More

Connecting to AWS Instance via SSH (Termius)

January 20, 2023

In this tutorial, I will show you how to connect to your AWS instance via SSH using Termius. INSTALL TERMIUS Head to https://account.termius.com/signup and create an account. Login and download the app for macOS, Windows or Linux. Once downloaded, install and run the app. You can login to get a free trial or simply start […]

Read More

Installing Apache2 on Debian 11, Virtual Host, Letsencrypt and PHP 8.2

January 20, 2023

This guide will help you install Apache2, create a Virtual Host for your domain, install Letsencrypt and install PHP 8.2 on Debian 11: APACHE2 Let’s begin by installing apache2 and creating a virtual host for your website. Make sure to replace mydomain.com with the appropriate path and domain name for your virtual host. First, update […]

Read More

Enable and disable websites on Apache 2

January 17, 2023

After trying a few things, I continued to get the following error: 🤦🏻 OMG, The solution is simple. You don’t need the paths to enable or disable sites: The same is true for a2ensite: Now, this is why you should not trust online sources. Learn to look in the man pages or the official sources: […]

Read More

Problems Uninstalling Node.js? Do This!

January 16, 2023

If you can’t uninstall Node.js, you may want to try this. This hack is based on nvm (Debian 10/11). First, try uninstalling it the legit way: If this doesn’t work, then try deactivating it: Now, get the version of Node: Now you can uninstall it using nvm and the correct version of node. Example: There! […]

Read More

Installing PHPMyAdmin on Debian 11

January 16, 2023

phpMyAdmin is a popular web-based tool for managing MariaDB and MySQL databases. It provides a user-friendly interface for creating and managing databases, tables, columns, and users. Some benefits of using phpMyAdmin include: Intuitive interface: PHPMyAdmin’s web-based interface is designed to be easy to use, even for those who are new to database management. Database management: […]

Read More

Tutorial: Working with MySQL/MariaSQL

January 15, 2023

Here are a few pointers when working with MySQL/MariaSQL that I’m sure will help you! CHECK VERSION To check the version of SQL on a Debian 11 system using the terminal, you can use the command: This will return the version number of the MySQL server installed on your system. Alternatively, you can use the […]

Read More

Using CHMOD and CHOWN for Web Development on Linux

January 15, 2023

When you are transferring your files and folders from your local web server to your remote web server you need to make sure you have the right permissions and ownership. Setting permissions You can use the chmod command with the -R flag to change permissions recursively. To make all files have permissions 644 and all […]

Read More

Counting Files on Linux

January 15, 2023

Simple file counting You can use the command “ls” to list the files in a folder and pipe it to the command “wc” with the option “-l” to count the number of files. Example: This will give you the number of files in the specified folder. How to make it recursive? You can use the […]

Read More

How to use GZIP, ZIP and RAR on Linux

January 15, 2023

How to GZIP and UNGZIP? Gunzip is a command that is included in most Linux distributions by default, including Debian. It is a part of the gzip package, which is a standard tool for file compression and decompression on Linux systems. Therefore, you do not need to install gunzip. Specifically, it should be already available […]

Read More

Node.JS Reverse Proxy on Virtual Host

January 15, 2023

Hello there, friends. In this post, I’ll show you how to set up a reverse proxy for your virtual host when using Node.js. Most of you are probably familiar with Kali Linux. If not, don’t worry because today, you can install Kali Linux right on your Android device. Question I have a Debian 11 server […]

Read More

How do I install the latest version of node on Debian 11

December 15, 2022

To install the latest version of Node.js (18.13.0) on Debian 11, you can use the Node.js package manager (npm) that comes with Node.js. Here’s one way to do it: Download the Node.js package from the Node.js website: Install Node.js: Confirm that Node.js was installed correctly by checking the version: This should output ‘v18.13.0’ or a […]

Read More

Installing MariaSQL on Debian 11

November 15, 2022

MariaDB is a fork of MySQL, and it is fully compatible with MySQL. To install MariaDB on Debian 11, you can use the apt package manager that comes with Debian. Here’s one way to do it: Update the package list: Install the MariaDB server package: During the installation, you’ll be prompted to set a root […]

Read More

Script to test if MySQL / MariaSQL database is working

October 15, 2022

Question Can you give me a script to see if my MySQL database is working? The script needs to check the hostname, port, database username, database name and password. It also needs to be displayed on the browser with inputs so I can fill out the information. Answer Here is a basic PHP script that […]

Read More

Installing Kali Linux on Android using NetHunter and Termux

August 25, 2022
Hello there, friends. In this post, I'll show you how to install Kali Nethunter using Termux. Most of you are probably familiar with Kali Linux. If not, don't worry because today, you can install Kali Linux right on your Android device. We will be using Termux, the free and open-source terminal emulator for Android, which [...]
Read More

Kali Linux | How to Fix ERROR “the default postgresql version is not 13 required by libgvmd”

March 29, 2022
You will see this error when you have two versions of Postgresql (13 and 14) but OpenVAS works by using version 13 on port 5432. The problem is caused by a port mapping issue. By default, Kali comes with postgres 14, but OpenVAS installs version 13. Postgres assigns a higher port (5433, in this case) [...]
Read More

Increasing Resolution of Kali Linux on Windows Hyper-V – Full Screen

March 29, 2022
When you install Kali Linux on Windows Hyper-V, there's no way to increase the resolution unless you do this hack. This is pretty easy, just do the following. 1) Open GRUB Copy Code Copied! Use a different Browser sudo nano /etc/default/grub 2) Edit the line 'GRUB_CMDLINE_LINUX_DEFAULT="quiet";' to desired resolution: Copy Code Copied! Use a different [...]
Read More

How to Update the OpenVAS (GVM) Feeds?

March 29, 2022
This is a simple solution for updating the OpenVAS (GVM) Feeds Sometimes the config does not work as expected in OpenVAS so you will need to update the feeds. Here are the three feeds to be updated 1) GVMD DATA Copy Code Copied! Use a different Browser greenbone-feed-sync --type GVMD_DATA 2) SCAP DATA Copy Code [...]
Read More

Change Hostnames on Kali Linux

March 29, 2022

Changing the hostname in Kali Linux is very simple! This is how Linux displays your username and hostname: [username]@[hostname] ex: kali@kali There are two files you need to touch in order to change your hostname: 1) Edit the ‘hostname’ file: Delete the current host and add your hostname 2) Edit the ‘hosts’ file: Add the […]

Read More

Nmap Cheat Sheet for outputting IP’s in simple list

March 23, 2022

Output only the IP addresses on the terminal with nmap You know how to use nmap to find the list of IP addresses that are currently in the network. But this could be messy. This cheat gives you a simple list of IP addresses on the terminal so you can cut and use as you […]

Read More

Correct way to http to https and www to non-www on htaccess

November 30, 2021

Why would someone leave the door open when redirecting www to non-www using via the .htaccess. Please first make all traffic encrypted from http to https and THEN redirect from www to non-www. Here’s the trick: Note: this only works in Apache. Cheers!

Read More

Copyright ©2023 GetCyber

Click to Copy