Open in app

Sign In

Write

Sign In

Rahul Bhichher
Rahul Bhichher

461 Followers

Home

About

4 days ago

What is web browser vulnerabilities and how they are exploited?

As a Cyber Security Engineer, We see a lot of vulnerabilities related to web browsers, no doubt they are provided patches and other security updates very often, but are still very critical to look after since all an attacker needs is to deliver the payload link or make you visit…

Hacking

2 min read

What is web browser vulnerabilities and how they are exploited?
What is web browser vulnerabilities and how they are exploited?
Hacking

2 min read


Jan 1

How to manage a GKE cluster on GCP with console and cloud shell

Google Kubernetes Engine (GKE) is a managed service on Google Cloud Platform (GCP) that allows you to deploy and manage containerized applications on a scalable, highly available infrastructure. GKE is built on top of the open-source Kubernetes platform and provides a variety of features and tools to help you manage…

Google Cloud Platform

3 min read

How to manage a GKE cluster on GCP with console and cloud shell
How to manage a GKE cluster on GCP with console and cloud shell
Google Cloud Platform

3 min read


Dec 26, 2022

Basics of Cloud deployment models

Cloud deployment models refer to the various ways in which organizations can deploy and use cloud computing services. These models offer various benefits to organizations, including cost savings, flexibility, scalability, and reduced IT infrastructure and maintenance overhead. There are four main types of cloud deployment models: public, private, hybrid, and…

Cloud

3 min read

Basics of Cloud deployment models
Basics of Cloud deployment models
Cloud

3 min read


Dec 25, 2022

Introduction to Cloud Security

Cloud security is a rapidly growing concern for businesses and individuals alike, as more and more data and services are being moved to cloud-based platforms. …

Cloud

2 min read

Cloud

2 min read


Feb 5, 2022

What are “Strings” in Python?

Remember, we can create a string by entering text between two single or double quotation marks. Like this. print("Python is fun") print('Always look on the bright side of life') Note: The delimiter (” or ‘) used for a string doesn’t affect how it behaves in any way. print('YOU DIDNT COME…

Python

2 min read

What are “Strings” in Python?
What are “Strings” in Python?
Python

2 min read


Feb 3, 2022

Noobs Guide to Data Types in Python Programming

In this blog, I am going to introduce the main data types that we use in Python. Each value in Python has a type. Text in quotes, no matter single or double, like “Hello World” is called a string. Integers Whole numbers are called integers. We can output integers with the…

Python

2 min read

Noobs Guide to Data Types in Python Programming
Noobs Guide to Data Types in Python Programming
Python

2 min read


Feb 2, 2022

Simple Operations using Python

So Python can spell, but can it count? Let’s talk about calculations. Doing a calculation in Python is simple, just enter it into the print statement. print(2 + 3) print(5 + 4 - 3) See the spaces around the plus and minus signs? The code will work without them —…

Python

2 min read

Simple Operations using Python
Simple Operations using Python
Python

2 min read


Jan 25, 2022

Cyborg Room Walkthrough Tryhackme

A box involving encrypted archives, source code analysis and more. Target IP: 10.10.250.161 Running Nmap Scan: nmap -sC -sV -T4 -p- 10.10.250.161 -vv root@ip-10–10–126–71:~# nmap -sC -sV -T4 -p 22,80 10.10.250.161 -vv Starting Nmap 7.60 ( https://nmap.org ) at 2022–01–20 17:43 GMT NSE: Loaded 146 scripts for scanning. NSE: Script Pre-scanning. NSE: Starting runlevel 1 (of 2) scan. Initiating…

Cybersecurity

4 min read

Cyborg Room Walkthrough Tryhackme
Cyborg Room Walkthrough Tryhackme
Cybersecurity

4 min read


Jan 8, 2022

How to remove crap using ‘cut’ cmd from Httprobe output?

Default output from httprobe looks like; In certain conditions as ➖ cat results.txt | httprobe -c 100 -s -p https:443 > test.txt https://abc.com:443 https://xyz.com:443 Now what if we want only abc.com? See below: 1. To cut the last 4 characters from a subdomain Input.txt example: https://abc.com:443 to https://abc.com cat test.txt | rev | cut -c 5- | rev > last.txt

Bug Bounty

2 min read

How to remove crap using ‘cut’ cmd from Httprobe output?
How to remove crap using ‘cut’ cmd from Httprobe output?
Bug Bounty

2 min read


Dec 15, 2021

How to use grep with regex like a Pro!

Hey, this is Rahul Bhichher! Ever felt exhausted while looking for a certain pattern, word, number or anything in a huge file? Well don’t worry! This blog has got you all covered. Our focus will be the grep command in UNIX systems. along with the mighty ‘Regular Expressions’. As a…

Cybersecurity

4 min read

How to use grep with regex like a Pro!
How to use grep with regex like a Pro!
Cybersecurity

4 min read

Rahul Bhichher

Rahul Bhichher

461 Followers

Cyber Security Engineer at Quantiphi, AWS Community Builder, Volunteer at HIH Community

Following
  • Vickie Li

    Vickie Li

  • Ismail Tasdelen

    Ismail Tasdelen

  • Frost

    Frost

  • Avnish pathak

    Avnish pathak

  • Thexssrat

    Thexssrat

See all (125)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams