Skip to content

Instantly share code, notes, and snippets.

View genuinemoses's full-sized avatar
👨‍💻
Writing and breaking code for humanity, fun and profit!

Moses genuinemoses

👨‍💻
Writing and breaking code for humanity, fun and profit!
View GitHub Profile
# Basic Usage
ffuf -w wordlist.txt -u http://127.0.0.1:8000/api/FUZZ/6 -o output.txt -replay-proxy http://127.0.0.1:8080
# Basic Usage With a Cookie
ffuf -w wordlist.txt -u http://127.0.0.1:8000/api/FUZZ/6 -o output.txt -replay-proxy http://127.0.0.1:8080 -b "laravel_session=eyJpdiI6Ii8wQU11dTVlUkg2alRHUXBIVzlGSnc9PSIsInZhbHVlIjoiOWs3YllJWTdqNC9xa1pMeFRvMFh0OE1vRFpaWm9GSzFkRktVZS9yUHBDM0lIazZ4K0NsbndxWVIxQ05VZWhqZUZaR0RGQWlFdmdDc24yWllYRklGSXI5STd2b05Pam4yRXIwV1BUWkZhUnFLNUFzOWsycmRHcnlxS0FqRWNsSnEiLCJtYWMiOiI3ZTliMmM2YzIxOTExNDE0NmVjYTYyMGI4Nzg4YzJiYjNmNjVkNDI1YzEyODYwMzY5YzczNzY3NTUwZDk0OGYzIn0%3D;"
# Adding a delay
ffuf -w wordlist.txt -u http://127.0.0.1:8000/api/FUZZ/6 -o output.txt -replay-proxy http://127.0.0.1:8080 –p 1 –t 3
# Adding a delay (new method)
@tomhicks
tomhicks / plink-plonk.js
Last active March 18, 2024 02:23
Listen to your web pages
@ganapativs
ganapativs / iTerm2 + oh-my-zsh + Pure theme + zsh plugins setup.md
Last active May 26, 2024 19:11
iTerm2 + oh-my-zsh + Pure theme + zsh plugins setup
@koenverburg
koenverburg / Deploy.ftp.py
Last active July 4, 2018 14:39
Deploy scripts
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import re
import os
import logging
import requests
import threading
from ftplib import FTP
logging.basicConfig(level=logging.INFO, format='[%(name)s][%(levelname)s] %(message)s')
@azrakreborn
azrakreborn / client.py
Created April 24, 2018 17:27
FTP client
# Team SwagLords
# Christian Williams
# Kendrick Hillian
# CSC 311
# 09/09/2016
# FTP Client
import socket, getpass, zlib, gzip, os, glob
@kspillane
kspillane / bulkftp.py
Created March 6, 2018 00:41
A python script for uploading a file to multiple FTP servers sequentially
import sys, os
from ftplib import FTP
username = str(raw_input("FTP Server Username: "))
password = str(raw_input("FTP Server Password: "))
srvfile = str(raw_input("Server list file?: "))
try:
f = open(srvfile)
except IOError:
print("There was an error reading your file - "+srvfile)
#!/usr/bin/env python
# –*– encoding: UTF-8 –*–
'''ftp_updown.py: connection to FTP and up & down function'''
__author__ = 'frantisekrehor.cz'
__email__ = 'hi@frantisekrehor.cz'
#================================================================
@abyand
abyand / client.py
Created October 16, 2017 09:07
FTP protocol
import socket
import json
import sys
from math import ceil
import os
import threading
import Queue
server_address = ('127.0.0.1', 5000)
client_socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
@ekoew
ekoew / ftp-client-download.py
Last active July 4, 2018 11:01
School project by Eko Puji Pramono (5115100065) based on tutorial: http://www.techinfected.net/2017/07/create-simple-ftp-server-client-in-python.html
# download for anonymous user
from ftplib import FTP
ftp = FTP('')
ftp.connect('localhost',1026) # connect to host, default port
ftp.login() # login as anonymous user
ftp.cwd('anonymous') # change into "files" directory
print ("Permissions No. Owner Type Size Date Time Filename")
ftp.retrlines('LIST') # retrieve list of file in the directory
* Downloaded or downloading
=============================
**http://kickass.to/infiniteskills-learning-jquery-mobile-working-files-t7967156.html
**http://kickass.to/lynda-bootstrap-3-advanced-web-development-2013-eng-t8167587.html
**http://kickass.to/lynda-css-advanced-typographic-techniques-t7928210.html
**http://kickass.to/lynda-html5-projects-interactive-charts-2013-eng-t8167670.html
**http://kickass.to/vtc-html5-css3-responsive-web-design-course-t7922533.html
*http://kickass.to/10gen-m101js-mongodb-for-node-js-developers-2013-eng-t8165205.html
*http://kickass.to/cbt-nuggets-amazon-web-services-aws-foundations-t7839734.html