Windows 인증 과정1 (개요) : http://tribal1012.tistory.com/221Windows 인증 과정2 (로컬) : http://tribal1012.tistory.com/222------------------------------------------------------------------------------------------------------------------------------------------- SPNEGO(Simple and Protected GSS-API Negotiation Mechanism) GSS-API를 사용하기 위해 협상하는 메커니즘이다. 절차에 따라 무사히 협상되게 되면 서버와 클라이언트는 서로가 같은 GSS(General Security S..
Windows 인증 과정2 (로컬) : http://tribal1012.tistory.com/222Windows 인증 과정3 (원격) : http://tribal1012.tistory.com/223-------------------------------------------------------------------------------------------------------------------------------------------Windows 인증 과정(좀 더 세세하게 수정 필요)로컬 또는 원격으로 Windows에 로그인LSA에 접근LSA에서 인증 패키지를 결정하고, 로그인에 필요한 자격 정보를 인증 패키지에 전달인증 패키지가 인증 여부 확인LSA에 인증 여부 전달성공적으로 인증되었다면, L..
파일 컴파일 방법(Visual Studio 2015 기준, 다른 버전인 경우 배치 파일의 VSPATH 경로 수정 필요)build 배치 파일 실행(32bit : build_32bit.bat, 64bit : build_64bit.bat)nmake -f dll_injector.mk all완료 코드 : https://github.com/Tribal1012/DLL_Injector 참고리버스코어(ReverseCore) : http://reversecore.com/책 : 리버싱 핵심원리