aka how to make a stupid mirror
-
get aptly (https://aur.archlinux.org/aptly.git)
-
get the ubuntu-archive-keyring. can use any ssl mirror.
curl -OJL https://gpl.savoirfairelinux.net/pub/mirrors/ubuntu/project/ubuntu-archive-keyring.gpg.sig
#!/bin/sh | |
# Copyright (c) 2014, Peder O. Klingenberg | |
# All rights reserved. | |
# | |
# Redistribution and use in source and binary forms, with or without | |
# modification, are permitted provided that the following conditions | |
# are met: | |
# | |
# 1. Redistributions of source code must retain the above copyright |
alias aptly-cli='\ | |
docker run \ | |
-v ~/.config/aptly-cli/aptly-cli.conf:/etc/aptly-cli.conf \ | |
-it --rm --name=aptly-cli \ | |
sepulworld/aptly-cli' |
aka how to make a stupid mirror
get aptly (https://aur.archlinux.org/aptly.git)
get the ubuntu-archive-keyring. can use any ssl mirror.
curl -OJL https://gpl.savoirfairelinux.net/pub/mirrors/ubuntu/project/ubuntu-archive-keyring.gpg.sig
#!/bin/bash | |
# Dependencies: awscli - see https://aws.amazon.com/cli/ | |
# Some of this is pilfered from | |
# https://github.com/awslabs/aws-codedeploy-samples | |
# | |
# How to use: | |
# ./aws-manage.sh <instance id> <dns-record> <dns-type> <up|down> | |
# | |
# For example: | |
# ./aws-manage.sh i-7337 xntrik.wtf A up |
Most of the logic resides in https://github.com/beefproject/beef/tree/master/core/main/client | |
https://github.com/beefproject/beef/blob/master/core/main/client/beef.js establishes the beef object in the browser's DOM | |
window.onload then runs beef_init() https://github.com/beefproject/beef/blob/master/core/main/client/init.js#L24 | |
Within beef_init() we run beef.net.browser_details() https://github.com/beefproject/beef/blob/master/core/main/client/init.js#L67 | |
Within beef.net.browser_details() we gather response from beef.browser.getDetails() https://github.com/beefproject/beef/blob/master/core/main/client/net.js#L503 |
java -jar i2pinstall_*.jar
tar xzf wrapper-*.tar.gz
cp wrapper*/bin/wrapper /Applications/i2p/i2psvc
cp wrapper*/lib/wrapper.jar /Applications/i2p/lib
cp wrapper*/lib/libwrapper.so /Applications/i2p/lib
/Applications/i2p/i2prouter start
or Start I2P Router app######################################################################### | |
# $$\ $DEAD$\ $MOUSE\ $$\ EDITION\ $$\ V2\ $$\ # | |
# $$ | $$ ___$$\ $$ ___$$\ $$ | $$ __$$\ $$ | $$ | $$ | # | |
# $$ | \_/ $$ |\_/ $$ |$$$$$$\ $$ | $$ |$$ | $$ |$$$$$$\ # | |
# $$ | $$$$$ / $$$$$ / \_$$ _| $$$$$$$ |$$$$$$$$ |\_$$ _| # | |
# $$ | \___$$\ \___$$\ $$ | $$ __$$< \_____$$ | $$ | # | |
# $$ | $$\ $$ |$$\ $$ | $$ |$$\ $$ | $$ | $$ | $$ |$$\ # | |
# $L33tR4t\\$Kali$ |\$Linux | \$$$$ |$$ | $$ | $$ | \$ISO | # | |
# \________|\______/ \______/ \____/ \__| \__| \__| \____/ # | |
######################################################################### |
for /F "tokens=*" %%A in (url.txt) do ( | |
"C:\Program Files (x86)\Netsparker\Netsparker.exe" /a /silent /p %Profile% /u http://%%A /rt "Detailed Scan Report" /r "scan_%%A_80_report.html" | |
"C:\Program Files (x86)\Netsparker\Netsparker.exe" /a /silent /p %Profile% /u https://%%A /rt "Detailed Scan Report" /r "scan_%%A_443_report.html" | |
) |
#!/bin/bash | |
# | |
# Copyright 2014 Hewlett-Packard Development Company, L.P. | |
# All Rights Reserved. | |
# Authored by Yazz D. Atlas <[email protected]> | |
# | |
# Licensed under the Apache License, Version 2.0 (the "License"); you may | |
# not use this file except in compliance with the License. You may obtain | |
# a copy of the License at | |
# |
Copyright 2015 Barry Allard