Skip to content

A university project which would take an excel file as an input and go through the column to check if a URL has SSL or not.

Notifications You must be signed in to change notification settings

psripathi44/isSecuredSite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isSecuredSite

isSecuredSite is a small application I developed as per the request of the network team of our university who wanted to verify if a particular URL is Secured or not, provided a list of urls as part of an Excel or CSV.

Input: CSV File
Output: Count of secured URLs and the list of URLs with an option to download in EXCEL or PDF format.

The application will take your file as input and produce the results on the screen.
The limitation you will observe if you look at the code is that the interface will not ask the user to define which field has the url, as the data file format was fixed the program was written that way.

Sample data format -

id firstname lastname email gender ipaddress url
1 Reed Sherebrooke [email protected] Male 24.66.107.84 https://oaic.gov.au/eget/semper/rutrum.html
2 Bobbie Offener [email protected] Female 60.38.221.94 https://vinaora.com/quam/sapien/varius/ut/blandit.jsp
3 Jess O'Crevy [email protected] Female 93.216.111.6 http://addthis.com/donec.xml
4 Amabelle Milksop [email protected] Female 159.46.131.4 http://jalbum.net/dapibus/at/diam/nam/tristique/tortor/eu.jpg

About

A university project which would take an excel file as an input and go through the column to check if a URL has SSL or not.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published