Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: SgtB
  • Content: Threads
  • Order by date
  1. SgtB

    Win32 - Run process in background || Detach from Console

    I've got a perl script I'd like to run. Its an infinite loop script so starting it and leaving a command prompt open simply does not work for me. I'd like to be able to include something within the script that simply backgrounds the whole process. I've been pointed to Win32::Process, but that...
  2. SgtB

    Practice questions

    I've been using the online tests @ cccure.org and also the practice tests in the Shon Harris all-in-one book. How well do these questions reflect the questions on the exam? Are they way off, or generally on target? I'll see your DMCA and raise you a First Amendment. http://www.anti-dmca.org
  3. SgtB

    question on insert string

    The insert string from an MS app to a mysql db looks like this: insert ( `field1`, `field2`, `field3` ) values ( 'test1', test2, 'test3' ) See how the second value is not enclosed with ' marks? Is it possible to force the mysql server or the MyODBC driver to force the values to be enclosed in...
  4. SgtB

    Syntax error while logging to mysql db

    I'm using MS ISA server, and am trying to configure it to log to a mysql database. MyODBC is installed, and the ISA server can connect (and authenticate) with the mysql server just fine. Once connected, the ISA server tries to insert data, but gets a syntax error response from the mysql server...
  5. SgtB

    NT Null Sessions

    Well, I put up a snort sensor on our switch that has all our servers. I started logging NT Null Sessions all over the place. These are mainly directed at our domain controllers connection to the IPC$ share. There are others however that are attempting to connect to other shares on servers, and...
  6. SgtB

    Port mirroring on catalyst 2900

    Probably very simple for everyone here, but I'm not too sure of what steps to take. I'd like to mirror all traffic on the switch to one other port for an IDS implementation. How does one go about this? Any help would be appreciated! I'll see your DMCA and raise you a First Amendment...
  7. SgtB

    Dumping group contents

    I'm looking for a utility (command line) that will dump the members of a group (domain) into a text file. addusers.exe dumps the entire domain, and I don't need that. Any ideas? Thanks! I'll see your DMCA and raise you a First Amendment. http://www.anti-dmca.org
  8. SgtB

    reading windows doamin groups

    I'm creating a script to automate some windows tasks. I was wondering if there was a module, or anthoer way for perl to read windows domain groups. Ideally I'd like to read the contents of a windows group, and create a list with all the users inside. Is there anything like this out there...
  9. SgtB

    SecuRemote and Static NAT

    We have a client that has a one to one address translation through his firewall. After installing SR on his machine he tried to connect to our VPN. He authenticated fine (log files showed his public IP address) but when he tried to ping destination server it didn't go through. Looking at the...
  10. SgtB

    ATI 9700 Pro Problem

    I'm getting some piss poor results from my new 9700 Pro Card. FPS in Tribes 2 usually sits arounf 30-40, and frequently dips to the low 20's. This is the same as I was getting with my Geforce3! The game doesn't look much better either. There are some strange anomolies that I cannot decribe as...
  11. SgtB

    Question on memory...

    Ok, I'm piecing together a new machine from monarchcomputer.com. I am using an ASUS P4G8X motherboard. I am going to purchase two 512 MB sticks of PC-2700. Now I spoke with a tech from monarch, and he stated I should purchase the Corsair TwinX memory instead of the corsair VS memory I planned...
  12. SgtB

    Simple VPN question

    Here's a pretty basic one. I'm looking for the definition of a VPN tunnel. When a site-site VPN is created does it then create a tunnel that all the clients route through? Or do the clients all create seperate tunnels each time they access a resource on the remote network? Looking at some VPN...
  13. SgtB

    Windows command in Perl...please help!

    Need some help with windows perl scripting. I have a command in windows that'd I'd like to run in a perl script. c:\winnt\system32\rmtshare.exe \\121cogentbdc04\test=d:\users\test /grant "bsdna\domain admins":f /grant bsdna\badmin:f /grant SYSTEM:f /remark:"User Share&quot...
  14. SgtB

    There are several http requests tha

    There are several http requests that are being stopped by smart defense. Here's the error: Attack Name: Bad TCP sequence Information: TCP sequence validator: dropped packet with data out of window What could be causing this? Any ideas would be welcome...
  15. SgtB

    Question on recovering a password

    We aquired a server from another company, and they left us without the password. After they set it up here, I was able to change the administrator password, and am now able to logon locally as administrator to the machine....where's the problem you ask? Unfortunatly a certain application on...
  16. SgtB

    Need some quick perl help

    This is probably pretty easy, but I'm still trying to teach myself perl....so bear with me. Here's the code I've written. Its just a little exercise to help me better understand hashes, subroutines...still covering the basics. In the first 'while' statement at the bottom, "%hash =...
  17. SgtB

    chomp/defined question

    Just got the Llama book, and learning perl!!! Got a quick question though.... Here's the script: chomp ($var = <STDIN>); if (defined($var)) { print &quot;Input was $var\n&quot;; } else { print &quot;no input\n&quot;; At user input, if I just hit Enter, doesn't that just create a...
  18. SgtB

    Batch file question - keyboard shortcuts

    Essentailly, during user input, I'd like to have the user be able to press ENTER to continue. As of right now you need to press F6 then ENTER to continue. I'd like to create a keyboard shortcut during the batch file to map the ENTER key as &quot;F6+ENTER&quot;. Is there a way to do this? I've...
  19. SgtB

    Remote commands

    I'd like to run remote commands on our PDC (essentially to just sync the domain via command line) Are there any tools that can be run command line to remote execute a file on a remote machine? I know a few, but they all seem to need to have a service installed/running on the subject computer in...
  20. SgtB

    Some advice please

    I'm looking at getting into programming. Would visual basic be a good place to start, or should I go with something like C or C++? Any advice would be appreciated. ________________________________________ Check out http://www.security-forums.com

Part and Inventory Search

Back
Top