Advanced Search
Search Results
145 total results found
6. Fake Authentication Attack
Why do we the fake Auth? APs can only communicate with connected Clients If we aren't connected, we even cant start the attack therefore we need the Fake Auth Attack Scan networks airodump-ng wlan0 Get desired BSSID from Network you want to attack Collect...
7. WEP Cracking
If the Network isn't busy we need to force the AccessPoint to generate new packages. We are doing that via ARP Request Replay. We wait for an ARP packet, capture it and replay it. This causes the AP to produce another packet with a new IV. We are doing this un...
9. Practice
I am assuming you already have Monitor Mode active We want to check all the networks which have WPS Activated: wash --interface wlan0
Part 1: Prerequisites
Before we begin, let's install some necessary packages: sudo apt install libvirt-daemon-system libvirt-clients qemu-kvm qemu-utils virt-manager ovmf Enable required services sudo systemctl enable --now libvirtd You should add your user to libvirt group (many ...
Alpaca Electron
Alpaca Electron Alpaca Electron is built from the ground-up to be the easiest way to chat with the alpaca AI models. No command line or compiling needed! 📃 Features + to-do Runs locally on your computer...
[need review] Stable Diffusion AMD Debian ROCm
I assume you already have Docker installed Create Stable Diffusion Folder ROCm mkdir SD cd SD Clone ROCm via Docker sudo docker pull rocm/composable_kernel:ck_ub20.04_rocm5.7 Run the Docker container docker run --name rocm -it -v $HOME/Software/docker/sd --d...
apt-mirror
Download neccessary packages apt install apt-mirror dpkg-dev apache2 Edit your /etc/apt/mirror.list ############# config ################## # set base_path /var/spool/apt-mirror set mirror_path $base_path/mirror set skel_path $base_path/skel set var_path $bas...
Skip Twitters Ratelimiting
Mitigating Unauthorized Web Scraping Bot Traffic The current design of Nitter, along with its methodology for accessing the Twitter service, necessitates heightened vigilance on the part of instance operators to manage unwarranted access by web scraping bots. ...
Autostart VM on Boot
In this guide, we are going to learn how to autostart VirtualBox VMs on system boot on Linux. On a Linux system with VirtualBox installed, you can start VMs automatically during system boot. AutoStart VirtualBox VMs on System Boot on Linux There are multiple w...
Reset Local Windows 10 Password (german)
Startet euren Rechner mit dem Windows 10-Installationsmedium und klickt im Begrüßungsbildschirm "Weiter". Klickt danach unten links auf "Computerreparaturoptionen". In diesem Bildschirm wählt ihr "Problembehandlung". Unter "Erweiterte Optionen" öffn...
Radicale - Cal and CardDav
1. Install Packages apt update apt dist-upgrade apt install radicale apache2-utils 2. Authentication In its default configuration Radicale doesn't check usernames or passwords. If the server is reachable over a network, you should change this. First a users f...
Webdav using Apache2
Step 1: Install Required Packages First, ensure that you have Apache2 and the necessary modules installed. You can install them using the package manager for your distribution. For example, on Ubuntu or Debian, you can run: sudo apt install apache2 apache2-uti...
Upgrade FreeBSD
Upgrading FreeBSD from one minor version to another, such as from FreeBSD 14.0 to 14.2, can typically be done using the freebsd-update tool. Here’s a step-by-step guide on how to perform the upgrade: Step 1: Backup Your Data Before performing any upgrade, it's...
Change Hostname
Changing the hostname in FreeBSD can be done in a few simple steps. Here’s how to do it: Step 1: Change the Hostname Temporarily To change the hostname temporarily (until the next reboot), you can use the hostname command. Open a terminal and run: sudo hostnam...
First Steps
Add User To system root@balrock:~ # adduser Username: username Full name: Uid (Leave empty for default): Login group [username]: Login group is username. Invite username into other groups? []: wheel Login class [default]: Shell (sh csh tcsh bash rbash nolo...
Create Jail, Networking and NAT
Step 1: Enable IP Forwarding First, you need to enable IP forwarding on your FreeBSD host. This allows the host to forward packets between the jail and the outside network. Edit the /etc/sysctl.conf file and add the following line: net.inet.ip.forwarding=1 Ap...
Install Software in Template using proxy
wget proxy Issue in Terminal: https_proxy=http://127.0.0.1:8082/ http_proxy=http://127.0.0.1:8082/ Then you can flatpak install xyz or sudo extrepo enable xyz Clone git in template git config --global http.proxy http://127.0.0.1:8082 then you can git clone...
Copy from and to dom0
Copy to dom0 qvm-run --pass-io vm-name "cat /path/to/file/in/vm" > "/path/to/file/in/dom0" Copy from dom0 qvm-copy-to-vm <target_vm> <file>
AWUS 1900 - Linux Drivers
rtl8814au Drivers for the rtl8814au chipset wireless adapters Install Dependencies sudo apt update sudo apt install dkms rfkill git iw bc build & install https://github.com/morrownr/8814au cd 8814au sudo ./install-driver.sh # check driver is installed find /l...
Install custom Kernel in TemplateVM
install linux kernel sudo apt install linux linux-headers grub-install /dev/xvda grub-mkconfig -o /boot/grub/grub.cfg mkinitcpio -p linux switch vm to HVM in QubesManager