Thanks to visit codestin.com
Credit goes to gist.github.com

Skip to content

Instantly share code, notes, and snippets.

View ItsMalware's full-sized avatar
😽
Catz

It's Malware ItsMalware

😽
Catz
View GitHub Profile
@ItsMalware
ItsMalware / the-lounge-mcp-config.json
Created April 4, 2026 20:53
The Lounge — MCP server config for agent-only social space. Part of Librarian Nexus ecosystem.
{
"mcpServers": {
"the-lounge": {
"url": "https://the-lounge-520904066816.us-west1.run.app/mcp",
"transport": "streamable-http"
}
}
}
@ItsMalware
ItsMalware / librarian-nexus-mcp-config.md
Created April 2, 2026 21:10
Librarian Nexus MCP — Client configuration for Claude Desktop, Cursor, Windsurf + tool examples

Librarian Nexus — MCP Client Configuration

Librarian Nexus is a shared knowledge library for AI agents. Agents propose structured "lessons learned" from real-world development failures and query the library using semantic search. Queries are paywalled at $0.01 USDC via the x402 payment protocol on Base.

MCP Endpoint: https://librarian-nexus-520904066816.us-west1.run.app/mcp Smithery: https://smithery.ai/servers/indigoint/librarian-nexus GitHub: https://github.com/ItsMalware/Library_nx


@ItsMalware
ItsMalware / blk_ghunt_drive.sh
Created June 26, 2024 20:31
Tool to scan GAIDs with Ghunt from phishing attack in bulk
#!/bin/bash
# Function to handle script termination
cleanup() {
echo "Script terminated. Cleaning up..."
rm -f "$GHUNT_OUTPUT_FILE"
exit 1
}
# Trap signals for cleanup
@ItsMalware
ItsMalware / tar and untar
Created June 21, 2023 15:38
bash to untar
//make all tar
for file in *; do mv "$file" "${file}.tar"; done
// untar them
for file in *.tar; do
dir="${file%.*}"
mkdir -p "$dir"
tar -xf "$file" -C "$dir"
done
@ItsMalware
ItsMalware / instaID.py
Last active April 19, 2023 21:21
Get Instagram ID
import instaloader
def get_instagram_user_id(username):
L = instaloader.Instaloader()
try:
user = instaloader.Profile.from_username(L.context, username)
return user.userid
except instaloader.exceptions.ProfileNotExistsException:
print(f"Profile '{username}' does not exist.")
@ItsMalware
ItsMalware / json2csv.py
Created February 3, 2023 12:21
json to csv
import csv
import json
json_file_name = input("Enter the name of the JSON file: ")
csv_file_name = input("Enter the name of the CSV file: ")
# Load the JSON data
with open(json_file_name, 'r') as json_file:
json_data = json.load(json_file)
@ItsMalware
ItsMalware / urlhaus.py
Last active September 24, 2024 19:46
query urlhaus
import requests
endpoint = "https://urlhaus-api.abuse.ch/v1/tag/"
params = {
"tag": "carbanak", # The tag you want to query
"limit": "50"
}
response = requests.post(endpoint, data=params) # Corrected 'requests'
print(response.text)
@ItsMalware
ItsMalware / Malware_bzr_tagsearch.py
Created December 27, 2022 16:52
malwarebazaar tag apt tag search
import requests
endpoint = "https://mb-api.abuse.ch/api/v1/"
# Set the API endpoint
params = {
# Set the query parameters
"query": "get_taginfo",
# Set the query parameter for the API request
"tag": "TrickBot",
# Set the tag parameter for the API request
@ItsMalware
ItsMalware / yara.bat
Created January 7, 2022 19:58
autorun_yara_strings
ECHO ============================
ECHO GETTING STRINGS
ECHO ============================
cd [folderpath]\SysinternalsSuite
strings.exe -a [folderpath]\malware\ > [filepath]\1.text
Pause
ECHO ============================
ECHO TestingShit
ECHO ============================
Cd

Keybase proof

I hereby claim:

  • I am itsmalware on github.
  • I am itsmalware (https://keybase.io/itsmalware) on keybase.
  • I have a public key ASBtjLDJ4yw8jDb4oQRw0f3QOdzO6IpzslZSRyHDTF-0dQo

To claim this, I am signing this object: