67
Mitiko
7y

Well VS really gives me a lot opportunities for code improvement...

Comments
  • 1
    Well, yeah. Viewstart can't render, it's for usings that all your pages use iirc.
  • 7
    Why are you programming a keylogger though?
  • 1
    @Tobias O, shit, I knew someone is going to catch me.... I'm doing a virus, well for it to be legal we are pretending it's just a piece of software that annoys friends...also keylogs porn searches.
    By the way, how to send the keystroke back to the MVC website, so I will be able to view it?
  • 3
  • 0
    It's for the learning curve, I'm not going to sell it or get money from that.

    Also I wanted to learn MVC and this seemed quite cool project to start with after "Hello World"
  • 0
    Well@soup-bowl Well, I feel OK with c#, but I'm new to MVC and since I'm not a native English speaker there are some web verbs that I don't know the meaning of.
  • 0
    @Mitiko
    Will your machine be running the binary file or will the bait-user will be running it?

    Anyway, the MVC architecture will be mostly applied on the remote C&C server side.

    Here's why..

    From your answers I'll assume the bait user will be running some sort of dirty app that will log his keystrokes.

    So I can think of two implementation options that you may use:

    - store all the keywords to a local database and send the information to a remote C&C server every X (time interval).

    - send each keystroke to a remote C&C server on-the-fly.

    In each case you will need a remote C&C server to CRUD the information it gets.

    I would've start with that :)
  • 0
    @bioDan I'm almost done (need at least 2-3 weeks of work) http://rimotr.apphb.com

    Try logging in with u: test p: test
    And u: tester p: password
  • 1
    You guys complaining about the lack of ethics in making a keylogger are completely missing the horrible fact that he used INLINE STYLING ON THAT H1 TAG
  • 1
    @nicholai well, he's also putting an h1 tag on a file that doesn't render anything, so meh
  • 0
    uhm... isn't that the bulb from resharper? why blaming visual studio?
  • 1
    @thoxx that bulb is in visual studio too
  • 1
    oh okay...thank you!
Add Comment