Re: Python WinRM

2011-08-23 Thread Lisa Kachold
Hi Kevin, On Tue, Aug 23, 2011 at 2:36 PM, Kevin Fries kfri...@gmail.com wrote: I wrote this simple script to execute powershell scripts on our windows servers from my Linux box. I am trying to learn Python better, but have been unable to figure out how to re-write this script in Python.

Re: htaccess rewrite rule

2011-08-22 Thread Lisa Kachold
Hi On Sun, Aug 21, 2011 at 9:12 PM, keith smith klsmith2...@yahoo.com wrote: Hi, I'm helping a friend that has a pretty sophisticated htaccess file and my htaccess skills are limited. The link is in the form of http://www.domain.tld/state/city-content/ The file to display is in the

Hackfest - Gangplankhq.com Noon-3PM Tomorrow

2011-08-19 Thread Lisa Kachold
Lab Hackfest at Gangplanghq.com in Chandler. Noon-3PM Targets, discussion and more. -- (602) 791-8002 Android (623) 239-3392 Skype (623) 688-3392 Google Voice ** -- (602) 791-8002 Android (623) 239-3392 Skype (623) 688-3392 Google Voice ** HomeSmartInternational.com

Re: Setting Up Bind9 Test

2011-08-16 Thread Lisa Kachold
@**lists.plug.phoenix.az.usplug-discuss-boun...@lists.plug.phoenix.az.us [mailto:plug-discuss-bounces@**lists.plug.phoenix.az.usplug-discuss-boun...@lists.plug.phoenix.az.us] *On Behalf Of *Lisa Kachold *Sent:* Sunday, August 14, 2011 4:48 PM *To:* Main PLUG discussion list *Subject:* Re: Setting Up Bind9 Test

Re: Setting Up Bind9 Test

2011-08-14 Thread Lisa Kachold
Hi David! Nice to see you on Saturday! Bind9 can be fussy (rndc controls everything). You ARE changing the right item to turn recursion on. http://www.eukhost.com/forums/f15/turning-off-dns-recursion-bind-2283/ But you can also do this in a Bind9 ACL using the Views feature:

Hackfest Saturday 3PM-6PM @ MakerBench Tempe Dos - How Why

2011-08-12 Thread Lisa Kachold
We are going to visit the wonderful world of Denial of Service techniques. We will play with TCP/IP SYN and go through various scripts against Apache, IIS, and other services to show why anyone could benefit from their use (coupled with SSL and DNS Cache poisoning). We will also look at

Re: timer ?

2011-08-07 Thread Lisa Kachold
Hi Betty, On Sun, Aug 7, 2011 at 12:11 PM, betty nicepeng...@webcanine.com wrote: Anyone out there know of a timer that I can use with Ubuntu 10.04. I am doing online work for people and right now am writing down the start and stop times then converting them into hrs and min for my billing.

Re: rootkits

2011-07-30 Thread Lisa Kachold
Larry, Let's define rootkit: The name for a kit of hacker utilities placed on a UNIX machine after a successful compromise. A typical rootkit includes: password sniffer log cleaners replacement binaries for common programs on the system (e.g. inetd) backdoor programs replacements to programs like

Sysadmin Appreciation Day TOYS Friday July 29

2011-07-28 Thread Lisa Kachold
The last Friday in July is Sysadmin Appreciation Dayhttp://www.sysadminday.com/ ! Enough already with simple Thanks and godlike adoration! This year we Sysadmins deserve TOYS! Take advantage of your cubicle city: http://www.x-tremegeek.com/office/cubicle-warfare.html Nerf Darts:

Cobbler

2011-07-28 Thread Lisa Kachold
*Anyone playing with this at the Installfest?* *Cobbler is an install server; batteries are included..* Cobbler is a Linux installation server that allows for rapid setup of network installation environments. It glues together and automates many associated Linux tasks so you do not have to hop

Re: Is it possible to extract the root password from the file system?

2011-07-18 Thread Lisa Kachold
I believe the script.php has to be moved the webroot directory and given permissions there I believe, but well if you can't get a login via ssh... -- how to do it? On Sun, Jul 17, 2011 at 8:58 AM, Mark Phillips m...@phillipsmarketing.bizwrote: On Sun, Jul 17, 2011 at 3:54 AM, Lisa Kachold

Re: Is it possible to extract the root password from the file system?

2011-07-16 Thread Lisa Kachold
There are alot of password files and dictionary lists on various sites. Backtrack5 contains a good number. But I imagine that it's either not allowing root via ssh or you have the wrong username. Or it's a truely random string. On Fri, Jul 15, 2011 at 10:33 PM, Mark Phillips

HackFest Tomorrow@ Gangplankhq.com in Chandler Noon-3PM

2011-07-15 Thread Lisa Kachold
Hackfest in Chandler Noon-3PM at Gangplankhq.com 250 Arizona Avenue. We have a lab tomorrow with flags (ala Vmware) including Exploitable and Debian Lenny (and a few others) for your exploitation glee. I also will go through a quick Metasploit demonstration using WebDAV. We also will be going

Re: Is it possible to extract the root password from the file system?

2011-07-15 Thread Lisa Kachold
? It probably has a different encryption format than the linux john is on. What ports are open on the thing? SSH? You can try ettercap with arp spoof MITM? :) Mark On Jul 14, 2011 4:28 PM, Lisa Kachold lisakach...@obnosis.com wrote: If you don't have the ability to boot something like a DVD/CD or USB

Re: Is it possible to extract the root password from the file system?

2011-07-15 Thread Lisa Kachold
On Fri, Jul 15, 2011 at 8:03 PM, Mark Phillips m...@phillipsmarketing.bizwrote: On Fri, Jul 15, 2011 at 7:27 PM, Lisa Kachold lisakach...@obnosis.comwrote: Mark, On Thu, Jul 14, 2011 at 6:56 PM, Mark Phillips m...@phillipsmarketing.biz wrote: Lisa, John the Ripper has been running

Re: Is it possible to extract the root password from the file system?

2011-07-14 Thread Lisa Kachold
If you don't have the ability to boot something like a DVD/CD or USB key, try john the ripper? Save the encrypted string to a test file and run it through john the ripper running on your system: Ubuntu: # apt-get install john Centos/RH/Fedora: # yum install john Example use: # john -single

Re: etiquette nudge

2011-07-14 Thread Lisa Kachold
But not nearly as bad as political discussions and personal attacks... On Thu, Jul 14, 2011 at 6:23 PM, Dan Lund situationalawaren...@gmail.comwrote: Ranks right up there with the top/bottom post thing, huh? tongue-in-cheek --Dan Lund On Thu, Jul 14, 2011 at 5:55 PM, Mike Bushroe

Re: XSS exploit thingy

2011-07-12 Thread Lisa Kachold
Hi James; On Mon, Jul 11, 2011 at 11:09 PM, James Mcphee jmc...@gmail.com wrote: Ok, I'll be the first to admit that I've shrugged off quite a few known XSS exploits because they were too much of a pain to fix in the shrinkwrap apps I was working with. But, this article brings home just how

Re: CentOS 6 almost ready!

2011-07-10 Thread Lisa Kachold
Ben, It was great to see you yesterday, BTW. An honor to have someone of your abilities to interact with. On Sat, Jul 9, 2011 at 9:30 PM, Ben Trussell azlob...@gmail.com wrote: You can also use SL6 (Scientific Linux) if you want to check it out before CentOS finishes downstreaming from them.

Re: Ubuntu Question #2

2011-07-10 Thread Lisa Kachold
Mark, It was great meeting you yesterday at MakerBench. Your latitude is sweet to be sure. On Sat, Jul 9, 2011 at 10:10 PM, Dazed_75 lthiels...@gmail.com wrote: Currently, that icon links to Evolution. Word is that in 11.10 it will link to Thunderbird. I've not seen anything that will link

Re: Linux key Loggers

2011-07-09 Thread Lisa Kachold
target or make arrangements to have your code ported to one of our virtuals and hit with Metasploit or Rapid 7 Community edition. Open network access is unlimited (with play nice rules). Feel free to call or email me if you get lost or have questions. On Thu, Jun 30, 2011 at 4:16 PM, Lisa Kachold

Re: securing a system

2011-07-09 Thread Lisa Kachold
)be known to the hiring company. Good point of using an alias. I know that minimizing the attack vectors is generally best, that is why I would like to (if possible) eliminate one of the DBs. If not possible, secure both as well as possible. On Wed, Jun 15, 2011 at 8:17 AM, Lisa Kachold

Re: Confirm hackfest details?

2011-07-09 Thread Lisa Kachold
Hi Dave, On Sat, Jul 9, 2011 at 12:46 AM, Dave U lookleftgori...@gmail.com wrote: I have an email that is a little bit old so I just wanted to make sure our event posting here (scroll down): http://www.makerbench.com/2011/todays-jam-packed-events-at-maker-bench/ has the details correct for

Hackfest TODAY @ MakerBench in Tempe 3PM - 6PM SUBJECT: Linux Attack Vectors

2011-07-09 Thread Lisa Kachold
Please join us at Maker Bench in Tempe for our first presentation at the new location on *Linux Attack Vectors*. As always this is a full-duplex linux event with welcome participation from Linux Community. We will follow up with hands on analysis of individual machines, so bring anything with a

Re: Need Help with Wireless Networking on a New Install of Ubuntu 11.04

2011-07-09 Thread Lisa Kachold
Hi Mark, On Sat, Jul 9, 2011 at 1:30 PM, Mark Phillips m...@phillipsmarketing.bizwrote: I thought i would give ubuntu a try for a new laptop install. It all works, except wireless networking. My main frustration is adding/deleting/editing network connections through the network gui: changes

Re: Hackfest TODAY @ MakerBench in Tempe 3PM - 6PM SUBJECT: Linux Attack Vectors

2011-07-09 Thread Lisa Kachold
2010 E. University Drive Tempe Between S. Smith Rd and McClintock http://www.makerbench.com/about/ On Sat, Jul 9, 2011 at 1:19 PM, Lisa Kachold lisakach...@obnosis.comwrote: Please join us at Maker Bench in Tempe for our first presentation at the new location on *Linux Attack Vectors

Re: Need Help with Wireless Networking on a New Install of Ubuntu 11.04

2011-07-09 Thread Lisa Kachold
http://www.liberiangeek.net/2010/10/replace-network-manager-wicd-network-manager-ubuntu-10-0410-10-maverick-meerkat/ On Sat, Jul 9, 2011 at 4:30 PM, Mark Phillips m...@phillipsmarketing.bizwrote: I thought i would give ubuntu a try for a new laptop install. It all works, except wireless

Re: Hackfest Saturday @ MakerBench in Tempe 3PM - 6PM SUBJECT: Linux Attack Vectors or Are we safe yet?

2011-07-09 Thread Lisa Kachold
that doesn't appear in this list of Video links; for best experience, we suggest that you attend the security labs and participate in discussions. Next Hackfest in Chandler next Saturday Noon-3PM gangplankhq.com On Thu, Jul 7, 2011 at 3:22 PM, Lisa Kachold lisakach...@obnosis.comwrote: Please join

Re: Zone Edit MX record config.

2011-07-08 Thread Lisa Kachold
Hi Keith: On Thu, Jul 7, 2011 at 6:51 PM, keith smith klsmith2...@yahoo.com wrote: Hi, Our data center provides DNS for us. We would like more control so I am moving to Zone Edit. Be sure that if you need reverse DNS that varies from whoever provides your CIDR block, your upstream

Re: command cheat sheet

2011-07-08 Thread Lisa Kachold
Hi Dennis, On Thu, Jul 7, 2011 at 9:11 PM, Dennis Kibbe denn...@mesacc.edu wrote: On Thu, 2011-07-07 at 19:43 -0700, betty wrote: wow, dennis, that is great, thanks so much . as a really basic user of the cl, i appreciate this. i will keep a copy in my desk ! Thanks Betty, Here's

Re: Apache Configuration

2011-07-07 Thread Lisa Kachold
! On Wed, Jul 6, 2011 at 8:27 PM, Lisa Kachold lisakach...@obnosis.comwrote: In Apache and subsequently in the VirtualHost entries you can define DocumentRoot however you like: It's not going to be changed by a rpm install etc. Your configuration for DocumentRoot points to: DocumentRoot

Re: RFC - Linux Command Cheatsheet

2011-07-07 Thread Lisa Kachold
On Thu, Jul 7, 2011 at 7:08 AM, Joseph Sinclair plug-discuss...@stcaz.netwrote: Most corporate environments are required to disable su entirely due to SOX and PCI requirements to audit every action on the server to a particular user (eliminating user switching as a permissible action). Some

Hackfest Saturday @ MakerBench in Tempe 3PM - 6PM SUBJECT: Linux Attack Vectors or Are we safe yet?

2011-07-07 Thread Lisa Kachold
Please join us at Maker Bench in Tempe for our first presentation at the new location on *Linux Attack Vectors*. As always this is a full-duplex linux event with welcome participation from Linux Community. We will follow up with hands on analysis of individual machines, so bring anything with a

Re: RE: Cox CIDR block configuration

2011-07-07 Thread Lisa Kachold
Correct... The full block is what you want to use. Ask for the complete router allocation sheet from Cox to be sure which are unusable depending on subnetting. http://support.coxbusiness.com/sdccommon/asp/contentredirect.asp?sprt_cid=7ec0f78e-f10d-4074-8375-655c64c08a6d#faq21 On Thu, Jul 7,

Re: Apache Configuration

2011-07-06 Thread Lisa Kachold
Hi Steve, On Wed, Jul 6, 2011 at 4:50 PM, Steve Phariss sphar...@gmail.com wrote: I have a test apache install with several Virtual hosts, I am trying to install myPhpAdmin in a directory off of /var/www but I can not get it to be recognized (404 error) the virtual host contents are in

Re: Apache Configuration

2011-07-06 Thread Lisa Kachold
In Apache and subsequently in the VirtualHost entries you can define DocumentRoot however you like: It's not going to be changed by a rpm install etc. Your configuration for DocumentRoot points to: DocumentRoot /var/www/www.myurl.com Therefore to access your PhpMyAdmin, you would need to place

Re: How to echo a message to an IP#

2011-07-04 Thread Lisa Kachold
WazUp Joe? On Mon, Jul 4, 2011 at 12:29 PM, j...@actionline.com wrote: How can I echo a message to another computer on my wireless system? Yes you can setup a nice centralized syslogd, syslog-ng or rsyslogd (depending on your distro) with each of the systems configured to send klogd messages

Re: Looking for NAS Hardware Recommendations

2011-07-04 Thread Lisa Kachold
Great suggestions all! I have also setup Buffalo for others and also use a rooted one myself. On Mon, Jul 4, 2011 at 12:02 PM, Joseph Sinclair plug-discuss...@stcaz.netwrote: I must be tired... I meant to include the link to the web-based access software for the Buffalo Linkstations:

Re: GoDaddy sold

2011-07-03 Thread Lisa Kachold
Ed, On Sun, Jul 3, 2011 at 12:20 AM, Ed p...@0x1b.com wrote: GoDaddy sold for $2.25B to KKR etc Hopefully, this might give them some new management. It's like a Chinese firedrill every six months over there? The ONLY department that is well managed is their Security Services team.

Penguins in the Desert: Wet Wild Party Today 3:00-Whenever (Veterans get in Free)

2011-07-03 Thread Lisa Kachold
Salute to our Heroes July 1st - July 4th During Independence Day Wet 'n' Wild Phoenix would like to salute our nations heroes to thank them for their service. During this weekend members of our US military and veterans of the US military and first responders can get in FREE! Plus family members

Re: GoDaddy sold

2011-07-03 Thread Lisa Kachold
say the state of security over all is crap. --James On Sun, Jul 3, 2011 at 6:14 PM, Lisa Kachold lisakach...@obnosis.com wrote: Steven, Everyone projects onto others what they feel themselves at first onion layer. Some of us can identify our feelings (jealousy, or another

Re: GoDaddy sold

2011-07-03 Thread Lisa Kachold
/20081210childporn1210-on.html Urban legends like your resume I am sure I love everything I put on here gets attacked by princess know it all /rant -james On Sun, Jul 3, 2011 at 7:39 PM, Lisa Kachold lisakach...@obnosis.comwrote: Hi Bryan, On Sun, Jul 3, 2011 at 7:20 PM, Bryan

Re: GoDaddy sold

2011-07-03 Thread Lisa Kachold
a child porn trading conviction take? 3) Rational discussion of a large local employers change in ownership is what was invited. Please keep your discussion OT James. On Sun, Jul 3, 2011 at 8:40 PM, Lisa Kachold lisakach...@obnosis.comwrote: WAIT! Why does it not say Paul RICHARD Butts

Re: IPTables question

2011-07-01 Thread Lisa Kachold
Hi... On Fri, Jul 1, 2011 at 12:22 PM, Mike Ballon mike.bal...@gmail.com wrote: When listing try iptables -L -n also you should see a port, ex: ACCEPT tcp -- 10.0.0.0/8 0.0.0.0/0 state NEW tcp dpt:22 or in your case I'm guessing ici is the protocol and you grep

Re: Linux key Loggers

2011-07-01 Thread Lisa Kachold
Ditto! Hiding Recovering Files in JPEGs http://www.securitytube.net/video/1988 On Thu, Jun 30, 2011 at 4:16 PM, Lisa Kachold lisakach...@obnosis.comwrote: Mike: More to make the post complete with all available attack vectors that could be deployed to install a keylogger on Linux (MAC

thehackernews.com Security News

2011-07-01 Thread Lisa Kachold
SQL Injection Vulnerability in Google Lab Database Systemhttp://www.thehackernews.com/2011/06/sql-injection-vulnerability-in-google.html Arizona Fraternal Order of Police Website Hackedhttp://www.thehackernews.com/2011/06/mesa-arizona-fraternal-order-of-police.html TDSS rootkit infects 1.5

Re: Linux key Loggers

2011-06-30 Thread Lisa Kachold
Hi Mike! On Wed, Jun 29, 2011 at 5:09 PM, mike enriquez myli...@cox.net wrote: Does anyone on the List know if Key Loggers are a problem in Linux? I don't know a thing about them. My windows computers get the things all the time. Do I need to worry about them in Linux. Thanks for any

Re: Linux key Loggers

2011-06-30 Thread Lisa Kachold
Mike: More to make the post complete with all available attack vectors that could be deployed to install a keylogger on Linux (MAC and Windows): On Thu, Jun 30, 2011 at 2:09 PM, mike enriquez myli...@cox.net wrote: ** On 06/30/2011 06:55 AM, Lisa Kachold wrote: Hi Mike! On Wed, Jun 29

Re: How to access a server http port 80 with port forwarding behind a router but require a password

2011-06-30 Thread Lisa Kachold
Hi Lee, On Thu, Jun 30, 2011 at 6:43 PM, keith smith klsmith2...@yahoo.com wrote: Sorry I meant for that IP or a range of IP's. Keith Smith --- On *Thu, 6/30/11, keith smith klsmith2...@yahoo.com* wrote: From: keith smith klsmith2...@yahoo.com SNIP Date:

Re: How to access a server http port 80 with port forwarding behind a router but require a password

2011-06-30 Thread Lisa Kachold
Please NOTE correction for port 443 (rather than 80) below in the port forwarding section of the HowTo: SNIP Hi, Using Ubuntu 10.04 LTS. I have an intranet server behind a NAT router. Very standard linksys router home setup. The server has a static IP. I used port forwarding in

Re: Router Hacks

2011-06-28 Thread Lisa Kachold
HI Nathan, On Mon, Jun 27, 2011 at 10:56 PM, Nathan England nat...@paysonlinux.org wrote: I have an Actiontec PK5000 Qwest DSL modem that is no longer being used as a DSL modem. I would like to continue using it for a wireless access point as it has a detachable antenna and I can connect it to

Re: DefCon for kids

2011-06-28 Thread Lisa Kachold
Hi Hans, On Tue, Jun 28, 2011 at 2:31 AM, der.hans pl...@lufthans.com wrote: moin moin, Sounds like Cathy's daughter is the perfect person for DefCon according to Chris' Why is DefCon like sudoku? presentation earlier this month.

Request for Comments: Moving Hackfest for 3rd Saturday from Gangplankhq.com to Tempe Maker Bench on University at 3-6PM

2011-06-28 Thread Lisa Kachold
I am requesting feedback from the PLUG members regarding our plan to move the 3rd Saturday of every month meeting from Chandler gangplankhq.com Noon-3PM to Tempe Maker Bench on University from 3PM -6PM. Maker Bench: 2010 E University Drive, Tempe, Suite 4. We will still continue to have a

Re: DefCon for kids

2011-06-28 Thread Lisa Kachold
On Tue, Jun 28, 2011 at 6:11 PM, Lee Reynolds lee.reyno...@asu.edu wrote: The human brain doesn't recognize consequences until age 25? That sounds like a bunch of nonsense to me, the kind of stuff that is used to make excuses for adults acting like overgrown adolescents. Perhaps the issue is

Re: DefCon for kids

2011-06-28 Thread Lisa Kachold
, but actually quite rational. It's was titled the case against adolescence. Eric On Jun 28, 2011, at 7:19 PM, Lisa Kachold lisakach...@obnosis.comhttp://mc/compose?to=lisakach...@obnosis.com wrote: On Tue, Jun 28, 2011 at 6:11 PM, Lee Reynolds http://mc/compose?to=lee.reyno...@asu.edu

Re: cause of IO wait

2011-06-27 Thread Lisa Kachold
Hi Hans: On Mon, Jun 27, 2011 at 5:07 PM, der.hans pl...@lufthans.com wrote: moin moin, I've got a machine experiencing a lot of IO wait. We had power at a datacenter go down last week. Since then IO wait has been over 35%. At first we thought it was due to 3ware RAID verify taking place

Re: ssh question

2011-06-19 Thread Lisa Kachold
S+ 00:32 0:00 grep ssh On Sat, Jun 18, 2011 at 8:28 PM, Lisa Kachold lisakach...@obnosis.comwrote: Hi Larry, Can you get to lapdog2 to stop and restart the /etc/init,d/sshd daemon? /etc/init.d/sshd restart But larry@lapdog2:~$ sudo /etc/init.d/sshd restart sudo: /etc/init.d/sshd

Re: Rackspace email DNS

2011-06-19 Thread Lisa Kachold
less thing for me to worry about. Thank you for working through this with me. Keith Smith --- On *Sat, 6/18/11, Lisa Kachold lisakach...@obnosis.com* wrote: From: Lisa Kachold lisakach...@obnosis.com Subject: Re: Rackspace email DNS To: Main PLUG discussion list

Re: ssh question

2011-06-18 Thread Lisa Kachold
On Sat, Jun 18, 2011 at 12:30 AM, Dazed_75 lthiels...@gmail.com wrote: Mike, The netstat lines I think you wanted to see are: tcp0 0 0.0.0.0:22 0.0.0.0:* LISTEN tcp6 0 0 :::22 :::* LISTEN Yes, ssh localhost works on all machines

Re: Rackspace email DNS

2011-06-18 Thread Lisa Kachold
It's really fun to run a mail server! With a correctly configured postfix, exim or sendmail it's very fun. Of course, I learned in 1995 in dot com startups where we were selling dialup maintaining multiple mail servers. The people I worked with were all really creative and easy going. Of

Re: open source snmp with airport extreme?

2011-06-18 Thread Lisa Kachold
Hi Tom, On Sat, Jun 18, 2011 at 9:15 AM, Tom Ostlund t...@ostlundgroup.com wrote: Hello All! Does anyone know of a snmp application that will work with an airport extreme? Linux or Mac preferably. I would like to monitor internet urls and times. Snmp is included in the Airport Extreme:

Re: Rackspace email DNS

2011-06-18 Thread Lisa Kachold
. Keith Smith --- On *Sat, 6/18/11, Lisa Kachold lisakach...@obnosis.com* wrote: From: Lisa Kachold lisakach...@obnosis.com Subject: Re: Rackspace email DNS To: Main PLUG discussion list plug-discuss@lists.plug.phoenix.az.us Date: Saturday, June 18, 2011, 8:05 AM It's really fun to run a mail

Re: sysadmin job opening at schwab

2011-06-18 Thread Lisa Kachold
I contacted Eddie Balko to apply. He worked with me at University of Phoenix building servers for a while. He's a conservative thin creative easy going man, with a passion for Arizona things like scooter rides and museums. I liked him very much and found him to be humble, willing to learn and

Hackfest Today @gankplankhq.com Wireless Madness II Sam K.

2011-06-18 Thread Lisa Kachold
Hey, we are at it again in Chandler with Sam giving us more reverse protocol engineering of WPA/WPA2. Carrying it a step further, to answer the question So you got into the wireless (without an invitation), now what? We will also have the DOCSIS JTAG to USB interface if anyone wants to come by

Re: ssh question

2011-06-18 Thread Lisa Kachold
Hi Larry, Can you get to lapdog2 to stop and restart the /etc/init,d/sshd daemon? /etc/init.d/sshd restart sometimes it's ssh not sshd If you have verified it is on on that server and listening: # /etc/init.d/ssh status # netstat -ant |grep 22 You can then go to your remote system and run

Re: ssh question

2011-06-17 Thread Lisa Kachold
Hi Larry, On Fri, Jun 17, 2011 at 2:00 AM, Dazed_75 lthiels...@gmail.com wrote: I tried to ssh from this machine to my laptop (ssh lapdog3) and find that ssh is somehow using an old IP instead of doing name resolution on th e name lapdog2 which now has a new lease on a different IP. Where

Re: GCC search path

2011-06-16 Thread Lisa Kachold
Hi Nathan, On Wed, Jun 15, 2011 at 12:38 PM, Nathan England nat...@paysonlinux.orgwrote: On Wed, Jun 15, 2011 at 12:32 PM, Lisa Kachold lisakach...@obnosis.comwrote: Hi Nathan; On Wed, Jun 15, 2011 at 12:21 PM, Nathan England nat...@paysonlinux.orgwrote: I am having a problem

HackFest This Saturday @ gangplankhq.com in Chandler - Wireless Madness with Sam

2011-06-16 Thread Lisa Kachold
Hi everyone, I will be at the Hackfest this Saturday, however Sam will be continuing his Wireless deengineering from last week: From Sam: * Hello everyone, * * This weekend I will be following up on my last presentation about wifi exploitation. We will look into different methods of attacking a

Re: securing a system

2011-06-15 Thread Lisa Kachold
Hi Steve! I would be very careful about specifics to a list; especially if you plan to later advertise you work there. Using another name or alias for security questions is generally best. See my suggestions below. On Tue, Jun 14, 2011 at 10:41 PM, Steve Phariss sphar...@gmail.com wrote: I

Re: securing a system

2011-06-15 Thread Lisa Kachold
Mod_security can, in and of itself, be easily DoS'd. You better know what you are doing with your recipes. We are just stabbing at things, until you run a Rapid 7 Nexpose Community scan to see things like WebDAV (which are trivially pwn'd via Metasploit) you won't know what the issues are. You

Re: securing a system

2011-06-15 Thread Lisa Kachold
what's exploitable. On Wed, Jun 15, 2011 at 8:17 AM, Lisa Kachold lisakach...@obnosis.comwrote: Hi Steve! I would be very careful about specifics to a list; especially if you plan to later advertise you work there. Using another name or alias for security questions is generally best

Re: GCC search path

2011-06-15 Thread Lisa Kachold
Hi Nathan; On Wed, Jun 15, 2011 at 12:21 PM, Nathan England nat...@paysonlinux.orgwrote: I am having a problem compiling X and some of the drivers. I get things such as: ../config.h:4:25: fatal error: xorg-server.h: No such file or directory yet xorg-server.h is in

Saturday Hackfest Wireless Wonders Noon-3PM at Gangplankhq.com in Chandler

2011-06-09 Thread Lisa Kachold
Sam Kreimeyer will show us how to steal wireless and share a trusted network for nepharious purposes. Sam will also demonstrate how to protect systems and networks from people like us. -- Date: Wed, 08 Jun 2011 20:45:15 -0700

Re: Hi PLUG - Moving Back in July

2011-06-07 Thread Lisa Kachold
Welcome back to the ash tray of the SouthWest! It am sure you were possibly thinking of some shortcuts to the traditional buzzcut. On Tue, Jun 7, 2011 at 12:24 PM, Ben Trussell azlob...@gmail.com wrote: An early welcome back! Ben On Tue, Jun 7, 2011 at 8:00 AM, Austin Godber

Re: Hackfest: VMWARE Metasploitable Fun This Saturday Noon-3PM gangplankhq.com

2011-05-20 Thread Lisa Kachold
We have open discussions and presentation time available to the PLUG community tomorrow. We have been discussing NESSUS 4, especially plugins and hope to continue that, depending on community interest. BackTrack4R2, Rapid7 NexPose Community Edition and Metasploitable images are available if you

DoD Cyber Security Conference

2011-05-16 Thread Lisa Kachold
Looks great: - Three Day Conference Early Bird Special $165 - Four Star Wigwam Resort, a family destination, with affordable rooms starting at $81 - Golf Tournament at Falcon Dunes Golf Club, one of the top military golf courses in the world blah... -- Forwarded message

Hackfest ala VmWare Metasploitable Debian Lenny Targets Tomorrow Noon-3PM Gangplankhq.com

2011-05-13 Thread Lisa Kachold
We have a lot of targets setup for our 2nd Saturday Hackfest at gangplankhq.com tomorrow, including old debian, Metasploitable, and a few other seriously insecure images for your Backtrack4R2 test fun. Come on over and get your cablemodem imaged ala sbhacker.net firmware using our JTAG-USB and

Re: Who does what?

2011-05-01 Thread Lisa Kachold
this R5U870 webcam to work right with Flash anyway. It works fine with Cheese, but ... Do you have the right drivers? http://www.arakhne.org/ricoh/index.html Anyway, Thanks again. On Sat, Apr 30, 2011 at 9:14 PM, Lisa Kachold lisakach...@obnosis.comwrote: Hi Larry, On Sat, Apr 30, 2011

Re: Who does what?

2011-05-01 Thread Lisa Kachold
Hey Larry, On Sun, May 1, 2011 at 11:59 AM, Dazed_75 lthiels...@gmail.com wrote: On Sun, May 1, 2011 at 8:25 AM, Lisa Kachold lisakach...@obnosis.comwrote: Hey Larry, See my comments below: On Sat, Apr 30, 2011 at 9:50 PM, Dazed_75 lthiels...@gmail.com wrote: Thanks Lisa, I had

Re: Who does what?

2011-04-30 Thread Lisa Kachold
Hi Larry, On Sat, Apr 30, 2011 at 8:49 PM, Dazed_75 lthiels...@gmail.com wrote: AZloco has set up a BigBlueButton ( http://bigbluebutton.org/ ) server ( http://azlocobbb.banditti.com/ ). Kewl toyz! When we try to use it from a browser in linux at locations like ASU, UAT where they block

Re: iptables help

2011-04-29 Thread Lisa Kachold
again! On Thu, Apr 28, 2011 at 7:40 PM, Lisa Kachold lisakach...@obnosis.com wrote: Hey Nathan, Howzit goin? Here's that love: On Thu, Apr 28, 2011 at 5:41 PM, Nathan England nat...@paysonlinux.org wrote: I'm running a fedora 14 machine with eth0 being internal and eth1 being

Re: DNS Name Servers.

2011-04-29 Thread Lisa Kachold
Hi Keith, On Fri, Apr 29, 2011 at 1:45 PM, keith smith klsmith2...@yahoo.com wrote: Hi, I have an old lap top on which I have installed CentOS 5.6 and Qmail Toaster. I can send and receive email just fine. Qmail Toaster is working just fine. Suite! Now I want to configure Bind.

Re: Bind Config

2011-04-29 Thread Lisa Kachold
On Fri, Apr 29, 2011 at 2:24 PM, keith smith klsmith2...@yahoo.com wrote: Hi, I have Bind configured on CentOS 5.6 I searched for the named.conf, thinking it would be in /etc . # updatedb # locate named.conf Instead I find it at /etc/dbus-1/system.d/named.conf - I assume this is an

Re: Maybe I spoke too soon - name servers

2011-04-29 Thread Lisa Kachold
On Fri, Apr 29, 2011 at 1:59 PM, keith smith klsmith2...@yahoo.com wrote: I was able to create two name servers with the same IP. I think I was blocked from doing this in the past, maybe not. You do not need two nameservers. Do not replace your current nameservers or you will be in a

Re: iptables help

2011-04-28 Thread Lisa Kachold
Hey Nathan, Howzit goin? Here's that love: On Thu, Apr 28, 2011 at 5:41 PM, Nathan England nat...@paysonlinux.orgwrote: I'm running a fedora 14 machine with eth0 being internal and eth1 being external. It is setup for transparent proxying with dansguardian and squid. All works well. I also

Sony Pulls Ability to Install Linux == Targeted By Anonymous PSN Crashed, 1 Week Later Yesterday Announces User Data Breech

2011-04-27 Thread Lisa Kachold
Here's the Target Announcement from Anonymous http://www.rferl.org/content/blog/16795694.html Did Anonymous Hack Sony? http://3dblogger.typepad.com/wired_state/2011/02/on-anon.html -- (503) 754-4452 iPhone (623) 239-3392 Skype (623) 688-3392 Google Voice http://www.it-clowns.com It took me

Re: Sony Pulls Ability to Install Linux == Targeted By Anonymous PSN Crashed, 1 Week Later Yesterday Announces User Data Breech

2011-04-27 Thread Lisa Kachold
that data is warehoused. On Wed, Apr 27, 2011 at 8:47 AM, Lisa Kachold lisakach...@obnosis.comwrote: Here's the Target Announcement from Anonymous http://www.rferl.org/content/blog/16795694.html Did Anonymous Hack Sony? http://3dblogger.typepad.com/wired_state/2011/02/on-anon.html -- (503

Re: How to verify Qmail is not configured with an open relay.

2011-04-27 Thread Lisa Kachold
Hi Keith, On Wed, Apr 27, 2011 at 7:15 PM, keith smith klsmith2...@yahoo.com wrote: Hi All, I have Qmail Toaster configured on an old ... ancient laptop (1G Celeron,256MB RAM,14GB HD) running CentOS 5.6. I am so excited to get this configured. Has a lot of help from the Qmail Toaster

Re: upload folder permissions

2011-04-27 Thread Lisa Kachold
Hi Lee: On Wed, Apr 27, 2011 at 9:20 PM, leeg...@speedymail.org wrote: Hi, I have a LAMP stack on my laptop for learning, localhost. I'm using Lighttpd instead of Apache. When I try to upload some files via PHP code it didn't work. The target folder is /var/www/uploaded_vids It was 755

Re: Server file upload question

2011-04-26 Thread Lisa Kachold
HI Lee: On Tue, Apr 26, 2011 at 1:56 AM, leeg...@speedymail.org wrote: Hi, Wondered if I can ask a basic server question as my experience is mostly limited to desktops...mostly. I'm doing this on my local host laptop as a test...but let's pretend local desktop client and big server. So I

Re: ubuntu live cd requested

2011-04-26 Thread Lisa Kachold
On Tue, Apr 26, 2011 at 8:10 AM, Josh W. Spencer josh.w.spen...@cox.netwrote: I downloaded ubuntu 10.04 LTS and am fixin' to burn it to a CD. Once I get my new desktop iMac I'd like to install it on a partition as a dual-boot. -- Josh Install 10.10, since it provides trivial Dual

Re: NY Case Underscores Wi-Fi Privacy Dangers

2011-04-26 Thread Lisa Kachold
On Mon, Apr 25, 2011 at 9:18 PM, keith smith klsmith2...@yahoo.com wrote: Thought this might be interesting to some. Lying on his family room floor with assault weapons trained on him, shouts of pedophile! and pornographer! stinging like his fresh cuts and bruises, the Buffalo homeowner

Exploitation?

2011-04-25 Thread Lisa Kachold
Anyone seen this: http://phoenix.craigslist.org/nph/sad/2341174027.html --excerpt-- COMPANY is now hiring a Linux / Windows Systems Admin. This is a Jr. Admin role. We are looking for a energetic person who has a basic background in administration. This position is 90% remote but you must

Re: Exploitation?

2011-04-25 Thread Lisa Kachold
:54 AM, Lisa Kachold lisakach...@obnosis.comhttp://mc/compose?to=lisakach...@obnosis.com wrote: Anyone seen this: http://phoenix.craigslist.org/nph/sad/2341174027.html --excerpt-- COMPANY is now hiring a Linux / Windows Systems Admin. This is a Jr. Admin role. We are looking

Re: Exploitation?

2011-04-25 Thread Lisa Kachold
and motivations ie: the subject of this email On Mon, Apr 25, 2011 at 8:57 AM, Lisa Kachold lisakach...@obnosis.comwrote: On Mon, Apr 25, 2011 at 8:53 AM, keith smith klsmith2...@yahoo.comwrote: I don't think this is a Jr cabling/desktop monkey job. The job post says ...This position

Re: Linux Administrator Opening

2011-04-22 Thread Lisa Kachold
On Thu, Apr 21, 2011 at 7:51 PM, Bryan O'Neal bryan.on...@theonealandassociates.com wrote: I get these a lot to. Rite now mostly for java and qa people. Do people want them posted? I don't post them unless they are noteworthy: 1) Linux based [j2ee developers in my model would not be posted

Re: Linux Administrator Opening

2011-04-22 Thread Lisa Kachold
Anyone interested in volunteer QA smile might want to look at this: https://plug.phoenix.az.us/job-board.html How does a high profile application for a Linux users group fail so completely? Answer: (Just like the employers it potentially would serve): 0) lack of layer 8 information technology

Re: Amazon vs Linode

2011-04-22 Thread Lisa Kachold
On Thu, Apr 21, 2011 at 11:10 PM, Vimal Shah vim...@sokikom.com wrote: Will having dev and test as in-house servers run the risk of having a live server that is not ~100% identical? Keeping all environments virtual seems to be a sure fire (not to mention expensive) way to make sure that all

Re: Lighttpd and phpmyadmin 404 not found

2011-04-22 Thread Lisa Kachold
= /phpmyadminhttp://www.localhost.localdomain/$1 ) There also is a known Bug under Ubuntu: https://bugs.launchpad.net/ubuntu/+source/lighttpd/+bug/179484 Check your versions. On Fri, Apr 22, 2011 at 11:11 AM, Lisa Kachold lisakach...@obnosis.comwrote: Hi there, how are you? You just need

Re: Which distro for Sybase?

2011-04-21 Thread Lisa Kachold
On Wed, Apr 20, 2011 at 7:37 PM, kitepi...@kitepilot.com kitepi...@kitepilot.com wrote: Hiya there... If you were going to run Sybase in Linux, which distro would you choose? Why? Thanks! :) ET HI! Adaptive Server Enterprise (aka Sybase) installs happily on both RHEL and Novell SUSE:

<    1   2   3   4   5   6   7   8   9   10   >