This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "OWASP Linux packaging"

From OWASP
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
== Existing repos ==
 
== Existing repos ==
  
The [[OWASP Web Testing Environment Project]] has its own repo: http://appseclive.org/apt/stable/
+
=== OWASP WTE===
 +
 
 +
The [[OWASP Web Testing Environment Project]] has its own repo: http://appseclive.org/apt/stable/ which contains various OWASP projects.
  
 
To update projects from this repo use commands like:
 
To update projects from this repo use commands like:
 
<pre>
 
<pre>
$ sudo echo "deb http://appseclive.org/apt/stable / #OWASP WTE Stable Repository" >> /etc/apt/sources.list
+
$ sudo echo "deb OWASP Mantra OS / #OWASP WTE Stable Repository" >> /etc/apt/sources.list
  
 
$ sudo apt-get update
 
$ sudo apt-get update
Line 16: Line 18:
 
</pre>
 
</pre>
  
== Work in progress ==
+
=== Backtrack ===
 +
 
 +
[[http://www.backtrack-linux.org/ BackTrack]] has its own repository which includes various OWASP projects.
 +
 
 +
Note that you really need to download and install BackTrack and download the projects from within it.
 +
 
 +
=== Mantra OS ===
 +
 
 +
[[OWASP Mantra OS]] is planning its own repository, which will include various OWASP projects.
 +
 
 +
== Work in progress - ZAP repos ==
 
Work is ongoing to add the [[OWASP Zed Attack Proxy Project]] into key upstream distros. The progress will be documented here and will hopefully become a template that other projects can reuse.
 
Work is ongoing to add the [[OWASP Zed Attack Proxy Project]] into key upstream distros. The progress will be documented here and will hopefully become a template that other projects can reuse.
  

Latest revision as of 08:10, 17 September 2012

The plan for this page is to document how OWASP projects should go about creating and distributing Linux packages.

But right now it just documents where we are right now, initially based on this thread in the Leaders list.

Existing repos

OWASP WTE

The OWASP Web Testing Environment Project has its own repo: http://appseclive.org/apt/stable/ which contains various OWASP projects.

To update projects from this repo use commands like:

$ sudo echo "deb OWASP Mantra OS / #OWASP WTE Stable Repository" >> /etc/apt/sources.list

$ sudo apt-get update

$ sudo apt-get install owasp-wte-zap

Backtrack

[BackTrack] has its own repository which includes various OWASP projects.

Note that you really need to download and install BackTrack and download the projects from within it.

Mantra OS

OWASP Mantra OS is planning its own repository, which will include various OWASP projects.

Work in progress - ZAP repos

Work is ongoing to add the OWASP Zed Attack Proxy Project into key upstream distros. The progress will be documented here and will hopefully become a template that other projects can reuse.

Open SUSE

It turns out someone had already started a ZAP project: https://build.opensuse.org/package/show?package=owasp-zap&project=home%3Athomas-worm-datev%3Aowasp

This has now been cloned and work is ongoing to make this official: https://build.opensuse.org/package/show?package=owasp-zap&project=home%3Acanislycan%3Adraconic

Debian

Not started.

Fedora

Not started.