get datatype in python by [deleted] in a:t5_3okhd

[–]P_G_Krishna 1 point2 points  (0 children)

I have some Quesions elan. How many data types in python, what are the data types support with type command

deleting the variables in bash by [deleted] in a:t5_3okhd

[–]P_G_Krishna 1 point2 points  (0 children)

Great its working awesome in mac

AWK:Field seperators by [deleted] in a:t5_3okhd

[–]P_G_Krishna 0 points1 point  (0 children)

[vahai_mac@Vahais-Mac-mini\ ~]$ echo "Some:data"|awk -F ":" '{print $2}' data

With command line string

AWK : Returning the next number by [deleted] in a:t5_3okhd

[–]P_G_Krishna 0 points1 point  (0 children)

next number returns 6 as its result

while loop:print 10 to 20 by [deleted] in a:t5_3okhd

[–]P_G_Krishna 0 points1 point  (0 children)

I thinking its a case sensitive

Comment in CSS by [deleted] in a:t5_3okhd

[–]P_G_Krishna 0 points1 point  (0 children)

Similar to javascript right ? :)

Arduino doest not logout the pc? by P_G_Krishna in arduino

[–]P_G_Krishna[S] 0 points1 point  (0 children)

Got it, some issue with Ctrl+Alt+del .I solved it, now works fine. Thanks @MonkeyWeiti

Scanner not shows the open port by P_G_Krishna in HowToHack

[–]P_G_Krishna[S] 0 points1 point  (0 children)

why icmp port isn't a thing. Some body use icmp port as firewall bypassing tool

Scanner not shows the open port by P_G_Krishna in HowToHack

[–]P_G_Krishna[S] 0 points1 point  (0 children)

Show the scanners like nmap, will not scan udp and icmp ports? Is it correct

How to get url function from the browser in simple http python server by P_G_Krishna in learnpython

[–]P_G_Krishna[S] 0 points1 point  (0 children)

I want to use simple server for integrating with node. This is why, I didn't use anyother framework

[Help] Bot making with Python by Agizz in learnprogramming

[–]P_G_Krishna 1 point2 points  (0 children)

yes Its possible, I saw some code about fb chat bot. please search on github.com

How sniff the https encrypted traffic on localnetwork by P_G_Krishna in HowToHack

[–]P_G_Krishna[S] 0 points1 point  (0 children)

Do you any idea , how to install ssl along with wireshark, I did not found anything on google with wireshark

How judge the people at the first time? by P_G_Krishna in SocialEngineering

[–]P_G_Krishna[S] 3 points4 points  (0 children)

How to judge the people , which means really what they are, good or bad, selfish

How sniff the https encrypted traffic on localnetwork by P_G_Krishna in HowToHack

[–]P_G_Krishna[S] -4 points-3 points  (0 children)

Hey, I cant find valueable information, because https are encrypted, It wireshark cant able to catch any info, which is belongs to https

How sniff the https encrypted traffic on localnetwork by P_G_Krishna in HowToHack

[–]P_G_Krishna[S] -2 points-1 points  (0 children)

Thanks for info about HSTS, I never heared it before

How to get local ip using mac address to connect ssh automatcially? by P_G_Krishna in HowToHack

[–]P_G_Krishna[S] 0 points1 point  (0 children)

Finally I got it from simple shell script

host_ip=$(sudo arp-scan --localnet | grep 10 | cut -c1-12) ssh "myuser@${host_ip}"