View Issue Details

IDProjectCategoryView StatusLast Update
0002687Kali LinuxKali Websites & Docspublic2018-01-29 13:48
Reportermehw Assigned Tog0tmi1k  
PrioritylowSeveritytextReproducibilityN/A
Status resolvedResolutionfixed 
Summary0002687: in Kali Linux tutorial page - wrong heredoc commands
Description

Hi, if you used cat to write configuration files... Two heredoc commands are wrong.

In the page:
https://www.offensive-security.com/kali-linux/kali-linux-evil-wireless-access-point/

cat < /etc/dnsmasq.conf
should be
cat << EOF > /etc/dnsmasq.conf

cat < /etc/hostapd/hostapd.conf
should be
cat << EOF > /etc/hostapd/hostapd.conf

Thanks.

Activities

g0tmi1k

g0tmi1k

2018-01-29 13:48

administrator   ~0008320

Fixed.
Nice catch!

Issue History

Date Modified Username Field Change
2015-09-23 18:50 mehw New Issue
2015-11-06 23:44 bhjr Issue cloned: 0002761
2018-01-29 12:30 g0tmi1k Assigned To => g0tmi1k
2018-01-29 12:30 g0tmi1k Status new => closed
2018-01-29 12:30 g0tmi1k Resolution open => fixed
2018-01-29 12:31 g0tmi1k Status closed => new
2018-01-29 12:31 g0tmi1k Resolution fixed => reopened
2018-01-29 12:31 g0tmi1k Category General Bug => Kali Websites & Docs
2018-01-29 13:41 g0tmi1k Status new => assigned
2018-01-29 13:48 g0tmi1k Status assigned => resolved
2018-01-29 13:48 g0tmi1k Resolution reopened => fixed
2018-01-29 13:48 g0tmi1k Note Added: 0008320