Shared posts

09 Mar 12:55

It's SUPER CTF WEEKEND!

by /u/hp777us

Yes, the name was inspired by UNSW's K17 meetup. This coming weekend (long weekend for VIC Aussies) there will be three huge CTFs with a combined prize pool of almost $100k.

http://ctf.bsidesorlando.org/

Sat. March 12 11am (EST) to Sun. March 13 3:30pm

http://codegate.bpsec.co.kr/reg/ Codegate CTF 2016 Quals Mar. 12, 2016 21:00 — Mar. 13, 21:00 UTC

https://ctf.0ops.net/ 12 March 2016, 00:00 UTC — 14 March 2016, 00:00 UTC

You can play by yourself, reply to join a team or head on over to /r/OpenToAllCTFteam/ to play with others.

Going to be an INCREDIBLE weekend so get excited :D Pick one or attempt all three.

submitted by /u/hp777us to /r/securityCTF
[link] [comments]
04 Mar 05:13

Limit bandwidth used by a command in Linux

by Tyler B
If you’ve ever wanted to run a bandwidth intensive command (for example downloading system updates) but limit how much of the available bandwidth it can actually use then trickle may be what you’re after. Simply install it using sudo apt-get install trickle and then you can use it with the following syntax trickle -d X -u Y command... [Read the full article here]
04 Mar 05:10

Complete Tour of PE and ELF: Part 1

by Lohit Mehta

I have decided to come up with an end-to-end malware analysis course and even extend it to memory forensics and detecting APT’s. Though this might sound great, not everyone has the skills to deal generally with malware, and it requires a fair bit of understanding how malware works behind the scenes. Two of the most […]

The post Complete Tour of PE and ELF: Part 1 appeared first on InfoSec Resources.