Skip to content
KitploitKITPLOIT
도구익스플로잇블로그
Log in
제출
도구익스플로잇블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
도구/GitHubGitHub/emrekybs/hawkopsec
Defensive ToolsConfiguration AuditingNetwork SecurityPrivacyIncident Response
GitHubemrekybs/hawkopsec

hawkopsec

One-tap Linux OPSEC hardening & anonymity toolkit

저장소 보기
26311일 전아직 검토되지 않음

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
요청한 언어로 콘텐츠를 사용할 수 없습니다. 영어 버전을 표시합니다.

HawkOpsec

HawkOpsec

One-tap Linux OPSEC hardening & anonymity toolkit

platform ui license


HawkOpsec turns a pile of manual privacy commands into security modes you apply with one tap. Pick a mode — the tool starts Tor, configures DNS, randomizes your identity and hardens the kernel for you. Hit RESET and every change is rolled back from snapshots to your original state.

The GUI never runs as root; privileged actions go through a small helper via polkit/pkexec. Every change is snapshotted before it is applied, so nothing is one-way.

Dashboard

Security modes

Each mode resets to baseline first, then applies a full profile — switching is always clean.

Architectural Structure

Architectural Structure

Features

  • Network — Tor transparent proxy (all TCP + DNS via Tor, kill-switch, IPv6 block, stream isolation), DNS-over-TLS (Quad9 / Cloudflare / Mullvad), default-deny firewall, IPv6 disable.
  • Identity — per-interface MAC randomization, persistent MAC (NetworkManager), random hostname, machine-id spoofing, UTC timezone.
  • Hardening — kernel/sysctl hardening, disable crash reporting/coredumps, journald to RAM, disable Bluetooth, disable swap, USB lockdown (BadUSB), RAM wipe on shutdown.
  • Traces — clean shell history / recent files / thumbnails / trash, vacuum journald & coredumps, strip EXIF metadata (mat2/exiftool), secure-delete (shred).
  • Extras — one-click anonymous browser (Tor Browser / Firejail), Firefox hardening (WebRTC off, resistFingerprinting), live exit-IP check, Activity log of every change, RESET and PANIC.
  • Bilingual UI — switch English / Türkçe from the top-right; choice is remembered.

Install

Dependencies

root@kitploit:~
# Arch
sudo pacman -S --needed python-pyqt6 tor nftables polkit iproute2 rfkill systemd-resolvconf
# Debian / Ubuntu / Kali / Mint
sudo apt install -y python3-pyqt6 tor nftables policykit-1 iproute2 rfkill systemd-resolved
# optional extras: mat2 (or exiftool), secure-delete, firejail, torbrowser-launcher

Run from source (quickest)

root@kitploit:~
python3 run.py                 # just run it
sudo ./packaging/install.sh    # or install: menu entry + launcher + polkit + helper

Compile to a standalone binary (Nuitka)

root@kitploit:~
sudo apt install -y patchelf                 # or: sudo pacman -S patchelf
./packaging/build.sh                         # -> build/run.dist/hawkopsec
sudo ./packaging/install-compiled.sh

Then launch HawkOpsec from your application menu, or run hawkopsec.

Uninstall

Click UNINSTALL in the app (or HawkOpsec Uninstall in the menu), or:

root@kitploit:~
sudo ./packaging/uninstall.sh

It reverts every system change, removes all files and menu icons, and refreshes the desktop cache.

Security note

HawkOpsec hardens the network and system layers. It does not make a normal browser fingerprint-resistant — for real anonymous browsing use the built-in Tor Browser launcher, avoid logging into personal accounts while anonymous, and remember that browser fingerprinting, WebRTC and behavioural patterns are out of scope for a system tool. You are hardening your own machine.

License

MIT — see LICENSE.

도구 다운로드
ModeWhat it does
BASELINEEverything off. Reverts all changes to the original state (same as RESET).
SECUREKernel hardening · default-deny firewall · DNS-over-TLS · IPv6 off · no crash reports · logs in RAM. No Tor — daily-driver safe.
PUBLICSECURE + MAC randomization (persistent via NetworkManager) + Bluetooth off. For untrusted / public wifi.
HARDENEDPUBLIC + random machine-id & hostname + swap off + USB lockdown. Strong anti-fingerprinting, no Tor.
GHOSTHARDENED + UTC timezone + system-wide Tor routing with a leak kill-switch. Full anonymity.
PARANOIDGHOST + RAM wipe on shutdown (cold-boot mitigation). Maximum protection.