help@cyb4rgeek.xyz

+1 (512) 588 6950

python

Home/Category: python
Creating Darkweb Crawler using Python and Tor
Creating Darkweb Crawler using Python and Tor bez0x January 03, 2023

Creating Darkweb Crawler using Python and Tor

In this blog, we will look at a Python script that can be used to crawl the darkweb, and we will discuss the advantages and benefits of using Python to build this web crawler.

Read More
Setting up your bug bounty scripts with Python and Bash — The subdomain monitoring bot
Setting up your bug bounty scripts with Python and Bash — The subdomain monitoring bot bez0x December 30, 2022

Setting up your bug bounty scripts with Python and Bash — The subdomain monitoring bot

Hi there, Automation is very interesting things, and if done in a right manner, it is more interesting. But writing automation scripts is the most important thing for that. So,

Read More
Understanding the Scapy Module: Its Use in Cyber Security
Understanding the Scapy Module: Its Use in Cyber Security bez0x December 26, 2022

Understanding the Scapy Module: Its Use in Cyber Security

In this article, I will be talking about the Scapy module. The scapy module is a powerful Python library for working with network packets. It allows you to craft and send custom

Read More
Understanding the NumPy Module: Its Use in Cyber Security
Understanding the NumPy Module: Its Use in Cyber Security bez0x December 26, 2022

Understanding the NumPy Module: Its Use in Cyber Security

NumPy Module In this article, I will be talking about the NumPy module. numpy is a popular Python library for working with numerical data. It is particularly useful for scienti

Read More
Pythonic Malware Part-3: In-Memory Execution and Modern Evasion
Pythonic Malware Part-3: In-Memory Execution and Modern Evasion bez0x December 24, 2022

Pythonic Malware Part-3: In-Memory Execution and Modern Evasion

Forget compiling payloads and operating on disk — this post demonstrates the use of Python’s portable interpreter for in-memory malware deployment, even when the language is

Read More