Some people want to throw a party when #Python 2.7 expires at the end of the year.
I won't be one of them. The pain inflicted on existing users will be real. Some of the wonderful 2.7 ecosystem will be lost forever.
That said, 3.8 will be excellent too.
pythonclock.org/
The start of a new series. We will try to learn some basics about browser exploitation. Specifically we will look at JavaScriptCore - the JavaScript engine from WebKit.
liveoverflow.com/getting-int…
Slides from my talk at #GeeCON today, "How shit works: TCP/IP" now available at speakerdeck.com/holograph/ip. Thanks for attending, hope you enjoyed yourself!
Your code. Your packages. One login.
Meet GitHub Package Registry 🎁
Publish public or private packages next to your source code, easily.
github.co/2DZiJGY
Microsoft is unveiling a new Windows Terminal tool today for Windows 10. It’s a new app that combines cmd, Powershell, and WSL into a single environment with tab support and lots of customizations. All the details here: theverge.com/2019/5/6/185278…
This weekend, I updated the Windows syscall tables on my blog and GitHub (github.com/j00ru/windows-sys…) with the upcoming Windows 10 1903 (19H1).
There's one new ntoskrnl syscall – NtCreateCrossVmEvent (STATUS_NOT_IMPLEMENTED), with 8 removed and 24 added in win32k since 1809.
Attackers can hide in shellcode to evade AV and complicate defender's lives.
ALL IS NOT LOST. This notebook shows how to analyze shellcode payloads to tilt the balance back.
📔NOTEBOOK: github.com/JohnLaTwC/Shared/…
🎮PLAY NOW: mybinder.org/v2/gh/JohnLaTwC…
Thx @ledtech3 for the sample.
For Pentesters and CTF players, here’s a list of useful payloads and bypasses, covering various WebApp attacks.
There are a lot of similar GitHub repos out there. What’s your personal favorite?
github.com/swisskyrepo/Paylo…
Save the dates!!
Pycon Israel 2019:
3-4 June Main Conference
5 June Workshops Day
The conference will be held at Wahl center, Bar Ilan University, in Ramat Gan
Today I found out that ftp.exe can be used as a #lolbin. run ftp.exe, type "!" (calls the shell() function inside ftp.exe) followed by whatever it is that you want to run, i.e "!powershell"
File under: Things that my teammates and I are finding when looking at windows binaries.