Skip to content

Commit

Permalink
update opcion 4share
Browse files Browse the repository at this point in the history
  • Loading branch information
ivam3 committed Jul 15, 2024
1 parent b2a330a commit 03620bd
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .deb/home/.local/etc/i-Haklab/functions
Original file line number Diff line number Diff line change
@@ -204,7 +204,7 @@ _$Y OPTIONS$W |$Y ARGUMENTS$W |$Y DESCRIPTION$W
|
╰servers4test────────────────────➤ Init deliberately insecure web application for pentesting.
|
╰──share────➤────────────────────➤ Init web server for share files remotely and securely
╰──4share────➤────────────────────➤ Init web server for share files remotely and securely
| ╰───────────────────────────{─Default credentials = Admin:password─}
╰─usbtest───➤─<path-to-device>───➤ Test usb device connected via OTG
| ╰─example────{─i-Haklab usbtest /dev/bus/usb/001─}
Original file line number Diff line number Diff line change
@@ -81,7 +81,7 @@ getPORT
banner;
php -S $LOOPBACK:$LPORT -t ${HOME}/.local/var/service/www/veno-file-manager/vfm 2>>$LOGFILE &
sleep 3;
echo -en $B"(➤_)$W Web server$B 2Share$W activated \n$B ╰──➤$W SUBDOMAIN: Set it with 'i-Haklab setuser'\n$B ╰──➤$W LAN your url is: http://$LOOPBACK:$LPORT$B\n ╰──➤$W TUN "
lt -h "http://localtunnel.me" -p $LPORT -s $USER-2share --open --print-requests;
echo -en $B"(➤_)$W Web server$B 4Share$W activated \n$B ╰──➤$W SUBDOMAIN: Set it with 'i-Haklab setuser'\n$B ╰──➤$W PASSWORD: $(curl https://loca.lt/mytunnelpassword)\n$B ╰──➤$W LAN your url is: http://$LOOPBACK:$LPORT$B\n ╰──➤$W TUN "
lt -h "http://localtunnel.me" -p $LPORT -s $USER-4share --open --print-requests;
} || STDERR

3 changes: 1 addition & 2 deletions .deb/home/.local/libexec/pkg2conf
Original file line number Diff line number Diff line change
@@ -105,8 +105,7 @@ set softwrap

radare2)
#[[ -d $HOME/.local/share/radare2 ]] && {
r2pm -q update
r2pm -ci r2ghidra-sleigh
r2pm -qU && r2pm -ci r2ghidra-sleigh
#} || {
r2pm -q init
#}
2 changes: 1 addition & 1 deletion .deb/manifiest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i-haklab",
"version": "3.8.5",
"version": "3.8.6",
"arch": "all",
"homepage": "https://github.com/ivam3/i-Haklab",
"maintainer": "Ivam3 <https://t.me/Ivam3_Bot>",

0 comments on commit 03620bd

Please sign in to comment.