gchq / CyberChef

The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis
https://gchq.github.io/CyberChef
Apache License 2.0
28.89k stars 3.24k forks source link

Feature Request: Cronjob schedule creator #406

Open Perflyst opened 5 years ago

Perflyst commented 5 years ago

Add Cronjob schedule creator

I hope this does not exist yet, I did not find anything. Would be cool to have something like https://crontab.guru/ in CyberChef to create more complex cronjobs like 0 0,12 1 */2 * which is At minute 0 past hour 0 and 12 on day-of-month 1 in every 2nd month.

ransty commented 5 years ago

Currently attempting to do this on my own fork, should be able to create a pull request in a few days once I get some more time to work on it. I've got ranges working, regular numbers & wildcard for cron expressions.

I'm not sure if I understood the issue exactly, so I have basically duplicated what the above website does. Allowed to input a cron expression and it will output an explanation for that.

Perflyst commented 5 years ago

That is what I wanted, yes. Would be good if it also works the other way around: Input of a Date and a cron as output

On November 21, 2018 1:04:28 AM UTC, Keano Porcaro notifications@github.com wrote:

Currently attempting to do this on my own fork, should be able to create a pull request in a few days once I get some more time to work on it. I've got ranges working, regular numbers & wildcard for cron expressions.

I'm not sure if I understood the issue exactly, so I have basically duplicated what the above website does. Allowed to input a cron expression and it will output an explanation for that.

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/gchq/CyberChef/issues/406#issuecomment-440489636

adist98 commented 3 years ago

Does this feature still needs to be implemented?

Perflyst commented 3 years ago

There is no PR for this feature request yet. I just looked and found https://github.com/ransty/CyberChef/blob/master/src/core/operations/Cron.mjs from @ransty, no idea if it is ready yet though

mahaaaraja commented 2 months ago

Bro what's the status on this? If it is not done, I would like to work upon this. I am new to open source and I feel I can do this one. So if its not done, assign it to me. @Perflyst

ransty commented 2 months ago

Go ahead and give it a crack @prakharahkarp, I did not continue working on it as life got in the way. Good luck!

mahaaaraja commented 2 months ago

sure @ransty will give it a try tho Im not sure if I can tackle this Since you made some progress on this, can you please tell about the issues that you encountered and anything that I must consider before starting out. That would be really helpful as I am a beginner. If you are busy, no issues I understand. Thanks

aaryansr26 commented 2 weeks ago

Hi @Perflyst is this still available to work on or has it already been done?

mahaaaraja commented 2 weeks ago

@aaryansr26 I started working on it but havent been able to complete it, although a basic structure is ready. Currently I dont have time but I want to build this. Still if you want, you can take it up.