Kaustubh BM
Kaustubh BM
Added Linked lists implementation in C++ with various functions.
Fixes #1 #### Checklist: - [#] 4 space indentation. - [#] Coding conventions are followed. - [#] Input is taken dynamically. - [#] Sample Input / Output is added at...
Added the functionality for encryption and decryption of input using the Multi Tap Cipher as 2 separate operations. This cipher basically encrypts alphabets on the basis of its position on...
Added 2 functions, `analyze_with_cpe(self,Webpage)` `analyze_with_cpe_and_versions(self,Webpage)` Both of these functions include the CPE (Common Platform Enumeration) of an application in the analysis results. This makes it easier for the user to...
Adding the silent (-s) argument which was missed in the parser