Skip to content

Instantly share code, notes, and snippets.

View osamahamad's full-sized avatar
🏴

Osama Hamad osamahamad

🏴
View GitHub Profile
@osamahamad
osamahamad / httpx.html
Created December 24, 2023 23:28
Parase httpx json output with search filters.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HTTPx Data Report</title>
<style>
body { font-family: Arial, sans-serif; }
.container { width: 100%; margin: auto; }
table { width: 100%; border-collapse: collapse; }
th, td { border: 1px solid #ddd; padding: 8px; text-align: left; }