Ubuntu Archives - 7ASecurity Blog https://7asecurity.com/blog/ Helping you secure apps and websites Tue, 25 Mar 2025 13:17:05 +0000 en-US hourly 1 https://7asecurity.com/blog/contents/uploads/2019/06/favicon.ico Ubuntu Archives - 7ASecurity Blog https://7asecurity.com/blog/ 32 32 Installing and using LAPSE Plus in BackTrack 5/Ubuntu https://7asecurity.com/blog/2013/01/installing-and-using-lapse-plus-in/ https://7asecurity.com/blog/2013/01/installing-and-using-lapse-plus-in/#comments Wed, 23 Jan 2013 04:37:00 +0000 An interesting tool for Java source code analysis is OWASP LAPSE Plus. You can see the instructions to set it up on the project’s page or Click to explore. OWASP LAPSE Plus requires Eclipse Helios and a number of people who know more than me at stack overflow suggest that you should not install eclipse …

The post Installing and using LAPSE Plus in BackTrack 5/Ubuntu appeared first on 7ASecurity Blog.

]]>
https://7asecurity.com/blog/2013/01/installing-and-using-lapse-plus-in/feed/ 4
Testing for SSL-TLS (OWASP-CM-001) https://7asecurity.com/blog/2011/07/testing-for-ssl-tls-owasp-cm-001/ Sat, 16 Jul 2011 01:17:00 +0000 A nice tool for SSL cipher testing is this Perl script: ssl-cipher-check.pl, however, in Backtrack and also on other distros you may get this error the first time you run it: ssl-cipher-check.pl -vw my.exampledomain.com 443 … ERROR: Unable to find /usr/bin/gnutls-cli-debug. Please install the gnutls-devel package To avoid that simply install the missing package as …

The post Testing for SSL-TLS (OWASP-CM-001) appeared first on 7ASecurity Blog.

]]>
SSH Service: How to set it up in Backtrack without getting pwned https://7asecurity.com/blog/2011/05/ssh-service-how-to-set-it-up-in/ Sat, 07 May 2011 19:35:00 +0000 SSH provides shell access and as such it is one of the services that must be secured as well as it is possible. Step 0a – Change the default password IMPORTANT!: The first thing to do with Backtrack is to change the default password: To start the SSH service having the default password enabled is …

The post SSH Service: How to set it up in Backtrack without getting pwned appeared first on 7ASecurity Blog.

]]>
iptables: white-listing TCP connections to reduce self-0wnage potential https://7asecurity.com/blog/2011/04/iptables-white-listing-tcp-connections/ Fri, 01 Apr 2011 04:20:00 +0000 NOTE: This will work in backtrack, ubuntu and pretty much any Linux distro as far as I know There are times where you would like to open a service to the internet and it is ok to only allow one host/IP address to connect to you, for example: – Host-to-host transactions – During a pentest …

The post iptables: white-listing TCP connections to reduce self-0wnage potential appeared first on 7ASecurity Blog.

]]>
Backtrack basics: Services => VNC https://7asecurity.com/blog/2011/03/backtrack-basics-services-vnc/ Fri, 25 Mar 2011 02:57:00 +0000 Introduction When you setup the VNC server you can connect remotely with GUI access to Backtrack, for this reason, it is best to start the VNC server BEFORE you enter the GUI, that will save a little bit on resources such as RAM. The VNC server service will provide no encryption, so make sure you …

The post Backtrack basics: Services => VNC appeared first on 7ASecurity Blog.

]]>
Setting up stunnel in client mode in Backtrack 4 / Ubuntu https://7asecurity.com/blog/2011/03/setting-up-stunnel-in-client-mode-in/ Fri, 11 Mar 2011 04:55:00 +0000 This blog post will explain how to configure stunnel to allow non-SSL speaking tools (like for example netcat) to communicate with SSL protocols, in our example we will use HTTPS. Before stunnel, direct attempt of using a non-SSL tool: # nc www.example.com 443 HEAD / HTTP/1.0 .. 400 Bad Request Bad Request Your browser sent …

The post Setting up stunnel in client mode in Backtrack 4 / Ubuntu appeared first on 7ASecurity Blog.

]]>