Function of Javascript within Unix Network


 
Thread Tools Search this Thread
Special Forums Cybersecurity Function of Javascript within Unix Network
# 1  
Old 04-18-2007
Question Function of Javascript within Unix Network

What attacks can a Unix box get through Javascript?

Is the Web Client secure against Javascript attacks if any?

Do we have a Trojan horse made in JavaScript?
# 2  
Old 04-19-2007
JavaScript is being executed on Clients' side, so the box itself is secure. Web servers are vulnerable to XSS (cros-site-scripting), but each application may be secured additionally. There's no trojan horse in JS, but successful exploit may lead the client to page with VB script or something like that.
# 3  
Old 04-30-2007
i dont

JavaScript as part of a Trojan horse attack?i dont know the answer
# 4  
Old 04-30-2007
netass and harish_raj88 both joined at about the same time and from the same cable provider. In this thread, harish_raj88 poses the same question as netass poses here. And this thread is an attempt at yet another cross-post. I will be generous and assume that we have two individuals taking the same class. Both need to review our rules since both are violating:
Quote:
(6) Do not post classroom or homework problems.
And harish_raj88 should notice rules 3 and 4 as well. We do not need to know which questions you cannot answer.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Web Development

JavaScript code - UNIX grep?

Hi I am new to JavaScript & haven't done much work with it, but have mainly experience with UNIX. I have a piece of code where I want to grep (excuse the UNIX language :D) for a id and get the number from that. { "time": 900, "avail": 1, "price": 0, "datetime":... (8 Replies)
Discussion started by: simpsa27
8 Replies

2. Shell Programming and Scripting

How to use JavaScript in UNIX Shell scripting?

I want to navigate through a webpage and save that page in my system local automatically. How can I do that by using JavaScript in a Unix shell script. Any suggestions are welcome! (3 Replies)
Discussion started by: abhi3093
3 Replies

3. Shell Programming and Scripting

UNIX function

I have a code like this v_time=12:12:12 correctTimeFlag=$(echo $v_time|awk '{for(i=1;i<=NF;i++) if( $i ~ /::/){print i}}') if then echo "correct" fi I need a equivalent function to replace the line correctTimeFlag=$(echo $v_time|awk '{for(i=1;i<=NF;i++) if( $i ~... (3 Replies)
Discussion started by: swayam123
3 Replies

4. Shell Programming and Scripting

How to use javascript code in unix shell?

Hi Need help...I have wrritten one code for html through shell scripting in that i am using java scripts to validate some condition and open the html page without clicking the button.... Code Details echo "<script type="text/javascript">" echo "function exec_refresh()" echo "{" ... (4 Replies)
Discussion started by: l_gshankar24
4 Replies

5. Homework & Coursework Questions

Report on Javascript attacks on Unix

1. The problem statement, all variables and given/known data: Prepare a report discussing from an administration and security perspective, role and function of a JavaScript within a UNIX network. You should illustrate your answer with practical examples. In particular attention should me paid to... (1 Reply)
Discussion started by: afdesignz
1 Replies

6. UNIX for Dummies Questions & Answers

How does unix system administration, unix programming, unix network programming differ?

How does unix system administration, unix programming, unix network programming differ? Please help. (0 Replies)
Discussion started by: thulasidharan2k
0 Replies

7. Programming

Unix network programming

Hi! I am working on fedora.. trying to execute BSD4.4 client-server program which includes "unp.h" header file... While executing make command, I got error like, " expected " , " , " ; ",or ")" in connect_nonb file...ERROR 1 " I tried to change mode of makefile but I can't get... (4 Replies)
Discussion started by: nisha_vaghela
4 Replies

8. Shell Programming and Scripting

function in UNIX

Hi, I have an array of data as below: df = trx df = xml I would like to create a function which contains array inside it and the value is determined when the function is called as below: function pass_or_fail { if } ] then echo " ${df} FAILED. Please check logs" ... (8 Replies)
Discussion started by: luna_soleil
8 Replies
Login or Register to Ask a Question