Skip to content

Instantly share code, notes, and snippets.

@wismbuhcuk
wismbuhcuk / dirbrute.txt
Created October 20, 2024 16:00 — forked from DaveYesland/dirbrute.txt
List for directory brute forcing.
@
_
0
00
01
02
03
04
05
06
@wismbuhcuk
wismbuhcuk / jina-ai-reader.py
Created August 20, 2024 01:03 — forked from noczero/jina-ai-reader.py
Scraping websites using Jina AI reader.
import requests
from typing import Optional
def scrape_website(url: str) -> Optional[str]:
url = f"https://r.jina.ai/{url}"
try:
response = requests.get(url)
if response.status_code == 200:
return response.text
@wismbuhcuk
wismbuhcuk / tiarap_custom_domain.md
Created July 21, 2024 06:25 — forked from pengelana/tiarap_custom_domain.md
Menggunakan Tiarap DNS Dengan Domain Sendiri