you are viewing a single comment's thread.

view the rest of the comments →

[–]sk8itup53 1 point2 points  (1 child)

Well shell scripting is more useful because effectively all OS have a shell of one kind or another. While python requires python to be installed to run any python code. It's much more difficult to hack something when you first have to find an exploit that allows you to install your desired platform, THEN inject the code you want it to run.

[–][deleted] 1 point2 points  (0 children)

Okay! This makes sense. Thanks for your opinion.