Jump to content

alexthedrifter

Active Members
  • Posts

    58
  • Joined

  • Last visited

Posts posted by alexthedrifter

  1. Assuming its in autoit

    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

    ;;It work only for *.bmp;;

    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

    $wallpaper = FileOpenDialog("", "::{20D04FE0-3AEA-1069-A2D8-08002B30309D}", "Bitmap(*.bmp)", 1)

    _WallpaperChange($wallpaper)

    Func _WallpaperChange($image)

    ;Desktop Position: Stretch

    RegWrite("HKEY_CURRENT_USER\Control Panel\Desktop", "WallpaperStyle", "REG_SZ", 2)

    RegWrite("HKEY_CURRENT_USER\Control Panel\Desktop", "TileWallpaper", "REG_SZ", 0)

    ;;;;;;;;;;;;;;;;;;;;;;;;;;

    $spi_setdeskwallpaper = 20

    $spif_updateinifile = 1

    $spif_sendchange = 2

    DllCall("user32.dll", "int", "SystemParametersInfo", _

    "int", $spi_setdeskwallpaper, _

    "int", 0, _

    "str", $image, _

    "int", BitOR($spif_updateinifile, $spif_sendchange))

    EndFunc ;==>_WallpaperChange

    I didn't write this.

    or if its command prompt

    http://www.optimumx.com/download/SetWallpaper.zip

  2. You not missing anything xD. Had a spare hard drive was watching the recording, so I took out the plater played with the magnets and then wrote Hak5 on it xD.

  3. Verye, this could be done with very little effort. Unfortunately I'm taking a break from editing current payloads at the moment I have bigger projects :3. If you look through the file structure you should be able to find what slurp gets and how to edit it.

  4. thats cool that you did all that but i personally just stick to gonzors because i like the style of it

    although i really wish gonzor would release the source for the gui part of the control panel i guess you can call it

    but its ok that he hasnt i have fount others ways to make each check mark do what i want them to do

    maybe one day i may try to see what i can do for making a cp for these things idk never though about tring it before im sure it cant be too hard

    good work though

    Thanks.

    No, I'm sorry... I don't know how do do for not using .NET Framework.

    Slurp3 method (I named it slurp3 because slurp1 and slurp2 already exists) is a way of slurping only desired files from My Documents, Desktop, Shared Documents and Shared Desktop (similar as Slurp2 but more oriented attack), it can substitute it too. It's not implemented yet but i'll think Leapo's will do. It uses a plain text file (wanted.txt from \SYSTEM dir), editable for slurping files by extension (*.jpg, *.doc, etc). It can slurp all files too (by edditing the wanted.txt and adding the *.* for it). You can find more information into the Pocketnife Payload thread here

    Thanks for the info, I think I'll update it soon with the others section so it shells the .txt file for Haksaw

  5. Updates:

    Now at V2.0 Using tabs to avoid the wall of text look.

    Overhauled since Beta version. Now using tabs :3

    Now added V2.0 with no framework required it looks ugly, but it works on any computer running any windows 2000-XP+

    Overview:

    This is a program I wrote in Visual Basic that simplifies editing of the Pocket Knife Payload by Leapos. With it you can edit the settings like the attacks that the payload does etc...

    Usage:

    Place in the root of your pocket knife.

    Run.

    Click things.

    If you can't understand how to use it then how did you navigate to this site?

    Source Code

    Screenshots

    V2.0/V2.0 NF

    None yet D: feel free to post some.

    V1.0

    http://img258.imageshack.us/my.php?image=over1yq4.bmp

    http://img529.imageshack.us/my.php?image=over2bg8.bmp

    http://img258.imageshack.us/my.php?image=over3wa6.bmp

    Any errors just post em here.

    Also could a mod edit out the Beta in the topic name, we are no longer in beta.

    Pocket_Knife_Configurator.rar

    PKC_No_Framework_Required.rar

  6. You can hold something like shift or alt or shift alt for it to do nothing.

    edit:

    If somebody can post a line of code from a batch file that enables the option when that .bat is run we could also do it that way.

    ex.

    Shell (vncoptions.bat)

    It runs the .bat with the commands in it to change the options.

    edit2: Separate batch files could be a bit messy.

  7. @mencargo Yes I can.

    edit:

    @Verye check in your settings their is a setting to turn off its checking for it.

    edit2: Here is a snippet of code.

    Process.Start("cmd.exe", " /K cd c:\")

    This opens command prompt, and changes its directory to C:\

    You can change cmd.exe to like /folder/folder2/program.bat and enter the parameters in the next section of code.

    If you guys could do that because I don't fully understand how payloads work I'll be sure to use it and accredit you for it.

    Edit3: Before you do all of them post 1 or 2 so I can make sure it properly works.

  8. Before I can work on it I need to know: Names of all programs and what has to be done to enable and disable them.

    How are the files enabled?

    shell config.bat -enable vnc

    or

    config.ini type thing with

    e meaning enabled

    d disabled

    program1.exe = e

    program2.exe = d

×
×
  • Create New...