Join us

ContentRecent posts and updates..
Story
@arth_kumar11 shared a post, 3 years, 2 months ago
Author

Making an XSS Scanner In Python

As you may see, the XSS vulnerability is successfully detected, now this code isn't perfect for any XSS vulnerable website, if you want to detect XSS for a specific website, you may need to refactor this code for your needs. The goal of this tutorial is to make you aware of this kind of attack ..

Dev Swag
@ByteVibe shared a product

No comment - Heavy Blend™ Hoodie

#developer  #merchandise  #swag 

This unisex heavy blend Hooded Sweatshirt is relaxation itself. It's made with a thick blend of Cotton and Polyester, which makes it plush, soft and warm. The spacious Kangaroo Pocket adds daily pract...

Ad
www.faun.dev shared an ad

#ad  #sponsored 
Story
@jeanvelez2 shared a post, 3 years, 2 months ago

AWS S3: Blank out your Bucket

Simple way to give your S3 bucket a fresh start when it is too filled with useless files.

Photo by Unsplash
Story
@arth_kumar11 shared a post, 3 years, 2 months ago
Author

Explaining Vulnerability Scanner

A vulnerability scanner is an automated vulnerability testing tool that monitors for misconfigurations or coding flaws that pose cybersecurity threats.

Story
@okanyenigun shared a post, 3 years, 2 months ago
Bridgestone

Design Patterns in Python: Facade Pattern

The word “Façade” means the front of the building in French. Similarly, the Facade design pattern is an interface between the client and the system. It hides the complexity of the system, isolates it from the client. It provides a higher level interface so that a client doesn’t have to deal with all the subsystems of the system individually. So that the client can use the system more easily. The Facade system is one of the structural design patterns.

Story
@okanyenigun shared a post, 3 years, 2 months ago
Bridgestone

Create a Chord Diagram in Python

Chord diagrams are eye catching, beautiful way to visualize inter-relationships between entities.

Each entity is represented by external nodes. Arcs show the relationship between nodes. The size of the arcs is determined by the strength of the relationship.

Story
@darcyjwood shared a post, 3 years, 2 months ago

Python, DynamoDB, and Cloud9 Walk into a Bar…

We’ll use Python and the Cloud9 IDE to create and add items to a DynamoDB table in just four simple steps!

Story
@arth_kumar11 shared a post, 3 years, 2 months ago
Author

Cookie Tracking and Stealing using Cross-Site Scripting

This article discusses how cookies move around the web and how they can be stolen.

1_700bKvYNzBQeqb8IqNxjRQ.jpeg
Story
@arth_kumar11 shared a post, 3 years, 2 months ago
Author

Explaining Port Scanning

A port scan is a common technique hackers use to discover open doors or weak points in a network. A port scan attack helps cyber criminals find open ports and figure out whether they are receiving or sending data. It can also reveal whether active security devices like firewalls are being used by an organization.

1_L-Xo0rPwxl854n3zDothmw.png
Story
@developergaurav-exe shared a post, 3 years, 2 months ago

How to do Web Scraping in Python? | Part 3 (Finale)

This will require you some knowledge of HTML and CSS so that you can easily play around with Tags and Elements.

Story
@arth_kumar11 shared a post, 3 years, 2 months ago
Author

Making a WiFi Scanner In Python

In this tutorial, we wrote a simple Wi-Fi scanner using the Scapy library that sniffs and decodes beacon frames which are transmitted every time by access points, they serve to announce the presence of a wireless network.