Find Jobs
Hire Freelancers

Write a Python Script to Check Domains

R1750-5250 ZAR

완료함
게시됨 7년 이상 전

R1750-5250 ZAR

제출할때 지불됩니다
Hi I am looking for a freelancer who can write a Python script which I can run from the terminal in Ubuntu Linux. The script should do the following: 1. The script must read a text file which will contain domain names. The text file will be in the same directory where the script will be executed and might be called something like domains.txt. The following is an example of the text file: [login to view URL] [login to view URL] [login to view URL] 2. The script must then check for each domain, the following: - Whether the domain exist. Normally, if a domain exist an HTTP code is returned. - Whether it is a Joomla website. Various criteria can be used such as checking for: generator, template, mod_, com_, etc - If it is a Joomla website, then the script must check which template, modules, and components are installed and report it. See notes below - Whether it is a WordPress website. Various criteria can be used such as checking for: themes, plugins, etc - If it is a WordPress website, then the script must check which theme and plugins are installed and report it. See notes below. 3. A CSV file must be generated which will have the following columns: - Domain Name - HTTP Code - Joomla or WordPress. If it is not a Joomla or WordPress website, then the word Unknown. - Template or Theme Name - Plugins Used. - Modules Used - Components Used You must use appropriate headings for the output file. The script must be well-documented and be completed in 5 days from date of contract. JOOMLA -------------- The following is an example of what will be in the source code if you check for the template name: <link rel="stylesheet" href="/templates/gantry/css-compiled/[login to view URL]" type="text/css" /> Thus, you have to find the word templates and then report the word after the front slash. To check for modules, the following is an example of the source code: <script src="/modules/mod_roknavmenu/themes/default/js/[login to view URL]" type="text/javascript"></script> Thus, you have to find the word modules and then report the word after the front slash. Now, there would be more than one module and there could be a repeat of the module names. We need a unique list. To check for components, the following is an example of the source code: <link rel="stylesheet" href="/media/com_phocamaps/css/[login to view URL]" type="text/css" /> Components work slightly different. You have to look for com_ and then report the word including the com_. Now, there would be more than one component and there could be a repeat of the component names. We need a unique list. WORDPRESS -------------------- The same applies for WordPress. Themes <link rel='stylesheet' id='prettyPhoto-css' href='[login to view URL]' type='text/css' media='all' /> Produce a unique list Plugins <script type='text/javascript' src='[login to view URL]'></script> Produce a unique list
프로젝트 ID: 11934610

프로젝트 정보

20 제안서
원격근무 프로젝트
활동 중 7년 전

돈을 좀 벌 생각이십니까?

프리랜서 입찰의 이점

예산 및 기간 설정
작업 결과에 대한 급여 수급
제안의 개요를 자세히 쓰세요
무료로 프로젝트에 신청하고 입찰할 수 있습니다
프로젝트를 수여된 사용자:
사용자 아바타
Hello, I have done many Python programs and can do yours the way you describe it. Can start working immediately. Thanks.
R2,000 ZAR 2일에
4.9 (75 건의 리뷰)
5.7
5.7
20 이 프로젝트에 프리랜서들의 평균 입찰은 R3,591 ZAR입니다.
사용자 아바타
Hello! I am a professional programmer with many years of web scraping experience using Python. I have read your project description, and I can create the domain analysis program you have described. To do so, I will use the libraries Requests (for web automation tools), BeautifulSoup (for parsing html), and Selenium (for working with AJAX and Javascript). I have written very similar programs in the past, and I would be happy to show examples. Please contact me so we may speak further and so I can send files. Thank you for your consideration.
R3,888 ZAR 5일에
4.9 (59 건의 리뷰)
6.4
6.4
사용자 아바타
Hi Sir/Madam, I'm expert in Python programming and I have a lot of experience with web scraping, so I can make You this script. Best regards, Fejs.
R5,250 ZAR 2일에
4.9 (138 건의 리뷰)
6.1
6.1
사용자 아바타
I have read your project. I'm sure i can help you to do it. I have done many projects with joomla, wordpress. I have make a tool which can detect joomla, wordpress, drupal, vbb...., then scan admin folder. I have 7 years of experience in System administrator and Security researcher. Choose me then you will work with a Professional Devops, you won't be disappointed. Thanks.
R5,000 ZAR 10일에
5.0 (46 건의 리뷰)
5.5
5.5
사용자 아바타
My name is Povilas and I would be perfect for your task. I'm Python developer specializing in custom web development and bot creation. I can complete your task. I'm obsessed with bot speed and have experience in creating top level bots. I have some Ideas and some questions about your project so please contact me now and we can discuss them. Regards, Povilas Kudriavcevas
R4,997 ZAR 10일에
5.0 (17 건의 리뷰)
5.1
5.1
사용자 아바타
Hi, I am competitive to this kind of task, can take good care of this project. In fact, I already done related to this job before. Let me know the best of your time so we can discuss further based on your requirements and we can move forward to the next step. Thanks, Joseph C Ocero
R5,249 ZAR 2일에
4.8 (27 건의 리뷰)
5.2
5.2
사용자 아바타
Hello, I would like to work on this project. I can write a python script according to the instructions provided. to determine whether a site is WordPress or Joomla and figure out the plugins, themes etc based on the rules. Feel free to reply to discuss further. Thanks Manish
R2,000 ZAR 1일에
5.0 (57 건의 리뷰)
4.6
4.6
사용자 아바타
Perfect project description, detailed with all the requirements and even how to implement them. I'd really like to have the opportunity to help you. I will use Python and requests module to perform the HTTP requests. I'll follow your guidelines to implement joomla and WP detection and I'll use both http and https for page detection. If http and https fail, we can always record if the domain itself resolves to an IP to at least mark it as a registered one.
R2,200 ZAR 5일에
5.0 (19 건의 리뷰)
4.3
4.3
사용자 아바타
Hello! What python version do you prefer for this task?
R1,898 ZAR 7일에
4.9 (4 건의 리뷰)
3.5
3.5
사용자 아바타
Sir I can build this script for you in a couple of days. I will use Python 2.7 or Python 3 (whichever is your preference) with BeautifulSoup4.0 to load the various websites and check their content and then write the information to a csv file as requested. I will send you a couple of similar scripts I have written for other clients if you would like to see my work. Henry
R1,750 ZAR 3일에
0.0 (1 건의 리뷰)
0.0
0.0
사용자 아바타
A proposal has not yet been provided
R2,333 ZAR 2일에
0.0 (0 건의 리뷰)
0.0
0.0
사용자 아바타
A proposal has not yet been provided
R5,555 ZAR 5일에
0.0 (0 건의 리뷰)
0.0
0.0
사용자 아바타
Am OSCP certified(offensive security certified professional) , Also I coded similar tools to help me with large corporations during my penetration testing I can make the python script multi-threaded so it be as fast as possible Also If you want I can add wordpress vulnerability check integration with the script in order to get fully detailed list of vulnerable apps (if found) If you want to + trying to log in using default credentials on the administrator panel for additional cost if u need
R3,778 ZAR 4일에
0.0 (0 건의 리뷰)
0.0
0.0
사용자 아바타
Hello! I want to help you complete your project. I have experience with similar projects and web scraping in general. I can provide examples of my work. I will describe how I would aproach the problem. First I would read the file and sort domain names into a list, then using requests module I would check response code of every request. Next I would scrape the returned website for provided markers using BeautifulSoup library. Finally, I would compile the acquired data into a csv file, in accordance with the specification provided. Additionaly, the entire code will be fully documented. I can begin the work as soon as I am assigned the project. Please contact me in case of any questions or to discuss further details. Kind regards, Wiktor
R1,750 ZAR 4일에
0.0 (0 건의 리뷰)
0.0
0.0
사용자 아바타
I have deep understanding of Python and web APIs of python. I would be able to complete the project effectively.
R5,555 ZAR 10일에
0.0 (0 건의 리뷰)
0.0
0.0
사용자 아바타
Hello, i can help you with Python Script for checking domains, have o lot of experience in server administration. Contact with me for details.
R3,888 ZAR 10일에
0.0 (0 건의 리뷰)
0.0
0.0

고객에 대한 정보

국기 (SOUTH AFRICA)
Alberton North, South Africa
5.0
12
결제 수단 확인
3월 18, 2013부터 회원입니다

고객 확인

감사합니다! 무료 크레딧을 신청할 수 있는 링크를 이메일로 보내드렸습니다.
이메일을 보내는 동안 문제가 발생했습니다. 다시 시도해 주세요.
등록 사용자 전체 등록 건수(일자리)
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
미리 보기 화면을 준비 중...
위치 정보 관련 접근권이 허용되었습니다.
고객님의 로그인 세션이 만료되어, 자동으로 로그아웃 처리가 되었습니다. 다시 로그인하여 주십시오.