Skip to content

Instantly share code, notes, and snippets.

View cyf1r3's full-sized avatar
❤️
Greattttt

Anant Singh cyf1r3

❤️
Greattttt
  • India
View GitHub Profile
@cyf1r3
cyf1r3 / monitor.php
Created June 5, 2023 16:11 — forked from jesobreira/monitor.php
Server Monitor
<?php
/*
The aim is to create a functional server monitor based on the one
showed on Mark Zuckerberg's monitor on The Social Network movie.
Run so:
php monitor.php
Notes:
- The server LogFormat must be "Common Log Format" (%h %^[%d:%^] "%r" %s %b)
@cyf1r3
cyf1r3 / all.txt
Created October 10, 2022 10:54 — forked from jhaddix/all.txt
all wordlists from every dns enumeration tool... ever. Please excuse the lewd entries =/
This file has been truncated, but you can view the full file.
.
..
........
@
*
*.*
*.*.*
🐎
@cyf1r3
cyf1r3 / xrandr-full-screen.sh
Created July 28, 2022 15:24 — forked from volkancakil/xrandr-full-screen.sh
xrandr full screen 1920x1080 resolution in VMWare with GNU/Linux
# Create 1920x1080 resolution mode
xrandr --newmode '1920x1080' 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
# Add new resolution mode to the display
xrandr --addmode Virtual1 1920x1080
# Resize the display to use the new resolution mode
xrandr --output Virtual1 --mode '1920x1080' --rate 60