This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #The MIT License (MIT) | |
| # Copyright (c) 2012 Jordan Wright <jordan-wright.github.io> | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| # of this software and associated documentation files (the "Software"), to deal | |
| # in the Software without restriction, including without limitation the rights | |
| # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| # copies of the Software, and to permit persons to whom the Software is | |
| # furnished to do so, subject to the following conditions: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| coinhive.com | |
| coin-hive.com | |
| jsecoin.com | |
| static.reasedoper.pw | |
| mataharirama.xyz | |
| listat.biz | |
| lmodr.biz | |
| minecrunch.co | |
| minemytraffic.com | |
| crypto-loot.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
| <style type="text/css"> | |
| /*BEGIN RAPPORTIVE*/ | |
| body { | |
| padding:0; | |
| margin:0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "crypto/rand" | |
| "crypto/rsa" | |
| "crypto/x509" | |
| "encoding/pem" | |
| "fmt" | |
| "log" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Table of Contents | |
| What is Gophish? 3 | |
| Version 3 | |
| License 3 | |
| Community Edition 3 | |
| Key Terms 3 | |
| Setup 4 | |
| Installation 4 | |
| Installing Gophish Using Pre-Built Binaries 4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| nmap -A -Pn -v -p1-1024 192.168.56.103 | |
| nmap -A -Pn -v -p1024-10000 192.168.56.103 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from bs4 import BeautifulSoup | |
| import requests | |
| from urlparse import parse_qs | |
| import logging | |
| import time | |
| import json | |
| from datetime import timedelta, datetime | |
| from requests.adapters import HTTPAdapter | |
| from requests.packages.urllib3.poolmanager import PoolManager | |
| import ssl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Reset our signal handler | |
| signal.signal(signal.SIGINT, signal.SIG_DFL) | |
| target_bssid = raw_input('Enter a BSSID to perform an deauth attack (q to quit): ') | |
| while target_bssid not in networks: | |
| if target_bssid == 'q' : sys.exit(0) | |
| raw_input('BSSID not detected... Please enter another (q to quit): ') | |
| # Get our interface to the correct channel | |
| print 'Changing ' + args.interface + ' to channel ' + str(networks[target_bssid][1]) | |
| os.system("iwconfig %s channel %d" % (args.interface, networks[target_bssid][1])) | |
| # Now we have a bssid that we have detected, let's get the client MAC |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def check_hosts(): | |
| ''' Checks each host to see if it's running ''' | |
| for host, result in execute(run_command, "uptime", hosts=env.hosts).iteritems(): | |
| running_hosts[host] = result if result.succeeded else "Host Down" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| briankrebs | |
| violetblue | |
| hdmoore | |
| travisgoodspeed | |
| troyhunt | |
| attritionorg | |
| tqbf | |
| attrc | |
| ErrataRob | |
| edskoudis |
NewerOlder