Skip to content

psaux-it/pspenit-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pentest Service Scripts RCS (RUN-CATCH-SHARE)

helper.sh --> wrapper script between java and cmd. We need it because we haven't implemented message queuer like rabbitmq to java, also we have no distributed system, load balancing etc. Somehow we need to control server load and process timeouts. For now, doing well. When you add new pentest tool to pspenit please connect shell command via this script.

jvm_ops.sh --> Project's build, deploy, boot time automation. When you add new pentest tool to pspenit please adjust global_vars or better symlink to any actual PATH in use like /usr/local/bin to make binary available in env.

ezgif com-video-to-gif (3)

proxy.sh --> To keep our server IP's clean while testing we used to use public proxies before. This is deprecated now. We have our own squid proxy server 159.69.183.155, sure need a proxy chain but for now It is ok.

pspenit.service --> This is systemd service that start our service at boot time via jvm_ops.sh.

Releases

No releases published

Packages

No packages published

Languages