Skip to content

Instantly share code, notes, and snippets.

import sys, time, telepot
from telepot.loop import MessageLoop
wordlist = None
abbreviationlist = None
userchatlist = {}
def handle(msg):
global wordlist
global abbreviationlist
#!/usr/bin/expect
#
# Automate OpenVPN Authentication
# Copyright (C) 2017
#
# This program can be redistributed and/or modified under the terms of the
# GNU General Public License, either version 3 of the License, or (at your
# option) any later version.
#
#!/usr/bin/env python
#
# Password Bruteforcer for SSH File Transfer Protocol
# Copyright (C) 2017
#
# This program can be redistributed and/or modified under the terms of the
# GNU General Public License, either version 3 of the License, or (at your
# option) any later version.
#
#!/usr/bin/env python
#
# Spawn Multiple Connection Per User for SSH File Transfer Protocol
# Copyright (C) 2017
#
# This program can be redistributed and/or modified under the terms of the
# GNU General Public License, either version 3 of the License, or (at your
# option) any later version.
#
#!/usr/bin/env python
#
# Multiple Sequential Upload of a Single File for
# SSH File Transfer Protocol
# Copyright (C) 2017
#
# This program can be redistributed and/or modified under the terms of the
# GNU General Public License, either version 3 of the License, or (at your
# option) any later version.
#
#!/usr/bin/python
#
# Singapore\'s Identification Number Generation Tool.
# Copyright (C) 2017
#
# This program can be redistributed and/or modified under the terms of the
# GNU General Public License, either version 3 of the License, or (at your
# option) any later version.
#
import time
import json
import string
import requests
url = ''
headers = {
"Host": "",
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0",
# Blind SQL Injection Enumeration
# Copyright (C) 2019
#!/usr/bin/python
import sys
import re
import json
import requests
import urllib3
from itertools import repeat