Skip to content

Instantly share code, notes, and snippets.

View anthonymark33's full-sized avatar

Anthony Markowski anthonymark33

  • Houston tx
View GitHub Profile
@anthonymark33
anthonymark33 / WireGuard_Setup.txt
Created August 6, 2020 10:42 — forked from chrisswanda/WireGuard_Setup.txt
Stupid simple setting up WireGuard - Server and multiple peers
Install WireGuard via whatever package manager you use. For me, I use apt.
$ sudo add-apt-repository ppa:wireguard/wireguard
$ sudo apt-get update
$ sudo apt-get install wireguard
MacOS
$ brew install wireguard-tools
Generate key your key pairs. The key pairs are just that, key pairs. They can be
@anthonymark33
anthonymark33 / google-dorks
Created June 14, 2020 17:46 — forked from stevenswafford/google-dorks
Listing of a number of useful Google dorks.
" _ _ "
" _ /|| . . ||\ _ "
" ( } \||D ' ' ' C||/ { % "
" | /\__,=_[_] ' . . ' [_]_=,__/\ |"
" |_\_ |----| |----| _/_|"
" | |/ | | | | \| |"
" | /_ | | | | _\ |"
It is all fun and games until someone gets hacked!
@anthonymark33
anthonymark33 / download_images.py
Created March 19, 2020 06:23 — forked from Anandsure/download_images.py
Function call to scrape images using "google_images_download" library
def downloadimages(query):
# keywords is the search query
# format is the image file format
# limit is the number of images to be downloaded
# print urs is to print the image file url
# size is the image size which can
# be specified manually ("large, medium, icon")
# aspect ratio denotes the height width ratio
# of images to download. ("tall, square, wide, panoramic")
arguments = {"keywords": query,
#!/usr/bin/env bash
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin
export PATH
#
# Auto install Shadowsocks Server (all version)
#
# Copyright (C) 2016-2019 Teddysun <[email protected]>
#
# System Required: CentOS 6+, Debian7+, Ubuntu12+
#
@anthonymark33
anthonymark33 / index.html
Created March 7, 2020 16:28 — forked from magb7/index.html
FLEX !
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Find the precious!</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav class="navbar">