{"id":13845950,"url":"https://github.com/seeu-inspace/easyg","last_synced_at":"2025-07-12T03:33:06.710Z","repository":{"id":50347058,"uuid":"494590698","full_name":"seeu-inspace/easyg","owner":"seeu-inspace","description":"Here I gather all the resources about hacking that I find interesting","archived":false,"fork":false,"pushed_at":"2024-04-13T15:33:50.000Z","size":3787,"stargazers_count":262,"open_issues_count":0,"forks_count":48,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-04-14T04:30:03.621Z","etag":null,"topics":["automation","bughunting","penetration-testing","red-teaming"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seeu-inspace.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-05-20T19:54:08.000Z","updated_at":"2024-04-16T09:45:03.394Z","dependencies_parsed_at":"2023-10-03T07:40:25.213Z","dependency_job_id":"d1f613bd-fc32-4c55-8a69-aaf5d8419dff","html_url":"https://github.com/seeu-inspace/easyg","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seeu-inspace%2Feasyg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seeu-inspace%2Feasyg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seeu-inspace%2Feasyg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seeu-inspace%2Feasyg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seeu-inspace","download_url":"https://codeload.github.com/seeu-inspace/easyg/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225791462,"owners_count":17524793,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","bughunting","penetration-testing","red-teaming"],"created_at":"2024-08-04T17:04:12.100Z","updated_at":"2024-11-21T19:30:54.779Z","avatar_url":"https://github.com/seeu-inspace.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"```ruby\n███████╗ █████╗ ███████╗██╗   ██╗ ██████╗\n██╔════╝██╔══██╗██╔════╝╚██╗ ██╔╝██╔════╝\n█████╗  ███████║███████╗ ╚████╔╝ ██║  ███╗\n██╔══╝  ██╔══██║╚════██║  ╚██╔╝  ██║   ██║\n███████╗██║  ██║███████║   ██║   ╚██████╔╝\n╚══════╝╚═╝  ╚═╝╚══════╝   ╚═╝    ╚═════╝\nMade with \u003c3 by Riccardo Malatesta (@seeu)\n```\n[![License](https://img.shields.io/github/license/seeu-inspace/easyg)](LICENSE)\n[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)\n\nEasyG started out as a script that I use to automate some information gathering tasks for my hacking process, [click here to discover what it does](tools/#easyg). Now it's more than that. Here I gather all the resources about hacking that I find interesting: notes, payloads, tools and more.\n\nI try as much as possible to link to the various sources or inspiration for these notes. A large part of these notes are from: [PTS v4](https://blog.elearnsecurity.com/introducing-the-ptsv4-training-course.html), [PortSwigger Web Security Academy](https://portswigger.net/web-security), [PEN-200](https://www.offsec.com/courses/pen-200/), [Proving Grounds](https://www.offsec.com/labs/individual/), [\"Attacking and Defending Active Directory Lab (CRTP)\" by Altered Security](https://www.alteredsecurity.com/adlab), [Patrick Collins](https://twitter.com/PatrickAlphaC) and [Updraft](https://updraft.cyfrin.io/), [TryHackMe](https://tryhackme.com/), [Hack The Box](https://hackthebox.com/), [PentesterLab](https://pentesterlab.com/), [HackTricks](https://book.hacktricks.xyz/), [Jhaddix](https://twitter.com/Jhaddix), [The Cyber Mentor](https://www.thecybermentor.com/), [Mantas Sabeckis](https://ott3rly.com/), [NahamSec](https://www.youtube.com/@NahamSec) (and [NahamCon](https://www.nahamcon.com/)), InfoSec Twitter and many other amazing people.\n\n## Table of Contents\n\n- [Resources](resources/#resources)\n- [Useful tips](useful-tips/#useful-tips)\n- [Check-lists](check-lists/#check-lists)\n- [Linux](linux/#linux)\n- [Tools](tools/#tools)\n  - [EasyG](tools/#easyg)\n- [Passive Information Gathering (OSINT)](passive-information-gathering-osint/#passive-information-gathering-osint)\n- [Active Information Gathering](active-information-gathering/#active-information-gathering)\n- [Content Discovery](content-discovery/#content-discovery)\n- [Networking](networking/#networking)\n- [Source code review](source-code-review/#source-code-review)\n- [Vulnerability Scanning](vulnerability-scanning/#vulnerability-scanning)\n- [Web vulnerabilities](web-vulnerabilities/#web-vulnerabilities)\n- [Client-Side Attacks](client-side-attacks/#client-side-attacks)\n- [Server-side Attacks](server-side-attacks/#server-side-attacks)\n- [Thick client vulnerabilities](thick-client-vulnerabilities/#thick-client-vulnerabilities)\n- [System Attacks](system-attacks/#system-attacks)\n  - [Port Redirection and Tunneling](system-attacks/#port-redirection-and-tunneling)\n  - [Linux Privilege Escalation](system-attacks/#linux-privilege-escalation)\n  - [Windows Privilege Escalation](system-attacks/#windows-privilege-escalation)\n- [Active Directory](active-directory/#active-directory)\n- [Mobile](mobile/#mobile)\n- [Cloud hacking](cloud-hacking/#cloud-hacking)\n- [AI / LLM vulnerabilities](ai-llm-vulnerabilities/#ai--llm-vulnerabilities)\n- [Web3](web3/#web3)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseeu-inspace%2Feasyg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseeu-inspace%2Feasyg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseeu-inspace%2Feasyg/lists"}