Skip to content

hcentive/hardCodedStringScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

The script extracts hard coded texts from jsp files.

Usage

./textExtractor.py <path of jsp folder/file> <output filename with extension>

The script returns exit codes. 0 means failure and 1 means success. Exit code is stored in special variable $?. Example usage is:

./textExtractor.py <path of jsp folder/file> <output filename with extension>; echo $?

Requirements

Python 2.7+

About

This script searches for hard coded string in jsp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages