Python Ethical Hacking - Persistence(1)

PRESISTENCE

Persistence programs start when the system starts.

  • Backdoors -> maintain our access.
  • Keylogger -> spy on target.
  • Reports -> send report on startup.
  • ...etc.

 

reg add /? command:

reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Run /v test /t REG_SZ /d "C:\test.exe"

 

posted @ 2019-10-09 22:26  晨风_Eric  阅读(143)  评论(0编辑  收藏  举报