-
the webinterface screw'd this up, so better look at the files ...
2009-10-31 06:13:44 UTC in Uncrustify Code Beautifier
-
input:
int main()
{
if( foo == bar )
{ /* this works */
}else
if( ranz != bar )
{ /* this works too */
}else
{ /* this is broken */
}
}
output:
int main()
{
if( foo == bar )
{ /* this works */
}else
if( ranz != bar )
{ /* this works too */
}else
{
/* this is broken */
}
}
expected: like input
config file, input and output attached.
2009-10-31 06:12:13 UTC in Uncrustify Code Beautifier
-
nepenthesdev changed the public information on the Nepenthes -finest collection- project.
2009-03-04 16:49:28 UTC in Nepenthes -finest collection-
-
nepenthesdev added the libemu-0.2.0.tar.bz2 file.
2008-11-30 21:33:56 UTC in Nepenthes -finest collection-
-
nepenthesdev added the libemu-0.2.0.tar.gz file.
2008-11-30 21:33:48 UTC in Nepenthes -finest collection-
-
nepenthesdev created the 0.2.0 file release.
2008-11-30 21:27:11 UTC in Nepenthes -finest collection-
-
Plattform is ubuntu gutsy, tb 2.0.0.6, no other extensions.
One can:
- load the plugin
- configure it,
one can't:
- save the configuration
- sync
- rebuild the plugin to link it properly
tb error console shows this:
Fehler: Components.classes['@mozilla.org/funambol/config;1'] has no properties
Quelldatei: chrome://funambol/content/sync-dialog.js
Zeile: 163
for alot...
2007-10-06 15:04:52 UTC in Funambol Mozilla Plugin
-
Nepenthes is a low interaction honeypot designed to catch and store worms.
Main focus for this release was getting the shellcode signatures to a text file, as you dont have to recompile then to add shellcodes.
This removed some redunancy in the signatures, and gives better results.
Apart from this, now there is support for prelude, thanks to Harald Lampesberger for fixing the code...
2006-04-23 18:30:04 UTC in Nepenthes -finest collection-
-
Nepenthes is a low interaction honeypot designed to catch and store worms. The new version 0.1.6 offers some *major* improvements in recognizing shellcodes and compiling the code on different plattforms and operating systems.
Making use of sourceforge.net compilefarm, we were able to verify code builds on
* SuSE 9 Enterprise on PowerPC
* Fedora Core 3 on AMD64
* OpenBSD 3.8 on x86
*...
2006-01-19 14:05:20 UTC in Nepenthes -finest collection-
-
By emulating widespread vulnerabilities Nepenthes is able to catch and store viruses worms using these vulnerabilities.
The 0.1.4 inclues some fixes for flaws that showed up in 0.1.3 and includes some new bindshell parsers as well as a improved xor handling.
worth an update
refer to the changelog for a complete description
https://sourceforge.net/projects/nepenthes.
2005-12-06 19:29:19 UTC in Nepenthes -finest collection-