Author Topic: What are stealth ways of running software at start-up on windows without Admin  (Read 2395 times)

0 Members and 2 Guests are viewing this topic.

Offline Snayler

  • Baron
  • ****
  • Posts: 812
  • Cookies: 135
    • View Profile
Okay thx, I think the limit is 2083 characters. And if they find out the link or someone else stumbles upon it how do you protect the logs  without password?
That's what Kulver is trying to explain. The link can be a blank page, no logs will ever appear there. The PHP script's function is to receive the POST data and save it on a file/database/whatever. You can later retrieve them using SSH, or FTP or whatever you'd like.
« Last Edit: November 15, 2013, 03:39:39 pm by Snayler »

Offline hppd

  • Knight
  • **
  • Posts: 163
  • Cookies: 7
    • View Profile
Okay I get it now. It is going to take some time to figure it out. I just started a php course especially for this project. It doesn't seem that difficult but I might be mistaking.  ;D

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Okay I get it now. It is going to take some time to figure it out. I just started a php course especially for this project. It doesn't seem that difficult but I might be mistaking.  ;D
It's really simple. All you need to know is how to handle requests, how to parse the requests and how to write to files.