problem in the programing hackbar. for null bypass \N

92 views
Skip to first unread message

] HackingTeam [

unread,
Jan 6, 2017, 12:24:15 PM1/6/17
to HackBar
hello my friends

I can not put this code in the Union   for Null Bypass
\N
my code:

    selectionToUnion1: function ( encoding ){
        var columns = prompt( 'Amount of columns to use in the UNION ALL SELECT Statement', '10' );
        columns = Math.min(1000, parseInt( columns ));
        var colArray = new Array();
        for ( var i = 0 ; i < columns ; i++ ) {
          colArray.push( i+1 );
    }
    result = colArray.join( "," );
    txt = "and 0 \Nunion select+" + result + "" + "";   
    hackBar.setSelectedText( txt );
    },   



It does not display output:
output code :


and 0 \Nunion select+1,2,3


please help me ?

Johan Adriaans

unread,
Jan 6, 2017, 5:42:37 PM1/6/17
to HackBar
Hi,

I take it you want to have the characters ‘\N’ show up in the selected text? Did you try escaping the backslash, like so:


txt = "and 0 \\Nunion select " + result;



Kind regards,

Johan

] HackingTeam [

unread,
Jan 7, 2017, 4:10:54 PM1/7/17
to HackBar

Very Very Thanks my friend Johan Adriaans.
Soon you will see the latest and most developed and most powerful extension plugin hackbar times world  made by me ] HackingTeam [.
Morteza Alizadeh

Johan Adriaans

unread,
Jan 9, 2017, 4:10:57 AM1/9/17
to HackBar
No problem, great to see you expand Hackbar. Will you publish the source code?

--
Johan Adriaans


On Friday, January 6, 2017 at 6:24:15 PM UTC+1, ] HackingTeam [ wrote:
Reply all
Reply to author
Forward
0 new messages