Yeah! I realized it later.. was then able to popup a prompt..
Type: Posts; User: cipher
Yeah! I realized it later.. was then able to popup a prompt..
I read it.. What if same technic is being used by an attacker on a prod server?
In that case we have to write a keylogger & run as a service.. any other suggestion will be appreciate :):):)
function escape(input) {
// tags stripping mechanism from ExtJS library
// Ext.util.Format.stripTags
var stripTagsRE = /<\/?[^>]+>/gi;
input = input.replace(stripTagsRE, '');
...
Whatever command we type on the terminal is logged in the ~/.bash_history file and can we viewed with the history command. But when you give a space and then type the command, the command will...
Basically all commands typed on the terminal can we viewed in the bash_history file. When you give space and type the command in the terminal it will not be logged in the history.
...
Hey Hackers!
I am pursuing Masters in Computer Application, Basically a beginner to the InfoSec Community, right now started with Web App Sec, Server Hardening & Network Security. Tweeting and...