10 python tricks that will be useful for your scripts
Tabla de contenido1 2. Create tar.gz file2 3. Hide the password when prompted by console3 4. Executing commands with pexpect4 5. Encode and decode a base64 binary by chunks5 6. …
All the latest news about IT
Tabla de contenido1 2. Create tar.gz file2 3. Hide the password when prompted by console3 4. Executing commands with pexpect4 5. Encode and decode a base64 binary by chunks5 6. …
This is the new installment of the Linux Basics Series: How to connect via SSH to another system. We are going to teach how to connect to a linux system …
Tabla de contenido1 1. New entries can be added from other systems on your hard disk.2 2. You can navigate through the operating system from GRUB.3 3. GRUB can be …
Hello! Since you have asked me to publish more articles with a more basic level, I have decided to do two articles per week, one more advanced and one more …
Tabla de contenido1 1. Rsync of a complete system2 2. DD + SSH3 3. SSHFS4 4. SimpleHTTPServer5 5. Netcat Hello! Today I bring you several ways to transfer files from …
Tabla de contenido1 1- lsof2 2- iptraf3 3- iperf4 4- iotop5 5- ncdu Hello! Today we bring you more utilities for linux. Specifically we bring you the 5 administration utilities …
Tabla de contenido1 1- Increasing the size of a virtual disk in RAW format2 2- When we run out of RAM and can’t reboot3 3- Gain up to 5% disk …
Tabla de contenido1 The first implementation is brython2 The second implementation we bring is PyJS Today we bring two curious implementations of python. So far we had seen python on …
Tabla de contenido1 1. wpvulnb.com2 2. wpscans.com3 3. hackertarget4 4. wpscan Hello! Today we are back with an article about pentesting and computer security, this time we bring you the …
Today we will talk about how to create a kernel module in C language to run our code with the highest possible privilege. In some cases, it is necessary to …