Gergely Nagy

Results 14 issues of Gergely Nagy

With time passing by, the dependencies listed in the Gemfile, are developed further, and require more recent version of Ruby, and the [instructions](http://www.relentless-coding.com/projects/jsdetox/install) for **Linux Mint 17 LTS / Ubuntu...

I just got a silly idea, to set up some opensource web based worms clone into an intranet of a small company, to surprise the co-workers with a nice game...

The method of splitting the response data by a **double \r\n** starting at [line 175](https://github.com/softius/php-cross-domain-proxy/blob/master/proxy.php#L175) to get the response-headers and data in one request is by far not ideal. Since...

@jbranchaud The line below is referencing `vim/turning-off-search-highlighting.md` https://github.com/jbranchaud/til/blob/711310b32bda9db66a5819e13d177319f61c27a6/README.md?plain=1#L1342 but the file in that folder is missing an **f** and is called `vim/turning-of-search-highlighting.md` Suggested fix is to rename `vim/turning-of-search-highlighting.md` -> `vim/turning-off-search-highlighting.md`

Looked at the examples, and reading the php docs about [call_user_func_array](https://www.php.net/manual/en/function.call-user-func-array.php) i was missing the example, how it can be used with a pre-defined function, including parameters. I would suggest...

The fetaure described below would help billing of work that has been done: 1. if there would be a possibility to mark frames as billed, by specify a from+to+project+tags search,...

question

**The most interesting thing happened: after removing wp-content/w3tc-config/master.php the plugin is instantly activated, without any extra step, but i assume the setting are then gone** The activation seem to fail,...

Needs investigation

TODO: handle goto statement and clean-up the order of statements, and variable assigments. That would allow further deobfuscation, that fails otherwise. @bediger4000 this pull request solves a small part of...

Sample source code: https://malwaredecoder.com/result/0a2a7c5bb813d755f72823f2a5895ac8 this is the cleanup module of ai-bolit scanner and it is a great sample of obfuscation techniques. Until the third run of deobfuscation, I was missing...

Tonight i was patching a Xenserver 6.2, and because the previous patch session was manual, the cleanup was not done. Somewhere in the middle of the 16 patch session the...

enhancement