Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
3nock committed Jul 12, 2023
1 parent 152a6d3 commit 69fc63c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
8 changes: 4 additions & 4 deletions OTE/src/core/UpdateChecker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ void UpdateChecker::onFinished(QNetworkReply* reply)
QDateTime serverTime = QDateTime::fromString(mainObj["published_at"].toString(), Qt::ISODate);
if(serverTime.isValid())
{
//QDateTime build = QDateTime::fromString("2023-07-12", "yyyy-MM-dd");
QDateTime build = QDateTime::fromString(QStringLiteral(__DATE__));
QDateTime build = QDateTime::fromString("2023-07-12", "yyyy-MM-dd");
//QDateTime build = QDateTime::fromString(QStringLiteral(__DATE__));

if(serverTime.date() > build.date())
{
Expand Down Expand Up @@ -83,8 +83,8 @@ void UpdateChecker::onFinished(QNetworkReply* reply)
return;
}

//QDateTime build = QDateTime::fromString("2023-07-12", "yyyy-MM-dd");
QDateTime build = QDateTime::fromString(QStringLiteral(__DATE__));
QDateTime build = QDateTime::fromString("2023-07-12", "yyyy-MM-dd");
//QDateTime build = QDateTime::fromString(QStringLiteral(__DATE__));

QString info;
if(serverTime.date() > build.date())
Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,21 @@ You can help by reporting [bugs](https://github.com/3nock/OTE/issues), requestin

For More information see [contribution guide](CONTRIBUTING.md).

# Sponsors

<center><img src="resources/websec.png" width=300/></center>

WebSec BV, a cybersecurity company based in Amsterdam, is recognized for their dedication to helping businesses and individuals protect themselves against online threats. As a valued sponsor, they have contributed significantly to the promotion of cybersecurity and the creation of a safer online world.

WebSec's team of professionals is committed to staying ahead of the latest threats and developing cutting-edge solutions to keep their clients protected. Their passion for cybersecurity education has made them a trusted and reliable partner in the industry.

Through their sponsorship and support, WebSec has demonstrated their commitment to promoting cybersecurity awareness and helping people stay safe online. Their contributions are greatly appreciated and have made a significant impact on the work being done in this field, such as making this project a reality.

Overall, WebSec BV is a trusted and respected leader in the fight against cybercrime, and their sponsorship and support have been instrumental in promoting a safer online world. They are a valued partner and their contributions to this important work are truly appreciated.

Website: [websec.nl](https://websec.nl)
Blog: [websec.nl/blog](https://websec.nl/blog)

# Credits

This project is greatly inspired by projectdiscovery's [nuclei](https://github.com/projectdiscovery/nuclei) vulnerability scanner.
Expand Down
Binary file added resources/websec.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 69fc63c

Please sign in to comment.