Skip to content

Instantly share code, notes, and snippets.

View RajChowdhury240's full-sized avatar
💻
just another learner

Raj Chowdhury RajChowdhury240

💻
just another learner
  • Confidential
  • $ aws sts get-caller-identity
  • 16:48 (UTC +10:00)
View GitHub Profile
brew install stats

Apple iPad 11 (A16 - 2025 Model)

image

Sony ULT Wear WH-ULT900N Noise Cancellation Headphones

image

Apple AirPods Pro 2

image
https://fzl-aws.notion.site/Silver-Tickets-using-nxc-23fb231ab1b680ebb593fd8f8710c417?source=copy_link
https://fzl-aws.notion.site/RBCD-Using-NXC-1f3b231ab1b680ed985bc2ed8e32ee3f?source=copy_link
https://fzl-aws.notion.site/HTB-Pivot-Ligolo-ng-23fb231ab1b6803fb3a7d4f325258a74?source=copy_link
https://fzl-aws.notion.site/HTB-Pivot-Ligolo-ng-23fb231ab1b6803fb3a7d4f325258a74
import React, { useState, useEffect } from 'react';
import { ChevronDown, ChevronUp, Plus, Trash2, Check, Clock, AlertCircle, User, Shield, Globe } from 'lucide-react';
const IAMRoleApp = () => {
const [activeTab, setActiveTab] = useState('create');
const [formData, setFormData] = useState({
roleName: '',
description: '',
trustRelationship: {
type: 'service',
import requests
import string
import time
BASE_URL = "https://filteredout.ctf.yogosha.com/"
def make_request(user_param, pass_param="a"):
params = {
'user': user_param,
import requests
import string
import time
# Target URL
BASE_URL = "https://filteredout.ctf.yogosha.com/"
# Common database names to try first
COMMON_DB_NAMES = [
'ctf', 'challenge', 'test', 'db', 'main', 'mysql', 'users', 'app',