Skip to content

Instantly share code, notes, and snippets.

@ghifarit53
ghifarit53 / main.py
Created August 9, 2023 15:13
Send phishing Google Form with fake data
import random
import calendar
# our sus link
link = "https://docs.google.com/forms/d/1Kl1On8QB2n_tV_5qUazVNgTGEpw4PtoFOdJ-L45uOh4/viewform"
# load our names to an array
with open("names.txt", "r") as f:
names = [line.strip() for line in f]
@ghifarit53
ghifarit53 / README.md
Last active October 9, 2022 02:14
An attempt to spam phisher's website with fake credentials

Then (19 September 2022)

Screen Shot 2022-09-19 at 8 23 16 AM

Screen Shot 2022-09-19 at 8 23 53 AM

Now (21 September 2022)

Screen Shot 2022-09-21 at 2 18 45 PM

Screen Shot 2022-09-21 at 2 23 31 PM

@ghifarit53
ghifarit53 / readme.md
Last active February 7, 2023 15:59
add <bits/stdc++.h> to macOS system header

how to add <bits/stdc++.h> to macOS system header

  1. run this command first to see from where clang includes its header files clang -v -fsyntax-only -x c++ /dev/null. In my case, it's in /Library/Developer/CommandLineTools/usr/include/c++/v1

  2. press Cmd + Shift + G in Finder and type the path or use cd to go to the dir

  3. mkdir bits in there

  4. cd bits and create a new file stdc++.h and paste the following content to it (source: https://gist.github.com/Einstrasse/ac0fe7d7450621a39364ed3b05cacd11)

@ghifarit53
ghifarit53 / fancybar.ini
Last active November 6, 2023 20:54
fancybar config
[colors]
black = #1A1D45
bblack = #2c3073
white = #D7B7BB
red = #FF4EA5
green = #7EB564
yellow = #F5B569
blue = #7A89EC
magenta = #B66CDC
cyan = #6CAC99
@ghifarit53
ghifarit53 / README.md
Last active August 2, 2020 20:59
polaroid-styled bar

polaroid-styled bar

! general
*foreground: #16161C
*background: #f9cbbe
! black
*color0: #f9cbbe
*color8: #ad8d84
! red
*color1: #df2d52
@ghifarit53
ghifarit53 / README.md
Last active September 6, 2020 00:12
[bspwm] Green Tea Setup

green tea setup

greentea01 greentea02

available config

  • bspwmrc
  • polybar
  • vimrc
  • Xresources
@ghifarit53
ghifarit53 / README.md
Last active December 16, 2023 01:09
[i3] big sur like polybar style

macOS Big Sur on Linux!

bigsurlinux

to replicate the bar and the blur effect, you'll need

  • polybar
  • fontawesome and sf pro text
  • compton tryone fork (you can use picom too, but i don't know if the config is compatible)

you can adjust the bar opacity by editing the number in the bar background color (0-100)