#codeadvent2022 arama sonuçları

Can you spot the vulnerability? #codeadvent2022 #JS Something is off with this Vue app... sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #JS

Something is off with this Vue app...

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #PHP So many restrictions... can you get around them? No CSRF required, you can do it on your own! sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #PHP

So many restrictions... can you get around them? No CSRF required, you can do it on your own!

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #C Find a way to elevate your privileges with this setuid binary! sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #C

Find a way to elevate your privileges with this setuid binary!

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #Java Sanitization can be tricky, is there a way to exploit this application? sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #Java

Sanitization can be tricky, is there a way to exploit this application?

sonarsource.com/knowledge/code…
Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #Java

Sanitization can be tricky, is there a way to exploit this application?

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #JS The administrator is happy to click on any of the links you'll send them, what could go wrong? sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #JS

The administrator is happy to click on any of the links you'll send them, what could go wrong?

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #Python Who's to blame for this bug? sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #Python

Who's to blame for this bug?

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #Python Some types of vulnerabilities can be leveraged by an attacker in unusual situations. Can you determine how to exploit this application and get a shell? sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #Python

Some types of vulnerabilities can be leveraged by an attacker in unusual situations. Can you determine how to exploit this application and get a shell?

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #PHP It is always challenging for developers to account for multiple operating systems... sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #PHP

It is always challenging for developers to account for multiple operating systems...

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #Java Can you log in as the user 'admin'? You can assume that passwords are alphanumeric and have a length of 10 characters. sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #Java

Can you log in as the user 'admin'? You can assume that passwords are alphanumeric and have a length of 10 characters.

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #JS This OAuth popup seems to have all the right checks 🤔 Could an attacker page still steal your authorization code? sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #JS

This OAuth popup seems to have all the right checks 🤔 Could an attacker page still steal your authorization code?

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #Python Urgh, the maintainers of unstable-avatar-service.tld are breaking their DNS every now and then. What do you think of this new version of my avatar proxy? sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #Python

Urgh, the maintainers of unstable-avatar-service.tld are breaking their DNS every now and then. What do you think of this new version of my avatar proxy? 

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #Java Complex systems are often composed of multiple services communicating with each together. Can you determine how an attacker can leverage this architecture here? sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #Java

Complex systems are often composed of multiple services communicating with each together. Can you determine how an attacker can leverage this architecture here?

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #Java Do you already know this song? Let us know what your payload would look like! sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #Java

Do you already know this song? Let us know what your payload would look like!

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #PHP This code is so simple that nothing can go wrong! Since you may send your private keys, all traffic is done over TLS with the key stored at /key.pem. No way anybody will ever leak it. sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #PHP

This code is so simple that nothing can go wrong! 

Since you may send your private keys, all traffic is done over TLS with the key stored at /key.pem. No way anybody will ever leak it.

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #C Is there a way to hit very-sensitive-internal.service? No TOCTOU here, as the targeted service validates the Host header very strictly. sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #C

Is there a way to hit very-sensitive-internal.service? 
No TOCTOU here, as the targeted service validates the Host header very strictly.

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #csharp This new log ingestion server is super efficient. Let's hope nobody can inject log messages! sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #csharp

This new log ingestion server is super efficient. Let's hope nobody can inject log messages!

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #Python You can upload any file to /tmp/storage/. Also, remember: unpacking archives may be evil. But a wild copy() appears; can you tame it? sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #Python

You can upload any file to /tmp/storage/. Also, remember: unpacking archives may be evil.
But a wild copy() appears; can you tame it?

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #csharp It's just doing a dummy build, so what could go wrong? sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #csharp

It's just doing a dummy build, so what could go wrong?

sonarsource.com/knowledge/code…

Dealing with Inheritance in Python is like eating fried chicken 🐔 #codeadvent2022 #programming #programmer #programmingmemes

MwinukaDiaz's tweet image. Dealing with Inheritance in Python is like eating fried chicken 🐔 #codeadvent2022 #programming #programmer #programmingmemes

We’re happy to announce our 7th annual Code Security Advent Calendar! Follow @Sonar_Research to solve daily code challenges throughout December, based on real-world code vulnerabilities! 🎄 For all developers: Java, C#, PHP, Python, C / C++, JavaScript… #CodeAdvent2022

SonarSource's tweet image. We’re happy to announce our 7th annual Code Security Advent Calendar! Follow @Sonar_Research to solve daily code challenges throughout December, based on real-world code vulnerabilities!

🎄 For all developers: Java, C#, PHP, Python, C / C++, JavaScript…

#CodeAdvent2022

Can you spot the vulnerability? #codeadvent2022 #PHP It is always challenging for developers to account for multiple operating systems... sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #PHP

It is always challenging for developers to account for multiple operating systems...

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #C Is there a way to hit very-sensitive-internal.service? No TOCTOU here, as the targeted service validates the Host header very strictly. sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #C

Is there a way to hit very-sensitive-internal.service? 
No TOCTOU here, as the targeted service validates the Host header very strictly.

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #csharp It's just doing a dummy build, so what could go wrong? sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #csharp

It's just doing a dummy build, so what could go wrong?

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #Java Complex systems are often composed of multiple services communicating with each together. Can you determine how an attacker can leverage this architecture here? sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #Java

Complex systems are often composed of multiple services communicating with each together. Can you determine how an attacker can leverage this architecture here?

sonarsource.com/knowledge/code…


Can you spot the vulnerability? #codeadvent2022 #csharp This new log ingestion server is super efficient. Let's hope nobody can inject log messages! sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #csharp

This new log ingestion server is super efficient. Let's hope nobody can inject log messages!

sonarsource.com/knowledge/code…


Can you spot the vulnerability? #codeadvent2022 #Python Urgh, the maintainers of unstable-avatar-service.tld are breaking their DNS every now and then. What do you think of this new version of my avatar proxy? sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #Python

Urgh, the maintainers of unstable-avatar-service.tld are breaking their DNS every now and then. What do you think of this new version of my avatar proxy? 

sonarsource.com/knowledge/code…


Can you spot the vulnerability? #codeadvent2022 #JS The administrator is happy to click on any of the links you'll send them, what could go wrong? sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #JS

The administrator is happy to click on any of the links you'll send them, what could go wrong?

sonarsource.com/knowledge/code…


Can you spot the vulnerability? #codeadvent2022 #Java Sanitization can be tricky, is there a way to exploit this application? sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #Java

Sanitization can be tricky, is there a way to exploit this application?

sonarsource.com/knowledge/code…
Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #Java

Sanitization can be tricky, is there a way to exploit this application?

sonarsource.com/knowledge/code…


Can you spot the vulnerability? #codeadvent2022 #Java Complex systems are often composed of multiple services communicating with each together. Can you determine how an attacker can leverage this architecture here? sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #Java

Complex systems are often composed of multiple services communicating with each together. Can you determine how an attacker can leverage this architecture here?

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #csharp This new log ingestion server is super efficient. Let's hope nobody can inject log messages! sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #csharp

This new log ingestion server is super efficient. Let's hope nobody can inject log messages!

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #Python Urgh, the maintainers of unstable-avatar-service.tld are breaking their DNS every now and then. What do you think of this new version of my avatar proxy? sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #Python

Urgh, the maintainers of unstable-avatar-service.tld are breaking their DNS every now and then. What do you think of this new version of my avatar proxy? 

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #JS The administrator is happy to click on any of the links you'll send them, what could go wrong? sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #JS

The administrator is happy to click on any of the links you'll send them, what could go wrong?

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #Java Sanitization can be tricky, is there a way to exploit this application? sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #Java

Sanitization can be tricky, is there a way to exploit this application?

sonarsource.com/knowledge/code…
Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #Java

Sanitization can be tricky, is there a way to exploit this application?

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #Python Who's to blame for this bug? sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #Python

Who's to blame for this bug?

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #Python Some types of vulnerabilities can be leveraged by an attacker in unusual situations. Can you determine how to exploit this application and get a shell? sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #Python

Some types of vulnerabilities can be leveraged by an attacker in unusual situations. Can you determine how to exploit this application and get a shell?

sonarsource.com/knowledge/code…


Can you spot the vulnerability? #codeadvent2022 #PHP This code is so simple that nothing can go wrong! Since you may send your private keys, all traffic is done over TLS with the key stored at /key.pem. No way anybody will ever leak it. sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #PHP

This code is so simple that nothing can go wrong! 

Since you may send your private keys, all traffic is done over TLS with the key stored at /key.pem. No way anybody will ever leak it.

sonarsource.com/knowledge/code…


Can you spot the vulnerability? #codeadvent2022 #Java Can you log in as the user 'admin'? You can assume that passwords are alphanumeric and have a length of 10 characters. sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #Java

Can you log in as the user 'admin'? You can assume that passwords are alphanumeric and have a length of 10 characters.

sonarsource.com/knowledge/code…


Can you spot the vulnerability? #codeadvent2022 #JS This OAuth popup seems to have all the right checks 🤔 Could an attacker page still steal your authorization code? sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #JS

This OAuth popup seems to have all the right checks 🤔 Could an attacker page still steal your authorization code?

sonarsource.com/knowledge/code…


"#codeadvent2022" için sonuç bulunamadı

Can you spot the vulnerability? #codeadvent2022 #JS Something is off with this Vue app... sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #JS

Something is off with this Vue app...

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #PHP So many restrictions... can you get around them? No CSRF required, you can do it on your own! sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #PHP

So many restrictions... can you get around them? No CSRF required, you can do it on your own!

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #Python Who's to blame for this bug? sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #Python

Who's to blame for this bug?

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #Java Sanitization can be tricky, is there a way to exploit this application? sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #Java

Sanitization can be tricky, is there a way to exploit this application?

sonarsource.com/knowledge/code…
Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #Java

Sanitization can be tricky, is there a way to exploit this application?

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #C Find a way to elevate your privileges with this setuid binary! sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #C

Find a way to elevate your privileges with this setuid binary!

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #JS The administrator is happy to click on any of the links you'll send them, what could go wrong? sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #JS

The administrator is happy to click on any of the links you'll send them, what could go wrong?

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #csharp This new log ingestion server is super efficient. Let's hope nobody can inject log messages! sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #csharp

This new log ingestion server is super efficient. Let's hope nobody can inject log messages!

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #Python Some types of vulnerabilities can be leveraged by an attacker in unusual situations. Can you determine how to exploit this application and get a shell? sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #Python

Some types of vulnerabilities can be leveraged by an attacker in unusual situations. Can you determine how to exploit this application and get a shell?

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #Java Complex systems are often composed of multiple services communicating with each together. Can you determine how an attacker can leverage this architecture here? sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #Java

Complex systems are often composed of multiple services communicating with each together. Can you determine how an attacker can leverage this architecture here?

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #PHP It is always challenging for developers to account for multiple operating systems... sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #PHP

It is always challenging for developers to account for multiple operating systems...

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #JS This OAuth popup seems to have all the right checks 🤔 Could an attacker page still steal your authorization code? sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #JS

This OAuth popup seems to have all the right checks 🤔 Could an attacker page still steal your authorization code?

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #PHP This code is so simple that nothing can go wrong! Since you may send your private keys, all traffic is done over TLS with the key stored at /key.pem. No way anybody will ever leak it. sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #PHP

This code is so simple that nothing can go wrong! 

Since you may send your private keys, all traffic is done over TLS with the key stored at /key.pem. No way anybody will ever leak it.

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #Python Urgh, the maintainers of unstable-avatar-service.tld are breaking their DNS every now and then. What do you think of this new version of my avatar proxy? sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #Python

Urgh, the maintainers of unstable-avatar-service.tld are breaking their DNS every now and then. What do you think of this new version of my avatar proxy? 

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #Java Can you log in as the user 'admin'? You can assume that passwords are alphanumeric and have a length of 10 characters. sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #Java

Can you log in as the user 'admin'? You can assume that passwords are alphanumeric and have a length of 10 characters.

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #Java Do you already know this song? Let us know what your payload would look like! sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #Java

Do you already know this song? Let us know what your payload would look like!

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #C Is there a way to hit very-sensitive-internal.service? No TOCTOU here, as the targeted service validates the Host header very strictly. sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #C

Is there a way to hit very-sensitive-internal.service? 
No TOCTOU here, as the targeted service validates the Host header very strictly.

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #Python You can upload any file to /tmp/storage/. Also, remember: unpacking archives may be evil. But a wild copy() appears; can you tame it? sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #Python

You can upload any file to /tmp/storage/. Also, remember: unpacking archives may be evil.
But a wild copy() appears; can you tame it?

sonarsource.com/knowledge/code…

Can you spot the vulnerability? #codeadvent2022 #csharp It's just doing a dummy build, so what could go wrong? sonarsource.com/knowledge/code…

Sonar_Research's tweet image. Can you spot the vulnerability? #codeadvent2022 #csharp

It's just doing a dummy build, so what could go wrong?

sonarsource.com/knowledge/code…

We’re happy to announce our 7th annual Code Security Advent Calendar! Follow @Sonar_Research to solve daily code challenges throughout December, based on real-world code vulnerabilities! 🎄 For all developers: Java, C#, PHP, Python, C / C++, JavaScript… #CodeAdvent2022

SonarSource's tweet image. We’re happy to announce our 7th annual Code Security Advent Calendar! Follow @Sonar_Research to solve daily code challenges throughout December, based on real-world code vulnerabilities!

🎄 For all developers: Java, C#, PHP, Python, C / C++, JavaScript…

#CodeAdvent2022

Dealing with Inheritance in Python is like eating fried chicken 🐔 #codeadvent2022 #programming #programmer #programmingmemes

MwinukaDiaz's tweet image. Dealing with Inheritance in Python is like eating fried chicken 🐔 #codeadvent2022 #programming #programmer #programmingmemes

Loading...

Something went wrong.


Something went wrong.


United States Trends