+ Reply to Thread
Results 1 to 10 of 10
  1. #1
    Junior Member v1s1tor's Avatar
    Join Date
    Jun 2009
    Posts
    2

    Exclamation HELP NEEDED -> Vista keylogger (with by UAC-bypass)

    Hi guys !

    I am not really a c++ coder, but i fortunally could tinker (with code snippet: basic_keylogger_source.rar) my executable keylogger incl. ftp-uploading + firewall bypass for Windows XP.

    Although i run my logger with administrator rights under Vista 64bit it doesn't acts like it does under Windows XP.

    Now i would be very thankful if you can give me some tips on coding my "stealth" keylogger for Vista systems.

    Thanks a lot!


    !Cheers!

  2. #2
    Senior Member MujaHid's Avatar
    Join Date
    Apr 2008
    Posts
    151
    Its verry hard to Bypass vista UAC,

    What you could do is, do not let ur keylogger to copy its self to System32 thats an bad idea in vista

    Let it copy it self to *C:\Users\NameHere\AppData* by doing that you dont need it to run like admin.

    So at startup of ur Keylogger

    check if it runs on XP? if its true then -> copy to System32
    if its vista -> copy to AppData

    but by putting it in register ( for startup with windows ) you will have problems with Windows Defender ( Vista ) or you must use Service or Activex but there for you will need (Run As Admin).

    i hope this is little help 2 you.

  3. #3
    aoi
    aoi is offline
    Senior Member aoi's Avatar
    Join Date
    May 2008
    Location
    JP
    Posts
    855
    Article Entries
    1
    if i get home ill post
    how to bypass uac

    知る者は言わず、言う者は知らず。

  4. #4
    aoi
    aoi is offline
    Senior Member aoi's Avatar
    Join Date
    May 2008
    Location
    JP
    Posts
    855
    Article Entries
    1
    modify registry:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center" & Chr(34) & " /v UACDisableNotify /t reg_dword /d 00000001 /f"

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Policies\System" & Chr(34) & " /v EnableLUA /t REG_DWORD /d 00000000 /f"

    i havent try it by my self but i found this
    tell me if it worked maybe there is more to do
    to get rid of the UAC

    知る者は言わず、言う者は知らず。

  5. #5
    Senior Member MujaHid's Avatar
    Join Date
    Apr 2008
    Posts
    151
    root86 mate , you need to Run As Admin to change that.
    And windows will show popup that UAC is disabled.

  6. #6
    aoi
    aoi is offline
    Senior Member aoi's Avatar
    Join Date
    May 2008
    Location
    JP
    Posts
    855
    Article Entries
    1
    Quote Originally Posted by root86 View Post
    modify registry:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center" & Chr(34) & " /v UACDisableNotify /t reg_dword /d 00000001 /f"

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Policies\System" & Chr(34) & " /v EnableLUA /t REG_DWORD /d 00000000 /f"

    i havent try it by my self but i found this
    tell me if it worked maybe there is more to do
    to get rid of the UAC
    then get admin rights...

    >>>> UACDisableNotify !

    知る者は言わず、言う者は知らず。

  7. #7
    Senior Member Syntax_err's Avatar
    Join Date
    Jun 2008
    Posts
    593
    Quote Originally Posted by root86 View Post
    then get admin rights...

    >>>> UACDisableNotify !

    if u have admin rights , u don't have to worry about UAC
    لا إله إلا الله محمد رسول الله
    Non c?? dio solo allah e Mohammed ?? il messaggero di Allah
    There is no God but allah ,and Mohammed is the messenger of Allah


    Мустафа

  8. #8
    v1s1tor02
    Guest

    THANKS A LOT, FOLKS!

    THX.

  9. #9
    v1s1tor02
    Guest

    Wink

    In the "(int) main-function" of the program i disable the firewall first, so Windows Defender/Firewall don't bugs ;-)

    It seems that this works fine ...

  10. #10
    Junior Member
    Join Date
    Apr 2009
    Posts
    23
    install the keylogger as windows service, so you dont need to write to registry

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [Source] Schwarze Sonne Keylogger 100% FUD VISTA UAC BYPASS
    By slayer616 in forum Malware sources
    Replies: 15
    Last Post: 06-03-2011, 21:30
  2. [Keylogger and Stealer]keylogger spy-kpdo V5.0 Indetect 5/05/2009
    By KpdoBanker in forum Malware Samples and Information
    Replies: 10
    Last Post: 28-08-2010, 19:44
  3. [bypass] Windows Vista & Windows Defender
    By jackl007 in forum General Programming Help
    Replies: 3
    Last Post: 24-04-2009, 01:12
  4. [gui Needed!]
    By SqUeEzEr in forum Visual Basic Help
    Replies: 26
    Last Post: 08-07-2008, 08:42
  5. do you think this service needed?
    By developer in forum Off-Topic
    Replies: 2
    Last Post: 30-05-2006, 15:05

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.