Category: blog
-
SCCM Tampering with deployment boundaries for EoP
Read more: SCCM Tampering with deployment boundaries for EoPIn a large-scale environment, software deployment automation provides efficiency for employees and the IT departments. Moreover, It solves existing challenges but brings new ones. These challenges require adaptation from the…
-
Jump between domains – Enterprise Admins Golden Ticket
Read more: Jump between domains – Enterprise Admins Golden TicketHow 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…
-
Heap Memory
Read more: Heap MemoryHeap Memory, it starts from lower address and increases to higher address malloc malloc(size) allocate memory, return a pointer realloc(pointer, size) resize currently allocated memory for bigger or lower by…
-
IDA Debugger: you don’t have the necessary privileges.
Read more: IDA Debugger: you don’t have the necessary privileges.during reverse engineering session, I encountered error from IDA saying “The debugger could not attach to the selected process. This can perhaps indicate the process was just terminated, or that…
-
GDB hook .gdbinit
Read more: GDB hook .gdbinitGDB hook that helps without third-party apps set disassembly-flavor intel define hook-stop info register eax info register ebx info register ecx info register edx info register ebp info register esp…
-
Shellcode validation via C pointer
Read more: Shellcode validation via C pointerC 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)(); }
-
Run MySQL Cluster Multi Masters For High Availability
Read more: Run MySQL Cluster Multi Masters For High AvailabilityHello Folks, it’s has been a while I didn’t write new articles, it’s has been a while I didn’t write new articles, so time to give back to the community,…
-
Linux Performance Co-Pilot with WebUI
Read more: Linux Performance Co-Pilot with WebUIPerformance Co-Pilot allow sysadmins to collect and measure data from various systems, it comes in RPM packages for Red Hat 6 to 7 website http://pcp.io/ installing Performance CO-Pilot yum -y install…
-
Facebook Mass Invite to Like script
Read more: Facebook Mass Invite to Like scripttoday I wrote a script to help in sending an invitation to like your page this happens when you promote a post for your audience and they interact with your…
-
Docker Persistent Storage for MySQL Server and SELinux
Read more: Docker Persistent Storage for MySQL Server and SELinuxhello everyone today we will make MySQL Docker Container with Shared Storage first let’s pull latest MySQL version of docker docker pull mysql after we did download the latest image this…








