How Software Gets Done  


Login

Software Buyers
Request bids
Search coders
My Buyer Account
Buyer help
Buyer articles
Buyer FAQ
Latest news
 
Software Coders
Newest open work
Browse all work
Search all work
My Coder Account
Coder help
Coder articles
Coder FAQ
Latest news
 
Affiliates
My Affiliate Account
Affiliate help
Affiliate FAQ
Latest news
 
Newest Bid Requests.
finish website(repost)
By srad on Jul 10
Max Bid: Open to fair suggestions


Create Reports for VB6 Application
By Burt on Jul 10
Max Bid: Open to fair suggestions


Report Generation for VB6 App
By Burt on Jul 10
Max Bid: $100


Easy Classified Ads website
By rozsa2 on Jul 10
Max Bid: $100


Read a Usenet Group on a web page
By corbing on Jul 10
Max Bid: Open to fair suggestions


Windows Service - Loads background Web page
By ironcladsecure on Jul 10
Max Bid: Open to fair suggestions


Click here to put this ticker on your own site and/or get live RSS newsfeeds

Open Work Categories.
Database 
(139 open)
   Access 
(52 open)
   MySQL 
(83 open)
   Oracle 
(9 open)
   SQL Server 
(48 open)
   Other DB 
(17 open)
Documentation / Tech Writing 
(14 open)
Data Entry 
(19 open)
Game Development 
(24 open)
Graphics / Art / Music 
(46 open)
   Graphics 
(54 open)
     Adobe AfterEffects 
(1 open)
     Adobe Photoshop 
(15 open)
     Adobe Premiere 
(3 open)
     3d Animation 
(13 open)
   Art (Misc.) 
(19 open)
   Music 
(11 open)
   3d Modeling 
(13 open)
Language Specific 
(91 open)
   ASP 
(54 open)
   ASP .NET 
(34 open)
   C# 
(39 open)
   C++ / C 
(103 open)
   Carbon (Mac OS) 
(2 open)
   Cocoa / Obj-C 
(2 open)
   Cold Fusion 
(11 open)
   Delphi 
(26 open)
   Java 
(55 open)
   JSP 
(7 open)
   Perl 
(39 open)
   PHP 
(85 open)
   XML/XSL 
(29 open)
   Visual Basic 
(132 open)
   Visual Basic .Net 
(52 open)
   Other 
(53 open)
Misc 
(30 open)
   CAD 
(3 open)
MultiMedia 
(37 open)
   Video Editing 
(4 open)
Network 
(42 open)
   Network Design 
(11 open)
   Network Implementation 
(12 open)
Platforms 
(74 open)
   Windows 
(160 open)
     MS Exchange 
(6 open)
     MS Office 
(12 open)
     Other 
(15 open)
   Darwin 
(1 open)
   Internet Browser 
(39 open)
   Linux 
(60 open)
   UNIX 
(27 open)
   Hand Held/PDA Programming 
(8 open)
Requirements 
(13 open)
Security 
(27 open)
Testing / Quality Assurance 
(16 open)
Web 
(147 open)
   Page Design 
(79 open)
   Flash 
(38 open)
   Web Services 
(71 open)
   Web (Other) 
(74 open)
Training 
(12 open)
   Computer Based 
(11 open)
Other
 
Other Sites

Download the free Rent A Coder IE toolbar!
 
Show Bid Request

Script to keep an eye on users shell activity.
Bid Request Id: 24566
Bookmark in my 'To Do' list
Posted by: ezweb (4 ratings)
(Software buyer rating 10)
Non-action Ratio: Very Good - 22.22%
Buyer Security Verifications: Good
Approved on: Aug 15, 2002
10:58:20 AM EDT
Bidding Closes: Oct 17, 2002
9:28:04 AM EDT
Viewed (by coders): 369 times
Phase:
100% of work completed and accepted. Coder has been paid.
Max Accepted Bid: Bidding is closed
Project Type: Very Small Business Project: under $100 (USD)
Bidding Type: Open Auction
Categories: Perl, UNIX
Enter chat room for this bid request
(0 active users at Jul 10, 2003 11:06:30 PM EDT)

Description:
I need a script to grep /home/*/.bash_history and look for keywords or other users usernames. If it finds one of the keywords/usernames email me and make a copy of the .bash_history file. This is what I see the script doing. 1. get a list of users from /etc/passwd 2. search for /home/eachuser/.bash_history 3. When it finds .bash_history grep it for each keyword and the other usernames. Basically looking for the other usernames to make sure they are not messing with other users files. I would also like it to take different actions when it finds different keywords. 1.So if it finds a keyword from this list it will: chsh <username> /bin/false 2. If it finds a keyword from this list it will: /scripts/suspendacct <username> 3. If found on this list it will just email. I would also like 3 to 5 more keyword lists that if the keyword is found it will run another script such as /scripts/something <username> This will give me options for the future. I will also need a place to put a list of usernames 1. not to check at all 2. to check but not chsh or suspend. 3. chsh if any keywords/usernames are found if the keyword is in the suspend list just suspend the account. 4. suspend if any keywords/usernames are found 5. A list of users who's .bash_history needs to be checked but don't check other users .bash_history for their username. If their username is "ls" it would be found in every .bash_history file. It needs to be easy to configure. Everything at the top of the script or a separate config file.

Deliverables:
Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.

Complete copyrights to all work purchased.


Platform:
linux

Special Conditions / Other:
9/15/2002


Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements. We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation. If you notice a violation please help out the site and report it. Thanks for your help.
 
Bidding/Comments:
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests.

See all rejected bids (and all comments)
Name   Bid Amount 
 
Date   Coder Rating  
Kingsley Turner
(2 ratings)
in Morisset, NSW
Australia
Bid id: 319,320
 
$20 (USD) Sep 23, 2002
12:24:28 AM EDT
 10
(Excellent)
   
Coded as defined with respect to user lists. For the keywords and actions, I have defined a single list of keyword and action pairs, so if keyword[N] is found perform action[N]. This system is mucher easier to extend than multiple lists of keywords, and you can easily upgrade the severity of a keyword without having to chop and change lists. I also pull the user's home directory from /etc/password rather than using a hardcoded /home/<user>. Written in 'use strict', beautifully commented Perl, where each action function is a seperate subroutine, e.g.: performSuspend(), performAction3(). My bid is particularly low so I get that all-important first review. I can supply an incomplete version of the script for preview purposes if ncessary. thanks, -Kingsley Turner
 
 
 
 
  See 6 private reply(ies)
to/from Kingsley Turner.
 




Quick Bid Request Search
 Advanced Search
Newest Open Work
Latest News  
Credentials


 

 
Rent A Coder upholds the rigorous business practices required to be both a BBB member and Square Trade vendor.
  • All customer issues addressed within 2 days
  • Openly disclosed pricing and return policies
  • Participation in mediation at buyer request
  • Superior selling track record
This site is verified through its parent company, Exhedra Solutions, Inc.
 
Top Coders.

Anuj Gakhar
Rated a 9.98 on 101 jobs 
Securenext
Rated a 9.96 on 109 jobs 
Buddies
Rated a 9.82 on 80 jobs 
Andrei Remenchuk
Rated a 10 on 13 jobs 
Codman
Rated a 9.97 on 149 jobs 
Michael Sharp
Rated a 9.97 on 181 jobs 
D-N-S
Rated a 9.93 on 37 jobs 
markesh
Rated a 10 on 22 jobs 
teleCODERS
Rated a 9.93 on 67 jobs 
Tometa Software, Inc.
Rated a 10 on 10 jobs 

See all top coders...

(What makes a top coder?)

Top Exam Scorers

 
Other
Rent A Coder is PayPal verified through its parent company, Exhedra Solutions, Inc.

Created in partnership with:

 

Affiliate Sites
Latest News | About Us | Kudos | Feedback/Contact    Affiliates | Advertise    Privacy | Legal

Copyright © 2001, Exhedra Solutions, Inc. All rights reserved.
By using this site you agree to its Terms and Conditions.
"Rent A Coder" (tm), "Safe Project Escrow" (tm) and "How Software Gets Done" (tm)
are trademarks of Exhedra Solutions, Inc.