Difference between revisions of "Console projects"

From Lazarus wiki
Jump to navigationJump to search
m (Trev moved page Projects console - All to Console projects: More appropriate name)
 
(10 intermediate revisions by 7 users not shown)
Line 1: Line 1:
= Console application examples =
+
{{Console projects}}
  
 +
== 0xsp mongoose RED ==
  
== Eschecs-Console ==
+
[https://github.com/lawrenceamer/0xsp-Mongoose 0xsp-Mongoose] is a unique framework for cybersecurity simulation and red teaming operations, windows auditing for newer vulnerabilities, misconfiguration, and privilege escalations attacks, replicate the tactics and techniques of an advanced adversary in a network.
  
[https://github.com/rchastain/eschecs-console Eschecs-Console] is an application that makes two UCI engines play against each other. The purpose of this projet is to test and improve the chess library used by Eschecs GUI.
+
== HTML2TXT ==
 +
 
 +
<s>[https://github.com/consoleappstore/htm2txt HTML2TXT]</s> is an open-source Win32 command-line tool to extract plain text from single web pages (HTML files). (The link is dead unfortunately.)
 +
 
 +
== TXT2PDF (aka PDFDUMP) ==
 +
 
 +
<s>[https://github.com/txt2pdf/pdfdump PDFDUMP]</s> is an open-source Win32 command-line tool to convert plain text into a single-page PDF file with a choice of any of three font types and any of three font sizes (without any dependency on third-party libraries) (the link is dead unfortunately).
 +
 
 +
== neol ==
 +
[http://svn.code.sf.net/p/flyingsheep/code/trunk/ConsoleProjecten/neol/ neol] is a simple cross-platform tool to convert line-endings in textfiles.<br>
 +
The program has a dependency on [[LazUtils]] package, as wel as on one or more units found in [http://svn.code.sf.net/p/flyingsheep/code/trunk/MijnLib/ my collection] of units.

Latest revision as of 23:43, 17 December 2023

English (en)

0xsp mongoose RED

0xsp-Mongoose is a unique framework for cybersecurity simulation and red teaming operations, windows auditing for newer vulnerabilities, misconfiguration, and privilege escalations attacks, replicate the tactics and techniques of an advanced adversary in a network.

HTML2TXT

HTML2TXT is an open-source Win32 command-line tool to extract plain text from single web pages (HTML files). (The link is dead unfortunately.)

TXT2PDF (aka PDFDUMP)

PDFDUMP is an open-source Win32 command-line tool to convert plain text into a single-page PDF file with a choice of any of three font types and any of three font sizes (without any dependency on third-party libraries) (the link is dead unfortunately).

neol

neol is a simple cross-platform tool to convert line-endings in textfiles.
The program has a dependency on LazUtils package, as wel as on one or more units found in my collection of units.