Author: Ahmad
Date: May 24, 2020

How to take over all the domains. But let’s add a quick recap first. To build an active directory domain, you start with a root domain, for example, UNIXAWY.CORP, which is the root domain/company, then you start a new branch or merge and acquisition a new company, then you want to extend your network for … Read More
Author: Ahmad
Date: October 15, 2018
C snippet to test the shellcode replace your shellcode with your custom payload char shellcode[] = “\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc”; int main(int argc, char **argv){ int (*target)(); target = (int(*)())shellcode; (int)(*target)(); }
Author: Ahmad
Date: June 26, 2016
#1146 – Table ‘phpmyadmin.pma_tracking’ doesn’t exist this error indicates that phpmyadmin pages failed in setup and you just ignored it in the setup process you need to reconfigure the package again root@ubuntu:~# dpkg-reconfigure phpmyadmin after you follow the reinstall steps it will setup the missing sql files for pma tables
Author: Ahmad
Date: July 31, 2015
today i was doing some forensics to find mac address inside syslog in linux systems i wrote this simple grep command to filter mac address from log files grep ‘[0-9a-zAz]\{2\}:[0-9a-zAz]\{2\}:[0-9a-zAz]\{2\}:[0-9a-zAz]\{2\}:[0-9a-zAz]\{2\}:[0-9a-zAz]\{2\}’ have fun
Author: Ahmad
Date: July 16, 2015
u can identify the duplicated uid in your system this useful to identify if there some manipulation inside the users’ accounts getent passwd|cut -d : -f3 |sort -n|uniq -d it only returns the duplicated uid btw: if it returns 0 😀 you know the rest
Author: Ahmad
Date: December 3, 2014
loaded the virtual machine and run netdiscover to get the machine IP oot@n1x:~# netdiscover Currently scanning: 192.168.39.0/16 | Screen View: Unique Hosts 4 Captured ARP Req/Rep packets, from 4 hosts. Total size: 240 _____________________________________________________________________________ IP At MAC Address Count Len MAC Vendor —————————————————————————– 192.168.1.1 e8:94:f6:5d:c6:3b 01 060 Unknown vendor 192.168.1.2 00:18:fe:6d:61:27 01 060 Hewlett Packard … Read More
Author: Ahmad
Date: November 24, 2014
Welcome to UNIXAWY. This is my first post. I made the blog to save someone time as someone saved my time 😉