kali2019之後版本shell指令碼自啟動

2021-10-11 02:54:46 字數 1209 閱讀 4680

@time : 2023年12月2日, 0002 14:08

@author : [email protected]

@software: pycharm

開始編寫
印象中,kali系統中是存在rc.local檔案的,但是使用虛擬機器安裝的系統裡面,並沒有找到rc.loacl檔案

因此設定指令碼自啟動方式就遇到了阻礙

#!/bin/bash

cd /root/desktop/

nohup python myserver.py &

nohup python3 cc.py &

# chmod +x shell.sh

# mv shell.sh /etc/init.d/#cd /etc/init.d//etc/init.d/# chmod +x shell.sh

# cd /etc/init.d/etc/init.d/# ln -s /etc/init.d/shell.sh /etc/rc5.d/s99shelletc/init.d/# update-rc.d shell.sh start 99 5etc/init.d/# update-rc.d shell.sh defaults 99

配置完成,重啟測試

重啟完成

到這裡就是配置了80埠服務開機自啟

但是kali應該還會有其他方法,希望看到這裡的道友能夠找到更好的方法

乾坤未定,你我皆是黑馬

Kali2019解決無法定位軟體包

e 無法定位軟體包 這就很難受了 想到是源的問題,解決方案如下 gedit etc apt sources.list我們可以發現連官方源都莫得。在網路上找到kali的源 經自己嘗試發現,使用官方源在後面更新源的過程中沒有出現錯誤,使用其他源的時候出了錯,也可能是別的原因 kali官方源 中科大的源 ...

kali公升級之後theharvester不能使用

之前遇到過公升級kali之後不能使用theharvester這個軟體,我是使用標準的三步公升級步驟來的,為什麼之後不能使用呢?apt get update apt get upgrade apt get dist update apt get autoclean apt get autoremove...

kali進入不了介面之後。。。

俗話說不作不死 看到最新版的python3.6.1 於是想要更新下 把原來的python3.5.x解除安裝了 apt get remove python3 然後需要解除安裝一堆東西 然後解除安裝唄 結果 好傢伙 出了大問題了 kali介面見不著了!雖然最後解決了 收穫也不小 但是真是有點心累的說 嚇...