ChatGPT for Offensive Security: Five Attacks

ChatGPT is an AI chatbot that uses Natural Language Processing (NLP) combined with the GPT-3 framework to provide human-like responses. NLP allows the model to… ...
Thundra Logo

Remote Debugging for Java Applications

| | debugging
Introduction The shift to cloud computing and distributed systems has brought about many benefits, but it has also introduced new challenges when it comes to debugging. Traditional debugging methods such as logging ...
Network Traffic Observability: Three PacketStreamer Use Cases

Network Traffic Observability: Three PacketStreamer Use Cases

A few weeks ago, we announced a new open source project called PacketStreamer, which provides a simple, lightweight, scalable technique for capturing and streaming packets from virtualized environments (K8s, VMs, AWS Fargate) ...
AppSec

The Benefits of Shift Left Security

To avoid risks and exposures, it’s critical to develop software apps that are tight as a drum when it comes to security features—right from the get-go. This approach to app development is ...
Security Boulevard
Thundra Logo

Announcing Sidekick: Instant Live Debugging to Fix Software Bugs

Today, we, as the Thundra family, are proud to announce that our baby flies the nest! Sidekick is grown up now and ready to make happy developer faces with live debugging capabilities ...
Thundra Logo

Debugging Lambda Applications on LocalStack

AWS Lambda applications are serverless applications that have gained popularity in the past few years, as they are very scalable (almost infinitely) and at the same time very cost-effective. LocalStack is a platform ...
Thundra Logo

Instrumentation Of Python Apps With Opentracing

Microservice architecture is one of the hot topics nowadays by increasing the need of agility to meet customers’ expectations. Independently deployable, organizing around business needs, creating loosely coupled systems etc. are the ...
Thundra Logo

Monitor CI/CD Workflows With Thundra Foresight’s Python Support

| | CI-CD, debugging, Test Monitoring
We all have known that challenges come with growing your product.  Your active users are increasing, ingested and digested data becomes enormous and etc. This has been driving the companies to divide ...
Thundra Logo

Thundra Foresight: Now Supporting Azure DevOps CI Platform

Are you in DevOps and sick of looking at logs while waiting for your build to finish? Or are you a quality engineer running automated tests in the CI pipeline and wondering ...
Thundra Logo

How to Speed up Builds in Your CircleCI CI Environment

In contemporary software creation, we want to work in an isolated environment. With so many dependencies needed to make a product work—many of them dependent on how other dependencies are configured—this makes ...