topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday November 11, 2025, 3:59 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 30 31 32 33 34 [35] 36 37 38 39 40 ... 225next
851
General Software Discussion / Re: Personal keylogger
« Last post by 4wd on April 21, 2018, 12:02 AM »
I should probably make a flow chart, it might be easier to follow.

Dunno ... reminds me more of some of the overly complex sentence diagramming in English class when I was in high school, circa early 60's ... not certain flow charting could do justice  :-\.

Would end up in an endless loop with no possible outcome anyway  ;)
852
General Software Discussion / Re: Personal keylogger
« Last post by 4wd on April 20, 2018, 04:26 PM »
....not too sure what is even going on in this thread anymore  ;D
-Stephen66515 (April 20, 2018, 08:16 AM)

Allow me to elucidate:
1) OP has asked for recommendations for software to perform a certain function.
2) Recommendations were given but OP gives no indication that any of them have actually been tried apart from being downloaded and having the AV complain about them.
3) [Insert number here] months later OP repeats same request and provides no explanation of why any previous suggestion was unsuitable because he has not tried them.
4) Repeat from step 2.

I think that pretty much sums it up.

Could probably add that despite proving that the latest comment by him was incorrect that we will continue from step 3 anyway.

To put it another way, in the 5 years since the OP posted:
a) He could have reviewed every single keylogger out there and put his results in our Review section.
b) He could have learnt a programming language and written one that suits him.

PS. If you think I'm being overly sarcastic ... you are 100% correct.

PPS. I forgot to include that it usually takes at least a dozen posts over the course of a month or two to find out what is actually required.

I should probably make a flow chart, it might be easier to follow.
853
General Software Discussion / Re: Personal keylogger
« Last post by 4wd on April 20, 2018, 05:01 AM »
Trojan:Win32:Tiggre!Plock

This ^ and the fact that a keylogger is basically always going to seem suspicious to an AV system (I'd be worried if it didn't...).
-Stephen66515 (April 20, 2018, 03:13 AM)

Exactly but it seems that most of the AV programs are either intelligent enough to know when something isn't doing something wrong until it does it or too dumb to know ... which is it?

And he specifically said MS Defender.
854
Living Room / Re: grab urls
« Last post by 4wd on April 20, 2018, 04:42 AM »
^ already addressed AFAICS.
And you say you can use a different browser - try PaleMoon or Firefox ESR
I gave Downthemall a try, but is there a way to make the downloads delay every x seconds so that I won't abuse the server???
You can configure concurrent downloads and downloads-per-server in DownThemAll - that really should be all you need to to avoid "abusing" anything :)


dTA! can't insert a delay between downloads, the next is fired off as soon as the previous finishes.

wget can insert a delay, (including a random delay).

Code: Text [Select]
  1. @echo off
  2. wget --save-cookies cookies.txt --keep-session-cookies --post-data 'user=foo&password=bar' --delete-after http://server.com/auth.php
  3. wget --load-cookies cookies.txt --secure-protocol="auto" --no-http-keep-alive -w 60 --random-wait --input-file="list.txt"
855
General Software Discussion / Re: Personal keylogger
« Last post by 4wd on April 20, 2018, 03:03 AM »
MS Defender doesn't complain about the latest version at all both on my system or via VirusTotal.
MBAM doesn't complain about it either scanning the executable or when it's running.

It doesn't send anything to the network, it doesn't cause thermonuclear meltdown, the Sun still set today, I still have to pay taxes, and (most annoyingly) it doesn't make coffee.

It can be extracted from its installer and run without having to install it.

I don't want it to be 'stealth' or anything like that or 'hidden' or 'invinsible' as it is only for me and nothing malicious.

It also doesn't run as 'stealth', 'hidden', or 'invisible' unless you tell it to hide the tray icon.

Do you actually try anything anyone suggests?
Or do you wait until someone has done it for you?
856
General Software Discussion / Re: Personal keylogger
« Last post by 4wd on April 19, 2018, 02:33 PM »
I downloaded it the Free Keylogger from here:
http://www.iwantsoft.com/download.htm

Windows Defender identified it as Trojan:Win32:Tiggre!Plock and quarantined it.
Do I trust it?

So in the 6 months since you last downloaded it, you haven't worked out how to add it to the AV exclude list?
857
Found Deals and Discounts / Re: WinX DVD Ripper V8.8.0 Easter giveaway
« Last post by 4wd on April 18, 2018, 07:52 AM »
Here's irony for you:

Version 1.7.1.0 (22 March 2007)

* Added an automatic updater. When a new version is available, RipIt4Me offers to download and install it for you. [...] This of course, will only work the next time we have an update.

There was never another update after that.

It did its job too well, the MPAA had a Cease and Desist issued against him.
858
Found Deals and Discounts / Re: WinX DVD Ripper V8.8.0 Easter giveaway
« Last post by 4wd on April 18, 2018, 12:04 AM »
For DVDs I still use RipIt4Me, the first program able to walk through the IFO files IIRC, which meant you could rip the whole disc, movie + menu, or just the movie and it would remove all the non-referenced VOBs, chapters, menu deadends, and whatever else they tried to do to obfuscate ripping.
859
Post New Requests Here / Re: software request: display all possible solutions
« Last post by 4wd on April 15, 2018, 02:47 AM »
Thank you, 4WD! Perhaps you enjoy doing kenkens too!

Never knew they existed until you mentioned them.

If you want to get into Python there's some code on StackOverflow that deals with finding multiplication cases, you may be able to contact the original poster and ask if he has posted his solutions for addition, subtraction, and division somewhere.

There's also a lot of software on GitHub.
860
Post New Requests Here / Re: software request: display all possible solutions
« Last post by 4wd on April 15, 2018, 12:20 AM »
Online version: KenKen and Kendoku calculator

If I input x*y*z=12,
the app would give:
6,2,1
4,3,1

2018-04-15 15_21_51-KenKen and Kendoku calculator, Killer Sudoku and Kakuro calculator.png

Results:
Code: Text [Select]
  1. 12* =====
  2. 3*2*2
  3. 4*3*1
  4. 6*2*1
  5. ---------
861
Living Room / Re: grab urls
« Last post by 4wd on April 15, 2018, 12:08 AM »
I don't feel comfortable using WGET. I need a GUI so that I can see the progress etc.

Is there a GUI download manager that will allow me to download a list of urls, from a login website, delaying 5 seconds between each attempt? Ideally, it could scan the links of the url and download any files of specific extensions in those urls?

Downthemall might do it.

It was suggested, he doesn't like it or it's too complicated.

JDownloader as suggested by Deozaan could most likely handle it, (logging in and downloading), but if he baulks at DownThemAll he's going to have no hope with JDownloader.

I don't feel comfortable using WGET. I need a GUI so that I can see the progress etc.

It outputs it's progress to the CLI window.
862
They need to strip out all the irrelevant characters before checking, both from the input address and their lookup lists.
AFAIK, that's only applicable for @gmail.* and gmail provided (undetectable as they can have any domain name, I presume) e-mail addresses, and not for 'regular' e-mail providers :huh:, unless you know of other e-mail providers that follow the same policy/structure?

It was an example, (the eg. bit), they could filter based on the domain the email address belongs to, (gmail.com, hotmail.com, mail.ru, etc), using whatever addressing rules the provider uses.

Even if they did it only for gmail it should considerably reduce the size of the lists and the need to input multiple email addresses for checking.

I'm only really talking about the big providers here which would probably cover >90% of the list, it'd be impossible to cater for every domain, (eg. [email protected]).
863
Found Deals and Discounts / Re: Vegas Pro Edit 14 $20 on Humble
« Last post by 4wd on April 11, 2018, 11:02 PM »
It's back on Humble Bundle again.

US$20 will get you:

Music Maker 80s Edition
MAGIX Photo Manager Deluxe
Soundpool: Blockbuster
Xara Photo & Graphic Designer
MAGIX Photostory Deluxe
Music Maker Hip Hop Beat Producer
VEGAS Pro 14 Edit
MAGIX Vintage Effects Suite
Xara Web Designer Premium
MAGIX Video Sound Cleaning Lab

Deal valid for the next 13.5 days.


Keep in mind that at the moment, Vegas Pro Edit 15 (the 'Edit' edition of Vegas Pro 14 is what is in the Humble Bundle deal) is offered for $150 until Dec 26:

They've been consistently reminding me that I can upgrade to Vegas Pro v15 Edit for $149 pretty much every 2-4 days for the last 4 months or so.  Main difference between 14 and 15 is GPU accelerated encoding but I usually output to MagicYUV or Lagarith and then use VidCoder or StaxRip, I find they seem to give a subjectively better visual output.
864
Out of 23 gmail addresses, 3 have one breach each, (all different).

Not too worried as it was for sites that were unimportant, 2FA is used on the gmail accounts and any important sites.

That site is rather limited in it's checking algorithm though, eg.

[email protected]
[email protected]
[email protected]

All the same address as far as email is concerned but the checker regards each as being a separate entity, ie. [email protected] is compromised but as far as the check is concerned, [email protected] won't be.

They need to strip out all the irrelevant characters before checking, both from the input address and their lookup lists.
865
Thank you mouser, wraith, cranio, and the software companies (especially IDM) !

866
so, what is other ways you know/suggest?

Is there a reason you need to recover your password rather than reset?

ie. Do you have folders/files that are OS encrypted?
867
I think that if the keypress can be made so that it appears to come from the keyboard buffer then it'll work, (SendKeys uses Windows messages from what I understand).

I see. So, how should I proceed in order to set this up?

The program needs to be written first.

Is this a laptop or desktop computer?

Is it a PS/2 or USB keyboard, (and is there only one)?
868
Living Room / Re: grab urls
« Last post by 4wd on April 08, 2018, 07:55 PM »
Thanks but, the problem with that is that some cookies/form-logins expire. So when you go on downloading a file it displays the form to login instead.
That's why I am looking for a software that can detect that and use my login each time it is need.
Is there a way to do this?

So you're saying that the cookies expire in the couple of seconds between sending the first command followed by the second command?
869
It seems my request is not as simple as I thought.. Have you tried telling the script to hit the up-arrowkey twice, perhaps?

The problem is the Lock Screen is not designed to be interacted with using a program, I think that would kind of defeat the purpose in using it to secure Windows.

There appear to be ways around it by replacing some system files but that also compromises security.

I think that if the keypress can be made so that it appears to come from the keyboard buffer then it'll work, (SendKeys uses Windows messages from what I understand).
870
Living Room / Re: how can I save this video?
« Last post by 4wd on April 06, 2018, 08:21 PM »
Can anyone help me save this video?
https://meet75317685...ue&pbMode=normal
Thanks!

Use a screen recorder, eg. ActivePresenter

Or if you just want audio: https://meet75317685...ame.zip?download=zip
871
Living Room / Re: [Game] Answer & Ask
« Last post by 4wd on April 06, 2018, 01:19 AM »
What is your all-time favourite song?
-Stephen66515 (April 05, 2018, 08:11 PM)


Great funeral song  :P


Do you believe Russia will become the global ruler as predicted by Baba Vanga?
872
It would appear that Windows/System32/Group Policy is an empty folder, so no Machine/Scripts/Startup is found, unfortunately.

The directory structure is created when an entry is input via Group Policy Editor.  Group Policy directory is read-only by default anyway.

You just need to go to the appropriate entry in the editor and select a cmd/PowerShell file from anywhere, it doesn't need to reside in Windows/System32/Group Policy/Machine/Scripts/Startup ... but I couldn't get it to run.

It's been a hectic week for me but I'm still trying to find time to try some potential solutions.

Tried using Task Scheduler set as Run at startup both as myself with highest privileges and as LOCAL SERVICE with highest privileges, still didn't do anything.  Not even attempted according to the task history.

I'll try it later today with it also writing a marker file with the time inside just so I can see if it runs at all in either situation.

ADDENDUM: OK, got it to run at startup and according to the Task History it ran while the Lock Screen was being displayed but it didn't interact with the screen.
The task was apparently started 20 seconds after the Lock Screen appeared and I also had a 20 second delay, Task shows as completing successfully.
Task was set to SYSTEM user.

Now have to try specifically directing the keypress to the winlogon.exe process, might need to do this in AHK/AutoIT/etc as a compiled program.

Was testing this on my laptop and forgot to turn off Start the task only if the computer is on AC power for initial test ...  :-[

Following ran but didn't interact either:
Code: PowerShell [Select]
  1. (New-Object -ComObject WScript.Shell).AppActivate((get-process winlogon).MainWindowTitle)
  2. (New-Object -ComObject wscript.shell).SendKeys('{UP}')
873
Coding Snacks / Re: Update Timestamp of file based on time in filename
« Last post by 4wd on April 04, 2018, 08:00 PM »
...
updating time, when the date format in the file is yyyymmdd
In case the date format is ddmmyyyy then it is okay.

I have an idea, how about you standardise your filenames instead of having other people try and conform to your seemingly chaotic system?

It started off with:
yyyymmdd_hhmmss
ddmmyyyy_hhmmss

Now it appears that yyyy-mm-dd_hhmmss is also to be included, no doubt there's also dd-mm-yyyy_hhmmss plus who knows what other combinations.

Choose a format and do a rename of all the non-conforming files before running the script that sets the timestamps and then the whole process becomes simpler for everyone.

Updated
874
Just tried it with the following PoSh script but it didn't seem to work, (the script works, the GPE method didn't):

Code: PowerShell [Select]
  1. $wshell = New-Object -ComObject wscript.shell ; $wshell.SendKeys('{UP}')

Tried putting a sleep 20 in front also but still no joy.
875
Does C:\Windows\System32\Group Policy\Machine\Scripts\Startup still exist/work under W10?

Might be able to just put a script in there that sends a [Up Arrow] when the machine is at logon screen.

What I was using back in this thread.
Pages: prev1 ... 30 31 32 33 34 [35] 36 37 38 39 40 ... 225next