I hereby claim:
- I am raesene on github.
- I am raesene (https://keybase.io/raesene) on keybase.
- I have a public key whose fingerprint is 0CB2 22CC 5B08 3B79 4924 4738 C9AB 0B03 C81E 6392
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| require 'java' | |
| java_import 'burp.IBurpExtender' | |
| java_import 'burp.IScannerCheck' | |
| java_import 'burp.IScanIssue' | |
| java_import 'burp.IHttpRequestResponse' | |
| class BurpExtender | |
| include IBurpExtender, IScannerCheck | |
| def registerExtenderCallbacks(callbacks) |
| <marquee>test</marquee> |
| Being a list of UK pentest companies that got acquired, for no particular reason apart from remembering them all is getting difficult. | |
| (based on a tweet from @clappymonkey and follow-ups from there) | |
| In no particular order and the attached link is just the first one on google that appeared relevant. | |
| MWR acquired by F-Secure (https://www.mwrinfosecurity.com/news/f-secure-takes-a-big-step-towards-cyber-security-leadership-by-acquiring-mwr-infosecurity) | |
| RandomStorm acquired by Accumuli (https://www.computerweekly.com/microscope/news/2240237054/Accumuli-acquires-again-with-RandomStorm-buy) | |
| Securetest acquired by NCC (https://www.manchestereveningnews.co.uk/business/business-news/nccs-4m-swoop-999989) | |
| NGS acquired by NCC (https://www.computerweekly.com/news/2240087643/NCC-acquires-security-testing-rival-NGSS-for-10m) | |
| Nettitide acquired by lloyds registers (https://www.channelweb.co.uk/crn-uk/news/3028655/cybersecurity-firm-nettitude-acquired-by-lloyds-register) | |
| First Base acquired by falanx (https://www.insiderme |
List below Confirmed date where it's available, ?Month based on when it ran in 2019
| #!/bin/bash | |
| set -e | |
| set -o pipefail | |
| # Add user to k8s using service account, no RBAC (must create RBAC after this script) | |
| if [[ -z "$1" ]] || [[ -z "$2" ]]; then | |
| echo "usage: $0 <service_account_name> <namespace>" | |
| exit 1 | |
| fi |
| **Create WSL distro Instance** | |
| wsl.exe --import [name] [dir_to_place_distro_in] [path_to_rootfs_file] | |
| **Remove WSL Distro** (NB still need to clean up files from that dir) | |
| wsl.exe --unregister [Name] | |
| **Export WSL Distro to TAR archve** | |
| wsl --export [name] [dir_to_place_distro_in] |
| BEGIN MESSAGE. | |
| jKsLE4T0cpsmr3A xdwGl6DbAhKqgU7 wMnv05f4EqqKmjQ tr1uxnbCwm0p00L | |
| F7xTQzYRUgY1Y4g HGDudObcgUsTCKq 6Xr2MZHgg77Q0Hw ZdBKpKxwK9210Xf | |
| kABQ8Ip45QekG6G tSbjJC0yrn7JrcL Ity1YhhOxSHyzv8 4rkrYTADczlqHGE | |
| 0r38x8yTptzkoWo 7nS1y0O9G0w1l2N OhEBu2IP. | |
| END MESSAGE. |
| Transcript of Fridays at 4 episode https://www.youtube.com/watch?v=tbeP8MduOZ8 | |
| (upbeat music) | |
| - All right, hello everyone. | |
| Welcome to Fridays at four on Twitch.tv/videostream. | |
| I'm your community manager, Kurt Oven, | |
| and I have a special guest with me today. | |
| We're gonna be talking about, oh, I don't know, | |
| something like 64 things. | |
| So let's get our executive producers, | |
| several and on to welcome Sev to the live stream |