Skip to content
View 0xKismetDev's full-sized avatar
👽
It's a unix system, I know this!
👽
It's a unix system, I know this!

Block or report 0xKismetDev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
0xKismetDev/README.md

Typing SVG

#include <stdio.h>

int main() {

  printf("Some info...\n");

  char langs[] = "Python, Go, JavaScript (C/Cpp, C#)";
  char os[] = "Arch, Debian, Windows";
  char website[] = "kismetdev.net";

  printf("Languages: %s\n", langs);
  printf("OS: %s\n", os);
  printf("Website: %s\n", website);
  
  return 0;
}

Short about me 👨‍💻 :

  • I do sysadmin stuff most of the time, with some coding here and there ⌨️.
  • I break servers and the like, I.e penetration testing 🔨.
  • Very interested in OSINT 🔍.
  • Usually running Arch w/ Gnome or dwm 🐧.
  • Want to contact me? check the socials to the left ⬅️.

Currently learning/working with 🧠 :

  • C/Cpp
  • C#
  • GoLang


Pinned Loading

  1. dwmstuff dwmstuff Public

    dwm & dwmblocks config and binaries + custom scripts & dotfiles

    C

  2. FaceScrape FaceScrape Public

    Find targets face on a website with image scraping and facial recognition.

    Python

  3. XenforoChecker XenforoChecker Public

    Check Xenforo accounts with proxies

    Python

  4. plow plow Public

    Forked from six-ddc/plow

    A high-performance HTTP benchmarking tool that includes a real-time web UI and terminal display

    Go