forked from lavabit/robox
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Experimental/evilpot #3
Open
brokep
wants to merge
131
commits into
BobbyBabes:master
Choose a base branch
from
brokep:experimental/evilpot
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
adding "evil" honeypot option, based off debian8
addings "evil" scripts
adding "evil" honeypot vagrant configuration
Added "evil" honeypot
…ng honeypot.sh, script needed to install inetsim package, create custom confirg, and run. works on ubuntu 14,16,18 deb 8,9,10
future boxes updated
Merging the first honeypot config onto the evil branch.
fixing json parse error
type 2 hypervisor*
Merging parser fixes.
… into experimental/evilpot
evil-honeypot
evil-honeypot
evil-honeypot
# Ensure the linux-tools and linux-cloud-tools get updated with the kernel. # Upgrade the installed packages. # Needed to retrieve source code, and other misc system tools. # Enable the sysstat collection service. # Start the services we just added so the system will track its own performance. # Setup vim as the default editor.
…ges already made to the generic version.
Without a TTY, and thus TERM value, any 19.04 script which called "tput" was ending with a fatal error. As such we now detect the missing TERM value and explicitly set the value to "vt100" to avoid spurrious errors. The actual changes were accidentally added to the index as part of the 651e8bd commit.
Allow SSH TCP port forwarding on newer Alpine boxes.
…reduced the number of boxes down to one box that will a debian-based solution until I am able to port the inetsim deployment to purely a perl deployment. however, this solution to evilpot will use ubuntu1804 as its base box, but backwards compatibility should be generally assumed across the debian ecosphere. I also added in the lazykali.sh into the build as it is useful for iterating deeper fake honeypots, ultimately recording more interacting and learning the behaviors of the actors.
…u1804 repository.
…-line shell and scripting language tool built on the .NET Framework. PowerShell allows System Administrators to perform task automation and configuration management. PowerShell Core can be installed on Ubuntu 18.04 by using Microsoft Debian repository. Add the repository to your Ubuntu 18.04 system using the command below. sudo update update && sudo apt -y install wget wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb sudo dpkg -i packages-microsoft-prod.deb A successful installation should have an output like below: Selecting previously unselected package packages-microsoft-prod. (Reading database ... 105206 files and directories currently installed.) Preparing to unpack packages-microsoft-prod.deb ... Unpacking packages-microsoft-prod (1.0-ubuntu18.04.1) ... Setting up packages-microsoft-prod (1.0-ubuntu18.04.1) ... Finally update Package index list and install PowerShell: sudo apt update sudo apt -y install powershell To start PowerShell, use the command: # pwsh PowerShell 6.1.1 https://aka.ms/pscore6-docs Type 'help' to get help. PS /home/vagrant> Test command execution: PS /home/vagrant> Get-ChildItem / Directory: / Mode LastWriteTime Length Name ---- ------------- ------ ---- d----- 10/29/18 11:19 PM bin d----- 10/29/18 11:27 PM boot d----- 12/18/18 1:25 PM dev That’s all. Read more about PowerShell Administration. Also check: How to install Microsoft SQL Server 2019 on CentOS 7 / Fedora How to install MS SQL on Ubuntu 18.04 LTS
… replaced with 'evilpot' where applicable.
#export domain=example.com # This script must be run as root! mkdir /opt/ && cd /opt/ git clone https://github.com/certbot/certbot /opt/certbot/certbot-auto certonly --standalone --non-interactive --agree-tos --rsa-key-size 4096 --email "admin@$domain" -d "$domain, www.$domain,imap.$domain,pop.$domain,smtp.$domain"
auto grabs source of cerbot and runs autoinstaller, non-interactive mkdir /opt/ && cd /opt/ git clone https://github.com/certbot/certbot /opt/certbot/certbot-auto certonly --standalone --non-interactive --agree-tos --rsa-key-size 4096 --email "admin@$domain" -d "$domain, www.$domain,imap.$domain,pop.$domain,smtp.$domain"
… into experimental/evilpot attempting to resolve merge conflicts on basic files so my 75 commits can get merged.
…m lets encrypt using the domain variable and non interactive request a the cli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.