monitoring
+ Reply to Thread
Results 1 to 5 of 5

Thread: cammand lines

  1. #1
    Join Date
    Sep 2005
    Posts
    19

    cammand lines

    any one know any good cammand lines for a trojan
    for downloading and uploading a file and for printing the screen and webcam

  2. #2
    Join Date
    Sep 2005
    Posts
    2,050
    Quote Originally Posted by humza
    any one know any good cammand lines for a trojan
    for downloading and uploading a file and for printing the screen and webcam
    Explain what you want.

  3. #3
    Join Date
    Sep 2005
    Posts
    19
    i want the cammand lines for downloading and uploding file
    printing the screen
    veiwing webcam
    password grab

  4. #4
    Join Date
    Sep 2006
    Posts
    1,649

    uh well

    I think you want a batch file, am I right?
    Yeah, well, Google brings up a lotta good sites

    I would help you, I truly would, but I have no idea what OS you are trying to get ps'es from, what antivirus they have, and all that jazz.
    -----------------------------------------------
    This talk about printing the screen, you mean writing messages and displaying them on the screen? That's easy enough, here it is written in batch. Type this in Notepad.

    Code:
    @echo off
    echo WRITE MESSAGE HERE
    Then save it as a .bat file
    ---------------------------------------------
    As far as viewing webcams, whose are you trying to view? You need info on them first.
    --------------------------------------------
    Uploading and Downloading, I don't have any idea, sorry.

  5. #5
    Join Date
    Sep 2005
    Posts
    2,050
    Quote Originally Posted by humza
    i want the cammand lines for downloading and uploding file
    printing the screen
    veiwing webcam
    password grab
    Ok, well that means absolutely nothing to me. You need to explain what you want before people can begin to help you.


    He mentioned trojans on the original post, so I think what he wants is code for making remote admin tools. This he will not get.

    Before even thinking about making remote admin tools, you need to know how computers operate and you need to know how to program. If someone just shoved a bunch of c/c++/vb code in your face you wouldn't know what the hell to do with it.

    You can't just ask for code to perform those features you listed - once you know a programming language and the Win*2 API, it becomes obvious.

    In conclusion, this thread looks like the ramblings of someone who doesn't even know what they want.

    And it's 'command line' not 'cammand line'.

+ Reply to Thread

Posting Permissions

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