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
| <HTML> | |
| <HEAD> | |
| <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script> | |
| <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/semantic.min.css"> | |
| <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/semantic.min.js"></script> | |
| <TITLE>A Test of the Template Broadcasting System</TITLE> | |
| </HEAD> | |
| <BODY> | |
| <div class="ui two column doubling stackable grid container"> | |
| <div class="column"> |
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
| function Get-Base64 { | |
| param ( | |
| $data | |
| ) | |
| # if the $data is a string then ensure it is a byte array | |
| if ($data.GetType().Name -eq "String") { | |
| $data = [System.Text.Encoding]::UTF8.GetBytes($data) | |
| } |
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
| #!/bin/bash | |
| # | |
| # description: Apache Tomcat init script | |
| # processname: tomcat | |
| # chkconfig: 234 20 80 | |
| # | |
| # | |
| # Copyright (C) 2014 Miglen Evlogiev | |
| # | |
| # This program is free software: you can redistribute it and/or modify it under |
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
| Param( | |
| $IP ##IP we will look up | |
| ) | |
| #Define XML Header | |
| $MaltegoHeader = @" | |
| <MaltegoMessage> | |
| <MaltegoTransformResponseMessage> | |
| <Entities> | |
| "@ |
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
| #!/bin/bash | |
| # | |
| # When you are working on your macbook sitting in cafe and you have to go pee, | |
| # you need some way to guard you machine. | |
| # | |
| # Start this script, remove any earphones, and go do the job. | |
| # The assumption is the thief will close the lid of the laptop before taking it away. | |
| # This script detects the closing of the lid and plays some loud audio that will | |
| # likely distract the thief and/or grab attention of nearby people, making the |
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
| See the end of this message for details on invoking | |
| just-in-time (JIT) debugging instead of this dialog box. | |
| ************** Exception Text ************** | |
| System.NullReferenceException: Object reference not set to an instance of an object. | |
| at ClientPatcher.OgreClientPatcher.CheckDependencies() | |
| at ClientPatcher.ClientPatchForm.StartScan() | |
| at ClientPatcher.ClientPatchForm.PatchProfile() | |
| at ClientPatcher.ClientPatchForm.btnPatch_Click(Object sender, EventArgs e) | |
| at System.Windows.Forms.Control.OnClick(EventArgs e) |
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
| git clone https://github.com/OpenMeridian/meridian59-dotnet Meridian59-dotnet | |
| cd Meridian59-dotnet | |
| git pull && git submodule init && git submodule update && git submodule status | |
| cd Engine | |
| git remote add upstream https://github.com/cyberjunk/meridian59-engine.git | |
| cd ..\Resources | |
| git remote add upstream https://github.com/cyberjunk/meridian59-resources.git | |
| cd .. | |
| git remote add upstream https://github.com/cyberjunk/meridian59-dotnet.git | |
| git pull upstream master |
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
| Meridian 59(TM) Insurrection | |
| Readme (07 July 1998) | |
| ----------------------------------------------- | |
| Table of Contents | |
| ----------------------------------------------- | |
| 1. System Requirements | |
| 2. Welcome | |
| 3. What's in Meridian 59 |
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
| Jun 24 08:28:31 *HOSTNAME* logstash[117760]: Exception in thread "elasticsearch[logstash-*HOSTNAME*-117760-2548][generic][T#1]" java.lang.NullPointerException | |
| Jun 24 08:28:31 *HOSTNAME* logstash[117760]: at org.elasticsearch.action.bulk.TransportBulkAction.setResponseFailureIfIndexMatches(TransportBulkAction.java:178) | |
| Jun 24 08:28:31 *HOSTNAME* logstash[117760]: at org.elasticsearch.action.bulk.TransportBulkAction.access$100(TransportBulkAction.java:65) | |
| Jun 24 08:28:31 *HOSTNAME* logstash[117760]: at org.elasticsearch.action.bulk.TransportBulkAction$1.onFailure(TransportBulkAction.java:137) | |
| Jun 24 08:28:31 *HOSTNAME* logstash[117760]: at org.elasticsearch.action.support.TransportAction$ThreadedActionListener$2.run(TransportAction.java:117) | |
| Jun 24 08:28:31 *HOSTNAME* logstash[117760]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) | |
| Jun 24 08:28:31 *HOSTNAME* logstash[117760]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) | |
| Jun 24 08:28:31 *H |
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
| \b(?:(?:(?:https?|ftp|file)://|www\.|ftp\.)[-A-Z0-9+&@#/%?=~_|$!:,.;]*[-A-Z0-9+&@#/%=~_|$]|((?:mailto:)?[A-Z0-9._%+-]+@[A-Z0-9._%-]+\.[A-Z]{2,4})\b)|"(?:(?:https?|ftp|file)://|www\.|ftp\.)[^"\r\n]+"?|'(?:(?:https?|ftp|file)://|www\.|ftp\.)[^'\r\n]+'? | |
| must be a case-insensitive search (i). |
NewerOlder