Author Topic: Can you recommend me a specific application that takes screenshots?  (Read 1634 times)

0 Members and 4 Guests are viewing this topic.

Offline th9382

  • /dev/null
  • *
  • Posts: 6
  • Cookies: 0
    • View Profile
I’m looking for a Windows 7 compatible application (the price doesn’t matter but free is preferable) that can take screenshots at regular intervals. This application must run automatically at start-up, be completely hidden from the user (i.e., not show up in system tray, programs that can be uninstalled), and have the option to send the screenshots automatically via email or ftp or have them uploaded to some website.

Do you guys know of any application that has these features? Applications that aren’t made solely for taking screenshots (e.g., parental software or keyloggers) but have those features work as well but I prefer a simple one.



Offline flowjob

  • Knight
  • **
  • Posts: 327
  • Cookies: 46
  • Pastafarian
    • View Profile
Re: Can you recommend me a specific application that takes screenshots?
« Reply #1 on: August 24, 2014, 04:52:17 pm »
just code one yourself. should be pretty easy in certain languages (at least in python it is).
Quote
<phil> I'm gonna DDOS the washing machine with clothes packets.
<deviant_sheep> dont use too much soap or youll cause a bubble overflow

Offline Pak_Track

  • Royal Highness
  • ****
  • Posts: 762
  • Cookies: 69
  • Paratrooper
    • View Profile
    • My Home
Re: Can you recommend me a specific application that takes screenshots?
« Reply #2 on: August 24, 2014, 04:53:28 pm »
Your best bet is to write one yourself, based on the target. The easiest way, since it's a windows system, is to write one as a .bat file and sneak it into the targets start up folder.
Ardamax Keylogger will work as well.
« Last Edit: August 24, 2014, 04:58:34 pm by Pak_Track »

'Life is but a series of conflicts between the easy way and the right way.'
The more you know, the more you'll realize you know nothing. -Snayler
The problem with being a smart motherfucker is that sometimes the stupid motherfuckers think you're a crazy motherfucker.
dont u hate it when you offer help and the other person says yes -Pakalu Papito

Offline th9382

  • /dev/null
  • *
  • Posts: 6
  • Cookies: 0
    • View Profile
Re: Can you recommend me a specific application that takes screenshots?
« Reply #3 on: August 24, 2014, 05:00:11 pm »
I have no knowledge whatsoever of programming and wish to deploy this application tomorrow.

So is there any application that would meet my requirements? Also, it'd be great if this application did not save the screenshots locally or deleted them after having them sent.

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Can you recommend me a specific application that takes screenshots?
« Reply #4 on: August 24, 2014, 06:24:46 pm »
You are out of luck bro. As other have said, it would be easy to code it. In Delphi I was able to make it grab screenshots. Then when you have a program, you can just use either a batch or better yet a task scheduler.

Offline th9382

  • /dev/null
  • *
  • Posts: 6
  • Cookies: 0
    • View Profile
Re: Can you recommend me a specific application that takes screenshots?
« Reply #5 on: August 24, 2014, 06:37:54 pm »
I used nircmd to create a .bat to save screenshots.

"nircmd.exe savescreenshot "Screenshot__%date:~4,2%-%date:~7,2%-%date:~10,4%_%time:~0,2%%time:~3,2%_%time:~6,5%.png" exit"

Problem is, although I created a task in Windows 7 for it to run (and it runs), it doesn't save screenshots.

Second, how would I go about to sending the screenshots from a local PC via email/ftp/upload to another website?

Offline flowjob

  • Knight
  • **
  • Posts: 327
  • Cookies: 46
  • Pastafarian
    • View Profile
Re: Can you recommend me a specific application that takes screenshots?
« Reply #6 on: August 24, 2014, 08:00:24 pm »
afaik there's a commandline ftp client installed on windows, you should be able to use it with cmd. don't know how to automate the process tho...
Quote
<phil> I'm gonna DDOS the washing machine with clothes packets.
<deviant_sheep> dont use too much soap or youll cause a bubble overflow

Offline th9382

  • /dev/null
  • *
  • Posts: 6
  • Cookies: 0
    • View Profile
Re: Can you recommend me a specific application that takes screenshots?
« Reply #7 on: August 24, 2014, 08:16:05 pm »
That' easy: I would use the task schedule service in Windows.

Here's a guide on using ftp from the Windows command line: http://www.techscribe.co.uk/ta/ftp.htm

Problem is, for some reason although I was able to set up a task to start my screenshot script, and it does run properly, no screenshots are saved.

Anyone knows why?

Offline Pak_Track

  • Royal Highness
  • ****
  • Posts: 762
  • Cookies: 69
  • Paratrooper
    • View Profile
    • My Home
Re: Can you recommend me a specific application that takes screenshots?
« Reply #8 on: August 24, 2014, 08:48:07 pm »
Specify a folder to which the screenshots should be saved.

'Life is but a series of conflicts between the easy way and the right way.'
The more you know, the more you'll realize you know nothing. -Snayler
The problem with being a smart motherfucker is that sometimes the stupid motherfuckers think you're a crazy motherfucker.
dont u hate it when you offer help and the other person says yes -Pakalu Papito

Offline th9382

  • /dev/null
  • *
  • Posts: 6
  • Cookies: 0
    • View Profile
Re: Can you recommend me a specific application that takes screenshots?
« Reply #9 on: August 24, 2014, 09:45:06 pm »
Huh? The .bat script takes screenshots when I open it manually so obviously the folder to which screenshots are to be saved is set.

Offline flowjob

  • Knight
  • **
  • Posts: 327
  • Cookies: 46
  • Pastafarian
    • View Profile
Re: Can you recommend me a specific application that takes screenshots?
« Reply #10 on: August 24, 2014, 10:48:34 pm »
Huh? The .bat script takes screenshots when I open it manually so obviously the folder to which screenshots are to be saved is set.
Seems like for some reason the batch script isn't executed. Check all the settings, etc...
Quote
<phil> I'm gonna DDOS the washing machine with clothes packets.
<deviant_sheep> dont use too much soap or youll cause a bubble overflow

Offline th9382

  • /dev/null
  • *
  • Posts: 6
  • Cookies: 0
    • View Profile
Re: Can you recommend me a specific application that takes screenshots?
« Reply #11 on: August 24, 2014, 11:02:37 pm »
Seems like for some reason the batch script isn't executed. Check all the settings, etc...

This is the thing, the .bat script runs as I can see the console fire up and run the command. The path is correct as well so I'm oblivious as to what the issue is.

Offline Pak_Track

  • Royal Highness
  • ****
  • Posts: 762
  • Cookies: 69
  • Paratrooper
    • View Profile
    • My Home
Re: Can you recommend me a specific application that takes screenshots?
« Reply #12 on: August 25, 2014, 04:26:38 am »
What permissions does the script have and where does it save to?

'Life is but a series of conflicts between the easy way and the right way.'
The more you know, the more you'll realize you know nothing. -Snayler
The problem with being a smart motherfucker is that sometimes the stupid motherfuckers think you're a crazy motherfucker.
dont u hate it when you offer help and the other person says yes -Pakalu Papito

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Can you recommend me a specific application that takes screenshots?
« Reply #13 on: August 25, 2014, 06:05:57 am »
Might the command syntax be also wrong?

Offline 0E 800

  • Not a VIP
  • VIP
  • Baron
  • *
  • Posts: 895
  • Cookies: 131
  • • тнε ιηтεяηεт ιs мү яεcүcℓε-вιη •
    • View Profile
Re: Can you recommend me a specific application that takes screenshots?
« Reply #14 on: August 25, 2014, 06:28:35 pm »
As Pak_Track mentioned, you could use keylogger software:

http://www.ardamax.com/keylogger/
Quote
Ardamax Keylogger is a keystroke recorder that captures user's activity and saves it to an encrypted log file. The log file can be viewed with the powerful Log Viewer.
Use this tool to find out what is happening on your computer while you are away, maintain a backup of your typed data automatically or use it to monitor your kids. Also you can use it as a monitoring device for detecting unauthorised access.
Logs can be automatically sent to your e-mail address, access to the keylogger is password protected. Besides, Ardamax Keylogger logs information about the Internet addresses the user has visited.

This invisible spy application is designed for 2000, XP, 2003, Vista, 7 and Windows 8.

Try for free:
https://kickass.to/ardamax-keylogger-4-2-professional-edition-with-key-davcb69-t9434923.html

What I did was download and install. Then I picked a common executable like 7zip installer or teamviewer and attached the payload. You can set it up to capture screenshots or weburls or whatever and have it sent to an email address every x hours/minutes.

Windows 8 defender did not pick up logger program but I am sure other 3rd party AV will. I also noticed that the keylogger software gives itself away in task-manager.

You should also review: Windows Batch Script saves Screenshots every 10min
http://www.askapache.com/windows/windows-batch-script-saves-screenshots-every-10min.html

« Last Edit: August 25, 2014, 06:36:05 pm by 0E 800 »
The invariable mark of wisdom is to see the miraculous in the common.