Sergey Bronnikov

91 Followers
118 Following
30 Posts
GitHub - ligurio/luzer: A coverage-guided, native Lua fuzzing engine

A coverage-guided, native Lua fuzzing engine. Contribute to ligurio/luzer development by creating an account on GitHub.

GitHub

Another one fuzzing engine for Lua is afl-lua. It is an integration of AFL (American Fuzzy Lop) with Lua programming language.

https://github.com/ligurio/afl-lua

It is not feature-rich and effective as luzer (libfuzzer-based), but it is only initial version and I plan to make it sweet too.

#fuzzing #afl #lua #afl-lua

@aflplusplus

GitHub - ligurio/afl-lua: Integration of AFL (American Fuzzy Lop) with Lua programming language

Integration of AFL (American Fuzzy Lop) with Lua programming language - GitHub - ligurio/afl-lua: Integration of AFL (American Fuzzy Lop) with Lua programming language

GitHub

Finally published a coverage-guided, native Lua fuzzing engine. I'll do some polishing before a first release, but it's ready for use now.

Some highlights: usage is quite similar to libfuzzer - define a fuzzing target and pass it to a function Fuzz, custom mutator can be defined as a Lua function, structure-aware inputs can be constructed using Fuzzing Data Provider (the same way as in libFuzzer). Moreover, added a code for building custom mutators in Lua for libFuzzer-based targets. Enjoy!

Would be nice to hear feedback!

https://github.com/ligurio/luzer

#fuzzing #luzer #libfuzzer #lua

GitHub - ligurio/luzer: A coverage-guided, native Lua fuzzing engine

A coverage-guided, native Lua fuzzing engine. Contribute to ligurio/luzer development by creating an account on GitHub.

GitHub

A huge list with applications that uses telemetry with instructions how to opt it out.

https://toptout.me/

Toptout

Easily opt-out from telemetry collection

Anyone can help cppcheck by donating CPU (1 core or as many as you like). It is simple:

Download Cppcheck source code and run script.
The script will analyse debian source code and upload the results to a cppcheck server. This is needed both to improve Cppcheck and to detect regressions.

https://github.com/danmar/cppcheck#donate-cpu

GitHub - danmar/cppcheck: static analysis of C/C++ code

static analysis of C/C++ code. Contribute to danmar/cppcheck development by creating an account on GitHub.

GitHub

Might make a couple final tweaks, but I'm pretty happy with this.

I present you: "This is fine", a diorama built from a single piece of paper.

"In the context of auditing Pornhub we have identified two critical flaws in PHP’s garbage collection algorithm (c.f. How we broke PHP, hacked Pornhub and earned $20,000)."

https://www.evonide.com/breaking-phps-garbage-collection-and-unserialize/

Breaking PHP's Garbage Collection and Unserialize | Security Research - Evonide

We discovered a use-after-free vulnerability in PHP's Garbage Collection. This vulnerability is exploitable over unserialize to get RCE on a remote server.

@mfowler @grrrck yet another way for digging into twitter archive with datasette - https://til.simonwillison.net/twitter/birdwatch-sqlite
Loading Twitter Birdwatch into SQLite for analysis with Datasette

[Twitter Birdwatch](https://twitter.github.io/birdwatch/) is "a collaborative way to add helpful context to Tweets and keep people better informed". Data collected by the program is [made available f

@VishnyaSweet I would recommend Orgzly (Android)
Specification of TAP version 14 has been published http://testanything.org/tap-version-14-specification.html It's a popular format of software testing results.
TAP 14 specification - Test Anything Protocol