We are a UK company. We have a problem with a malware attack and we need to resolve the situation ASAP. Google is blocking visitor to our site. The site is nimltdengineering.com. we need action immediately.
Please quote ref number 3310 on all corespondence.Would all the people who responed yesterday please reapply especially tuxdmin.
Laurence Delany
Computer Security jobs
Attack Of Malware
Aug 20
To build Application to process loan application and recieve payement .
DNS Issues (Simple Network)
Aug 12
Need some assistance. I have a dns setup and its giving me problems. Any ITs out there with extensive DNS experience? This is a simple network with 1 dns server and 1 data server with a bunch of clients.
Thanks for bidding.
Specific job to be done. Details for interested ones with experience.
Configure Local Network
Aug 5
Hi
i have local network
need to configure security on it and managment
win 2008
wsus
router
untangle
active directory
dns
anti virus
bandwith
security
need it unrgent very urgent
BR
AntiVirus Checking Web Site
Jul 29
Hi all professionals
I need to create web site for file virus checking/scaning
Few words about:
- Huge closed antivirus base from 30-40 AVs (Kav, Nod, Avira, Microsoft Live OneCare, Dr. Web, …)
- Link cheking in bases
- Possibility to scan folders, archives
- Multithreads scaning
- Reports for users
- Desktop version
Only for professionals with experience, who know how …
If you doubt in your skills dont spend my and your time!
Ajax, ruby on rails, desctop programming (need create just simple desctop tool)
Russian language is welcomed, but optional
Want academic project to be done. Select any project from the list.
I also want 13000 words plagiarism free documentation as well along with coding.
www.myonlinedemos.info/proj_117.zip
Implementation of Address Resolution Protocol (ARP) in Java : ARP basically maps IP address with the MAC address or hardware address.I need to prepare a software which first asks for the Source and Destination IP address, then for the successful data transfer the software searches the corresponding MAC address of the destination in the cache. If it founds, it returns the MAC address to sender but if it doesnt then it broadcast the IP address on the LAN. The matching IP address machine replies directly to the sender. In this way it works. For broadcasting, the software call functions or procedures (which act as machines in the LAN) and sends ARP request in a particular format.
So i need to maintain cache for every machine in LAN, send and receive ARP request in ARP format and display reports in the end. There are few more smaller functionalities like timer which also needs to be implemented.
And finally it is like a conformance testing software, the software compares the output received by ARP reply (MAC address of Destination) with the expected output which is already known to software (hard coded in software). If the expected and observed responses are same then it would be assumed that the developed would be capable of testing the ARP protocol in any devices like router, switches or even in LAN.
This is just an brief idea, i will send you the detailed specification if required
We are currently looking for a system admin, with knowledge of cpanel & Installation of PDNS.
We currently have a few issues with our server and need someone to fix them asap.
We have tried running the cpanel repair scripts & forced re-install / upgrades with no luck.
Issue 1: CPDAVD Failed
cpdavd failed @ Mon Jul 12 12:46:06 2010. A restart was attempted automagically.
Service Check Method: [check command]
Cmd Service Check Raw Output: cpdavd is not running
Issue 2: PDNS Install
when I try to install the dns server with the command:
yum install pdns pdns-backend-mysql
I get an error message:
–> Processing Dependency: libmysqlclient.so.15(libmysqlclient_15)(64bit) for package: pdns-backend-mysql
However we did manage to install PDNS, But there are still some issues:
Unable to load module /usr/lib64/pdns/libgmysqlbackend.so: /usr/lib64/pdns/libgmysqlbackend.so: cannot open shared object file: No such file or directory
dnsbackend unable to load module in gmysql.
Requirements:
Available to complete the task today.
Experience / Knowledge of Cpanel & PDNS
Notes:
Server is running CentOS with a CURRENT build of Cpanel / WHM.
Cable EMTs To SIP
Jul 11
I am a broadband cable provider and I have a lot of Arris TM4026 EMTA and would like to upgrade the firmware to SIP so that i can use them with my Asterisk server.
All my servers has public IP address that i could give you access to log in and perform this function.
Only people with knowledge should bid on this project as we have other sip based projects tha we would like to work with on an ongoing basis.
License Key Generator
Jul 10
Overview
========
The license key generator is part of a licensing application. It takes a registration number as an input along with a public key and generates a license number which is then encrypted with the provided public key and signed with a private key. This is the license file. The key pair are openssl RSA keys.
Target system
=============
The application will have an easy to use GUI and will be coded in python. It will also have nogui option to allow it to be used from the command line and to be scripted. The application is meant to be cross platform. The encryption can either be done with openssl python library or using Python/C bindings and code from a provided companion application.
Registration number
===================
The registration number is provided in the form of an encrypted file. The application will decrypt the file using a private RSA key (no passphrase), and the resulting ascii string will be as follows:
Nr ethernet interfaces:MAC0:…:MACn:Nr CPUS:CPU0 family,model:CPUn family,modelNr PCI devices::PCI0 device id:PCIn device id
License number generator
========================
The application will add to this string the number of licensed channels and the number of days the license is valid for:
Nr ethernet interfaces:MAC0:…:MACn:Nr CPUS:CPU0 family,model:CPUn family,modelNr PCI devices::PCI0 device id:PCIn device id:Nr channels:Nr validity days
This string will then be encrypted with the applications public key. Once signed this becomes the license file.
The encryption will happen using some provided C code from a companion application. It is important that the license file can be decrypted by this companion application.
Optionally, the application needs to have a way to manage key pairs, generation, addition, deletion, revocation (through the generation of a key generation certificate), export and selection of the default key pair. The only key pairs supported are openssl style RSA style. The companion C application uses openssl as encryption library, so either a compatible library or Python/C bindings need to be used. This optional element can be quoted separately.
An example usage follows:
Usage : ldlicensor [-n] [-r reg_number] [-k public_key] [-g key_name] [-R key_name] [-e key_name] [-o output_path] [-v] [-h]
Generates an encryped system fingerprint.
-n Run without the GUI and parse command line options
-r Registration number file.
-k Absolute path to the provided public key.
-g Generate a new key pair with the provided name.
-R Revoke the specified key.
-e Export the specified key.
-d Delete the specified key.
-o Optional absolute output path.
-v enable verbose mode.
-h This help
Deleted keys are deleted from the application but are not deleted from the backend database so that they can be retrieved is needed. Features not implemented will need to be stubbed out.
All operation on keys require a passphrase. The revocation certificate is created when the key pair is created and the revocation of a key is the only operation that is allowed without a passphrase.
The backend database must be open source, MySQL, SQLite or similar. Probably a lightweight database is better suited for this than MySQL.
Deliverables
============
1.The tested source code in python.
2.The mysqldump equivalent of the database structure.
3.A short design document including information regarding the design decisions made and the test process undertaken. It will include a database schema including relationships.
Limitations
===========
Installation on Linux is compulsory, and Windows installion needs to be considered and quoted separately. As part of the installation the chosen database will be installed (if not in the system already) and the database created.
Python libraries and the choice of database needs to be agreed in terms of documentation, stability and maintenance.
It is desirable that the source code is well documented and formatted with a code formatter.
Terms
=====
The application will be developed prioritizing design, simplicity, cleanness and quality.
The development will take place on http://lindusembedded.codebasehq.com/.
On delivery, Lindus Embedded will test the application reviewing it against this specification. Deviations from the specification will be corrected at no extra charge.
The quoted price will be effective on project acceptance.
I have a website http://www.password-reset.com, I
Letter Of Intent
Jul 8
As per our discussion
I have created standards related to Information Security that are based on best practices and ISO standards. It is necessary to identify and to map the GAP with PCI standard.
For example, point 1.1 within my standards covers the point XX from PCI .. etc.
Hello,
I am looking for someone to develop a software that can protect the files from being copied, edited or printed. Files are Microsoft Office, PDF, Images, Videos. Some PDF pages can be edited and can be saved as another PDF file. Software should be running on an Android Tablet using a SD Card or USB Flash disk unless file can be stored on Android Hard disk.
This is the scenario,
1. I have files that I need to secure
2. Files indicated above can be viewed but not copied, edited or printed without authorization
3. Some PDF pages can be edited (questionnaires or free hand drawing) and must be saved as another PDF file for printing
4. Software should be able to protect the files from being copied and distributed without authorization
5. Software should be able to view files on Android 1.5 or above.
Another option is:
If above files can be secured on a USB Flash disk, SD Card or Device Hard drive to run on a specific Android Tablet with no need for any software then that is ok with me.
Thanks in advance
Usually I do this task manually. But this time I want it to be automatic. So, I need a program to do this for me automatically.
Heres the main functionality:
- Monitor some websites and forums periodically then grab its data.
- Download files from collected URLs (HTTP and FTP).
- Show statistics and graph.
The data that should be grab from site or forum is a URL, then verify for each that URL, such as IP address, whois registrant, etc. More details, please PM me! All data stored on the database, this should be structured. For databases, we can use MySQL, SQLite, or else (we can talk about this later).
I want you to made this program using Delphi 2010 (must!). You can use third-party components, like Clever Internet Suite, to speed up the development without the need to create the code from scratch, and of course it could make your job more easier, but please let me know first what component do you use.
This application must be multi-threaded. The code must be structured and well commented. And NO spaghetti code please!
ATTENTION: The last but not least, I need communicative and of course qualified programmer. So, if youre not that kind of person, please dont bid, dont waste my time! Only reasonable price that will be chosen! And do not close the possibility of being able to work with me on the next project.
I only will pay you if this program working very well 100%!
Expert Network Admin Needed
I am looking for a windows network admin to setup the following:
Current Setup:
I have a laptop connected to a dynamic DSL connection in bridged mode with teamviewer installed. I am able to renew IPs simply by running a script. This is all working perfectly.
What I Need:
I would like to be able to log in to this laptop via my wifi connection (not DSL) and once connected, use the dynamic DSL connection for internet explorer. So basicly I would use the wifi connection to connected to the laptop and the DSL to surf the internet on the laptop.
Please submit your bid for this solution. I would prefer someone to talk me through it via skype or similar. I will give you access to the laptop via teamviewer.
BLUETOOTH
Jul 2
I am currently working on a project. I would like to find hidden Bluetooth devices. Assuming that this device is not paired and the manufacturers device identifier number is known(first 3 bytes). I need a device or software that can scan these devices.
Do some changes to a .htaccess file.
06/30/2010 at 20:39 EDT:
Minor change to category.
If you find whats on my Clonezilla gzipped image (trojan, rootkit, backdoor…) Ill pay you $1000. It is a desktop, my bullies most probably didnt hide their tracks, they intercepted some emails sent through gmail (SSL) and the hack probably occurred on 15-17 Nov 2009 when I was updating from the initial CD install (I never used this desktop on the net after that).
*No offers, the first one to find the stuff affecting my desktop will get $1000. You contact me with your first findings, then keep checking it.
*If you decide to work on it, post your interest below, contact me as soon as you find something.
*I will doublecheck your findings with another expert before sending the payment. If your job is poor well have to negotiate the final payment.
*Serious offer, my account on eBay (oscardelahoya) has more than 2000 positives.
2009-12-01-23-img
ubuntu 9.10
MD5SUM b761182fd0beab508b647f0b22bf8e57 (after joining)
File: Join with hjsplit
http://www.megaupload.com/?d=204D9NZT
http://www.megaupload.com/?d=M6M9AKX8
Clonezilla info: http://www.megaupload.com/?d=CWHPR3M8
Admin: u denimierda p RipcUrl9
We are looking for top a level specialist of mass emailing
We need solution with this full options:
Ultra fast delivery
IP / domain rotation : automatic rotation of IPs/domains used for mailing.
Fully customize email headers to make your mail unique
Personalization:Every part of mail message can be personalized with data from database.
For example, you can put first name of recipient in mail by placing tag %%$first_name%% in mail.
Seed the mailing with your address every N emails
Full delivery control: pause, resume, cancel, reuse
Real-time and full delivery statistics
Automatic bounce handling
Automatic complaint handling
100% compatible with all mail servers
Control the time stamp on email
control hard soft bounces
Must acheive 95% inbox rate, 100% of the time
Need advice on servers and advice from from start to finish
UGENT JOB- NEED ASAP
So to be absolutelu sure of what we need, here it as again:
The system must have the following functionality. If you dont know what these items below are,:
ability to remove bounces automatically (usually with a cron job)
ability to add a supression list/blacklist
ability to hit 95%+ inbox rate, especially with the big four: gmail, hotmail (msn, live included), yahoo
ability to send both html/text
ability to add wildcards/variables to the email
ability to run multiple campaigns (at the same time)
ability to send a MINIMUM of 1 million emails/day
ability to add personal names/details into the body of the email and subject line
You must already know how to beat spam filters as much as possible, and provide instruction/guidance on the following:
how to set up campaigns to maximize inbox rates
where to set the system up – what server hosts you recommend
how to install the system up front onto the server
any other instructions required to maintain the server on an ongoing basis (like IP rotation schedules, DNS changes that are necessary, etc)
I will need to test your system with a 10k drop to see results
me direct [CONTACTS REMOVED BY ADMIN]
I have 21 desktop PCs which can be reached through remote connection tools. For each Desktop PC, I need a user account created that has access only to Internet Explorer with a few websites and Microsoft Word and Excel. Also, user cannot download or install any programs. If you have another way to do this that is better, please tell me.
Please give me a price to secure 21 desktop PC servers remotely.
Need A HASH Programmer
Jun 28
Need an _experienced_ hash programmer to refine the fingerprint program on www archivevault dot com I don
My website is infectedwith some kind of virus and now the index page dosnt load. Sub pages load fine.
Comes up with an error saying "hoploiyt.hyipface.com:8080/GUI.js
It has a line of code which shouldnt be there, so needs fixing ASAP!
I am looking for a software or a way to login one msn live messenger account from two different computers. When the second computer logs in, msn shows a warning that this account is visible on two computers. I want to avoid this warning without having to touch the msn settings on either computer.
For Quartermaster 2
Jun 24
Dont bid on this!!!!!!!!!