Category: blog
-
SMASH THE STACK LEVEL2
Read more: SMASH THE STACK LEVEL2time to play level2@io:/levels$ ./level02 source code is available in level02.c let’s read what it says level2@io:/levels$ cat level02.c //a little fun brought to you by bla #include <stdio.h> #include…
-
SMASH THE STACK Level1
Read more: SMASH THE STACK Level1after login to the ssh server levels located on /levels so let’s play level1 level2@io:/levels$ ls -alh level01 -r-sr-x— 1 level2 level1 1.2K Jan 13 2014 level01 as u notice…
-
NGINX forward visitor real ip to apache
Read more: NGINX forward visitor real ip to apachelet’s assume u have NGINX on port 80 apache on port 8080 in nginx config -> sever config -> virtualhost config location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For…
-
Files Encrypt with GPG
Read more: Files Encrypt with GPGGPG = Gnu Privacy Guard To secure file from unauthorised access with the password in Linux/Unix is very simple method 🙂 lets assume we have a secure file with some…
-
Script : MySQL Create Database UTF-8 with user and password
Read more: Script : MySQL Create Database UTF-8 with user and passwordwe do create many databases every day and i love UTF-8 data formate so i decided to make something simple and save my time here is the syntax to create a…
-
Rest MySQL root password
Read more: Rest MySQL root passwordwe all hate this ERROR 1045 (28000): the problem starts with “you can’t access and u will not be able to change the MySQL/MariaDB password while the service is running u…
-
Hello world!
Read more: Hello world!Welcome to UNIXAWY. This is my first post. I made the blog to save someone time as someone saved my time 😉