INFO Machine IP = 10.10.11.135 OS = Linux Level = MEDIUM Points = 30 Write the IP of the machine to your /etc/hosts file echo "x.x.x.x xxx.htb" >> /etc/hosts SCANNING - Nmap: ┌─...
HTB Paper Writeup
INFO Machine IP = 10.10.11.143 OS = Linux Level = Easy Points = 20 SCANNING - Nmap: # Nmap 7.92 scan initiated Sun Mar 13 11:10:47 2022 as: nmap -sV -sC -oA /home/kali/Desktop/nmap/Pape...
RPI Zero W E: You don't have enough free space in /var/cache/apt/archives/. [Solved]
RPI Zero W E: You don’t have enough free space in /var/cache/apt/archives/. [Solved] This error message showed up on a raspberry pi zero-w with a fresh install of Raspbian or others OS-related...
Error[Solved]: GitHub 'merge.tool' is not configured
Error[Solved]: GitHub ‘merge.tool’ is not configured This message is displayed because ‘merge.tool’ is not configured. Error Msg. See 'git mergetool --tool-help' or 'git help config' for more...
GitHub actions run bash script and push to another repository
GitHub actions run bash script and push to another repository Today I going to share with you the idea of how to do automation to run a script for reporting or monitoring your system, cloud, e...
Captive portal attack!
Captive portal attack! A captive portal is a web page accessed with a web browser that is displayed to newly connected users of a Wi-Fi or wired network before they are granted broader access ...
Replace a string in multiple files in Linux command line
Replace a string in multiple files in Linux command line When working with text files, you’ll often need to find and replace strings of text in one or more files. So let’s bind some commands ...
Auto send collaborators invitation to GitHub repos after they pay or donate
Auto send collaborators invitation to GitHub repos after they pay or donate In this article, I going on how to use Google forms to collect donations, support, or sponsor your project even you ...
Remove Unnecessary Configuration Files On Linux (Debian-based Systems)
Remove Unnecessary Configuration Files On Linux (Debian-based Systems) There is a difference between – apt remove vs apt purge vs apt autoremove vs apt clean vs apt autoclean. These are the ...