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 | 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 |