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
  • 14:55 (UTC +10:00)
View GitHub Profile

The case referenced as 2005(2) Indian Civil Cases 784 corresponds to Union of India v. Ibrahim Uddin, a landmark property dispute adjudicated by the Supreme Court of India. Below is a detailed analysis of the case based on the search results:


Case Background

  • Parties:
    • Appellant: Union of India (Ministry of Defence).
    • Respondent: Ibrahim Uddin (claiming ownership of agricultural land in Agra).
  • Subject: Dispute over ownership of 25 bighas of agricultural land originally granted by the Maratha government (Scindia-Gwalior) in 1800 .
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',
'''
python role_tag_removal.py \
--accounts-file accounts.txt \
--assume-role ca-iam-cie-a \
--tag-key syf:iam:network-perimeter-exception \
--tag-value true \
--max-workers 10 \
--output-file custom_results.csv
'''
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',
#!/usr/bin/env python3
"""
AWS IAM Tag Removal Automation
Removes specified tags from IAM roles across multiple AWS accounts
"""
import boto3
import csv
import threading
from concurrent.futures import ThreadPoolExecutor, as_completed