Questions tagged [bash]

The Bourne-again shell (Bash) is a unix shell. It lets the user run commands on the host machine in as a text based program. Questions using this tag should either be related to vulnerabilities of bash or proper use of specific commands.

152 questions
-2
votes
1 answer

Shell Script to display network info

I need help with a shell script to display my current IP Address and MAC Address with a "|" in between them like this: IP Address: | MAC Address: So can this be done easily in a shell script?
iamr00t
  • 1
  • 2
-7
votes
1 answer

Can someone shut the "198.101.206.138" and "89.207.135.125" down?

egrep "};|}\s*;" /var/www/logs/access* 89.207.135.125 - - [25/Sep/2014:10:47:58 +0200] "GET /cgi-sys/defaultwebpage.cgi HTTP/1.0" 404 168 "-" "() { :;}; /bin/ping -c 1 198.101.206.138" How can we shut down the server behind the IP that did this?
1 2 3
10
11