en
Feedback
HackGit

HackGit

Open in Telegram

The channel was created for cybersecurity specialists. • Offensive Security • RedTeam • Malware Research • BugBounty • OSINT • etc Disclaimer: t.me/hackgit/2082 Donations - Ads: t.me/hackgit/5423

Show more

📈 Analytical overview of Telegram channel HackGit

Channel HackGit (@hackgit) in the English language segment is an active participant. Currently, the community unites 21 579 subscribers, ranking 4 526 in the Technologies & Applications category and 1 853 in the USA region.

📊 Audience metrics and dynamics

Since its creation on невідомо, the project has demonstrated rapid growth, gathering an audience of 21 579 subscribers.

According to the latest data from 02 March, 2025, the channel demonstrates stable activity. Although there has been a change in the number of participants by 19 over the last 30 days and by 0 over the last 24 hours, overall reach remains high.

  • Verification status: Not verified
  • Engagement rate (ER): The average audience engagement rate is 0%. Within the first 24 hours after publication, content typically collects N/A% reactions from the total number of subscribers.
  • Post reach: On average, each post receives 0 views. Within the first day, a publication typically gains 0 views.
  • Reactions and interaction: The audience actively supports content: the average number of reactions per post is 0.

📝 Description and content policy

The author describes the resource as a platform for expressing subjective opinions:
The channel was created for cybersecurity specialists. • Offensive Security • RedTeam • Malware Research • BugBounty • OSINT • etc Disclaimer: t.me/hackgit/2082 Donations - Ads: t.me/hackgit/5423

Thanks to the high frequency of updates (latest data received on 03 March, 2025), the channel maintains relevance and a high level of publication reach. Analytics show that the audience actively interacts with content, making it an important point of influence in the Technologies & Applications category.

21 579
Subscribers
No data24 hours
-37 days
+1930 days
Posts Archive
HackGit
21 579
​​Proxy DLL Loads A proof of concept demonstrating the DLL-load proxying using undocumented Syscalls. https://github.com/kleiton0x00/Proxy-DLL-Loads Details: https://0xdarkvortex.dev/proxying-dll-loads-for-hiding-etwti-stack-tracing/ #infosec #pentesting #redteam

HackGit
21 579
​​Zenbleed-Chrome-PoC This repository contains a proof-of-concept for exploiting Zenbleed from Chrome using a V8 vulnerability which enbles arbitrary code execution in the renderer process https://github.com/y11en/Zenbleed-Chrome-PoC #infosec #pentesting #redteam

HackGit
21 579
​​KRWX: Kernel Read Write Execute KRWX offers the possibility to call a set of memory-related kernel APIs from user-land through a device driver (/dev/krwx) and read/write arbitary memory addresses (without interfering with SMAP/PAN). It can be used for educational purposes (in order to study some kernel internals like the memory managament) and to assist the exploitation phase (it has been used to develop the exploit for CVE-2020-27786 without touching gdb a single time and CVE-2022-2602). https://github.com/hacktivesec/KRWX #cybersecurity #infosec #pentesting

HackGit
21 579
​​CVE-2023-21931 Oracle Weblogic PreAuth RCE https://github.com/MMarch7/weblogic_CVE-2023-21931_POC-EXP #cve #cybersecurity #infosec

HackGit
21 579
​​waf-comparison-project Testing datasets and tools to compare WAF efficacy https://github.com/openappsec/waf-comparison-project #cybersecurity #infosec

HackGit
21 579
​​CosmicRakp A powerful tool written in Go that allows red teamers and penetration testers to dump IPMI hashes. This project aims to be efficient, fast, and easy to use. https://github.com/fin3ss3g0d/CosmicRakp#cve-2013-4786 #infosec #pentesting #redteam

HackGit
21 579
​​Cameradar Cameradar hacks its way into RTSP videosurveillance cameras • Detect open RTSP hosts on any accessible target host • Detect which device model is streaming • Launch automated dictionary attacks to get their stream route (e.g.: /live.sdp) • Launch automated dictionary attacks to get the username and password of the cameras • Retrieve a complete and user-friendly report of the results https://github.com/Ullaakut/cameradar #cybersecurity #infosec #pentesting #redteam

HackGit
21 579
​​bedaisy-bypass A kernel driver designed to bypass reports sent from BEDaisy.sys to BEService.exe. For users not on a UEFI, the project utilizes Infinity Hook. https://github.com/crtdll/bedaisy-bypass #infosec #pentesting #redteam

HackGit
21 579
​​Sshimpanzee Sshimpanzee allows you to build a static reverse ssh server. Instead of listening on a port and waiting for connections, the ssh server will initiate a reverse connect to attacker's ip, just like a regular reverse shell. Sshimpanzee allows you to take advantage of every features of a regular ssh connection, like port forwards, dynamic socks proxies, or FTP server. More importantly, if a direct connection from the victim machine to the attacker server is not possible, it provides different tunnelling mecanisms such as DNS Tunnelling, ICMP Tunnelling, or HTTP Encapsulation. It also supports HTTP and SOCKS5 proxies. https://github.com/lexfo/sshimpanzee #cybersecurity #infosec #pentesting #redteam

HackGit
21 579
​​AnonGT - Anonymous Ghost Redirect all traffic through tor network for #KaliLinux https://github.com/gt0day/AnonGT #cybersecurity #infosec #pentesting

HackGit
21 579
​​CVE-2023-36745 MS Exchange Server Privilege Escalation https://github.com/N1k0la-T/CVE-2023-36745 #cve #cybersecurity #infosec

HackGit
21 579
​​FalconHound A #blueteam multi-tool. It allows you to utilize and enhance the power of BloodHound in a more automated fashion. It is designed to be used in conjunction with a SIEM or other log aggregation tool. https://github.com/FalconForceTeam/FalconHound #infosec #pentesting #redteam

HackGit
21 579
​​❌ Defender Remover / Defender Disabler A tool which is uses to remove Windows Defender in Windows 8.x, Windows 10 (every version) and Windows 11. https://github.com/ionuttbara/windows-defender-remover #infosec #pentesting #redteam

HackGit
21 579
​​Xeres A Peer-to-Peer (Friend-to-Friend), decentralized, encrypted and secure application designed for communication and sharing. https://github.com/zapek/Xeres #cybersecurity #infosec #privacy

HackGit
21 579
​​Jomungand Shellcode Loader with memory I use HWBP to hook VirtualAlloc, Sleep and LoadLibraryA. Why i hook this function ? • VirtualAlloc : CobaltStrike & Meterprter is reflective dll as shellcode, with the VirtualAlloc hook we can obtain the real addresse of shellcode in memory • Sleep : I hook sleep to use KrakenMask and encrypt all the content of shellcode in memory during sleep • LoadLibraryA : I redirect to LdrLoadDll with ret addr spoofing. Some edr can detect malicious LoadLibraryA if the origin of call is not backed on RX present on disk https://github.com/RtlDallas/Jomungand #infosec #pentesting #redteam

HackGit
21 579
​​RecoverPy Interactively find and recover deleted or 👉 overwritten 👈 files from your terminal https://github.com/PabloLec/RecoverPy #cybersecurity #infosec #pentesting

HackGit
21 579
​​CVE-2023-42120 Control Web Panel dns_zone_editor Cmd Injection RCE https://github.com/truonghuuphuc/CVE-2023-42120-Poc #cve #cybersecurity #infosec

HackGit
21 579
​​rebuff A prototype and cannot provide 100% protection against prompt injection attacks! https://github.com/protectai/rebuff #cybersecurity #infosec #pentesting

HackGit
21 579
​​APIFuzzer HTTP API Testing Framework Fuzz test your application using your OpenAPI or Swagger API definition without coding https://github.com/KissPeter/APIFuzzer #pentesting #infosec #bugbounty

HackGit
21 579
​​gRPC Web Pentest Suite gRPC-Pentest-Suite is set of tools for pentesting / hacking gRPC Web applications + Burp Suite Extension. • application/grpc-web-text • application/grpc-web+proto (There are some bugs) • grpc-scan scanning the gRPC-web javascript webpacked files to detect grpc endpoints, services, messages and field types • grpc-coder encoding and decoding gRPC-web payloads for pentesting (manipulating payloads) • grpc-coder-burp-extension extension for burp suite to easily using gRPC-Coder tool https://github.com/nxenon/grpc-pentest-suite #pentesting #redteam #bugbounty