paint-brush
MASC User Guide: Experiment, Mutate, and Analyze Crypto-API Misusesby@mutation

MASC User Guide: Experiment, Mutate, and Analyze Crypto-API Misuses

tldt arrow

Too Long; Didn't Read

MASC offers both command line and web interfaces for experimenting with crypto-API misuse, mutating open-source applications, using custom mutation operators, and profiling crypto-detectors.
featured image - MASC User Guide: Experiment, Mutate, and Analyze Crypto-API Misuses
Mutation Technology Publications HackerNoon profile picture

Authors:

(1) Amit Seal Ami, Computer Science Department, William & Mary Williamsburg, Virginia, USA, and this author contributed equally to this paper ([email protected]);

(2) Syed Yusuf Ahmed, Institute for Information Technology, University of Dhaka Dhaka, Bangladesh, and this author contributed equally to this paper ([email protected]);

(3) Radowan Mahmud Redoy, Institute for Information Technology, University of Dhaka Dhaka, Bangladesh, and this author contributed equally to this paper ([email protected]);

(4) Nathan Cooper, Computer Science Department, William & Mary Williamsburg, Virginia, USA ([email protected]);

(5) Kaushal Kafle, Computer Science Department, William & Mary Williamsburg, Virginia, USA ([email protected]);

(6) Kevin Moran, Department of Computer Science, University of Central Florida Orlando, Florida, USA ([email protected]);

(7) Denys Poshyvanyk, Computer Science Department, William & Mary Williamsburg, Virginia, USA ([email protected]);

(8) Adwait Nadkarni, Computer Science Department, William & Mary Williamsburg, Virginia, USA ([email protected]).

Abstract and 1 Introduction

2 Overview of MASC

3 Design Goals

4 Implementation of MASC

4.1 Mutation Operators

4.2 Mutation Scopes

5 Using MASC

6 Future Work and Conclusion, Acknowledgments, and References

5 USING MASC

As described previously, MASC has both command line interface and web-based front-end (MASC Web, shown in Figure 3). MASC CLI can be executed by providing a configuration file e.g., Cipher.properties using the command shown in Listing 4. Similarly, using the MASC Web, users can do the following, labeled as per Figure 3:


(1) Experiment and learn about crypto-API misuse using MASC Lab,


Figure 3: Web based Front-end of the MASC


(2) Mutate open source applications by uploading the zipped source code in MASC Engine,


(3) Use custom implemented mutation operators as plugins,


(4) Create and upload configuration files, and


(5) Profile crypto-detectors by analyzing caught and uncaught mutants.


The detailed description of each of these, with example configuration files, and detailed developer documentation, is shared in the open-source repository of MASC [2].


This paper is available on arxiv under CC BY-NC-SA 4.0 DEED license.