Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


Building my own pentest distro filter_list
Author
Message
RE: Building my own pentest distro #41
(06-01-2013, 11:17 PM)shp0ngl3 Wrote: That returned
Code:
74 packets tramitted, 8 packets received, 90% packet loss
tried without --udp
Code:
149 packets tramitted, 0 packets received, 100% packet loss
Smile

Try with --icmp instead. Then try with another host (www.noizethehacker.altervista.org).
My Bitcoin address: 1AtxVsSSG2Z8JfjNy9KNFDUN6haeKr7LiP
Give me money by visiting www.google.com here: http://coin-ads.com/6Ol83U

If you want a Bitcoin URL shortener/advertiser, please, use this referral: http://coin-ads.com/register.php?refid=noize

Reply

RE: Building my own pentest distro #42
(06-01-2013, 11:17 PM)shp0ngl3 Wrote: That returned
Code:
74 packets tramitted, 8 packets received, 90% packet loss
tried without --udp
Code:
149 packets tramitted, 0 packets received, 100% packet loss
Smile

Try with --icmp instead. Then try with another host (www.noizethehacker.altervista.org).
My Bitcoin address: 1AtxVsSSG2Z8JfjNy9KNFDUN6haeKr7LiP
Give me money by visiting www.google.com here: http://coin-ads.com/6Ol83U

If you want a Bitcoin URL shortener/advertiser, please, use this referral: http://coin-ads.com/register.php?refid=noize

Reply

RE: Building my own pentest distro #43
(06-01-2013, 11:17 PM)shp0ngl3 Wrote: That returned
Code:
74 packets tramitted, 8 packets received, 90% packet loss
tried without --udp
Code:
149 packets tramitted, 0 packets received, 100% packet loss
Smile

Try with --icmp instead. Then try with another host (www.noizethehacker.altervista.org).
My Bitcoin address: 1AtxVsSSG2Z8JfjNy9KNFDUN6haeKr7LiP
Give me money by visiting www.google.com here: http://coin-ads.com/6Ol83U

If you want a Bitcoin URL shortener/advertiser, please, use this referral: http://coin-ads.com/register.php?refid=noize

Reply

RE: Building my own pentest distro #44
(06-02-2013, 08:30 AM)noize Wrote:
(06-01-2013, 11:17 PM)shp0ngl3 Wrote: That returned
Code:
74 packets tramitted, 8 packets received, 90% packet loss
tried without --udp
Code:
149 packets tramitted, 0 packets received, 100% packet loss
Smile

Try with --icmp instead. Then try with another host (www.noizethehacker.altervista.org).

Thanks @"noize" Smile --icmp worked, but unable to resolve your domain for some reason both with hping and regular ping
"SQL Injection-a-holic"

Twitter | Security Sucks | My Blog

Reply

RE: Building my own pentest distro #45
(06-02-2013, 09:54 AM)shp0ngl3 Wrote:
(06-02-2013, 08:30 AM)noize Wrote:
(06-01-2013, 11:17 PM)shp0ngl3 Wrote: That returned
Code:
74 packets tramitted, 8 packets received, 90% packet loss
tried without --udp
Code:
149 packets tramitted, 0 packets received, 100% packet loss
Smile

Try with --icmp instead. Then try with another host (www.noizethehacker.altervista.org).

Thanks @"noize" Smile --icmp worked, but unable to resolve your domain for some reason both with hping and regular ping

Unable to resolve it :huh: ? Really? Have you removed the "http://" part (ping www.noizethehacker.altervista.org) ?
My Bitcoin address: 1AtxVsSSG2Z8JfjNy9KNFDUN6haeKr7LiP
Give me money by visiting www.google.com here: http://coin-ads.com/6Ol83U

If you want a Bitcoin URL shortener/advertiser, please, use this referral: http://coin-ads.com/register.php?refid=noize

Reply

RE: Building my own pentest distro #46
(06-02-2013, 10:09 AM)noize Wrote:
(06-02-2013, 09:54 AM)shp0ngl3 Wrote:
(06-02-2013, 08:30 AM)noize Wrote:
(06-01-2013, 11:17 PM)shp0ngl3 Wrote: That returned
Code:
74 packets tramitted, 8 packets received, 90% packet loss
tried without --udp
Code:
149 packets tramitted, 0 packets received, 100% packet loss
Smile

Try with --icmp instead. Then try with another host (www.noizethehacker.altervista.org).

Thanks @"noize" Smile --icmp worked, but unable to resolve your domain for some reason both with hping and regular ping

Unable to resolve it :huh: ? Really? Have you removed the "http://" part (ping www.noizethehacker.altervista.org) ?

Yeah I tried without www as well but got the same result

Code:
hping2 www.noizethehacker.altervista.org --icmp -p 80 -V
returned
Code:
22 packets tramitted, 0 packet received, 100% packet loss
"SQL Injection-a-holic"

Twitter | Security Sucks | My Blog

Reply

RE: Building my own pentest distro #47
(06-02-2013, 10:18 AM)shp0ngl3 Wrote:
(06-02-2013, 10:09 AM)noize Wrote:
(06-02-2013, 09:54 AM)shp0ngl3 Wrote:
(06-02-2013, 08:30 AM)noize Wrote:
(06-01-2013, 11:17 PM)shp0ngl3 Wrote: That returned
Code:
74 packets tramitted, 8 packets received, 90% packet loss
tried without --udp
Code:
149 packets tramitted, 0 packets received, 100% packet loss
Smile

Try with --icmp instead. Then try with another host (www.noizethehacker.altervista.org).

Thanks @"noize" Smile --icmp worked, but unable to resolve your domain for some reason both with hping and regular ping

Unable to resolve it :huh: ? Really? Have you removed the "http://" part (ping www.noizethehacker.altervista.org) ?

Yeah I tried without www as well but got the same result

Code:
hping2 www.noizethehacker.altervista.org --icmp -p 80 -V
returned
Code:
22 packets tramitted, 0 packet received, 100% packet loss

Oh, well, but it resolves it correctly, right? Try removing --icmp.
My Bitcoin address: 1AtxVsSSG2Z8JfjNy9KNFDUN6haeKr7LiP
Give me money by visiting www.google.com here: http://coin-ads.com/6Ol83U

If you want a Bitcoin URL shortener/advertiser, please, use this referral: http://coin-ads.com/register.php?refid=noize

Reply

RE: Building my own pentest distro #48
Most distros are based off linux. Programs can be easily found for linux, id deffinately suggest building off that. Good luck on building your own distro

Reply

RE: Building my own pentest distro #49
(06-10-2013, 06:45 PM)Roxy_30 Wrote: Most distros are based off linux. Programs can be easily found for linux, id deffinately suggest building off that. Good luck on building your own distro

Thanks for your input, and obviously I'm building on Linux. Like I mentioned in a reply here I'm using Sabayon SpinBase with awesome wm as the DE
"SQL Injection-a-holic"

Twitter | Security Sucks | My Blog

Reply

RE: Building my own pentest distro #50
(06-10-2013, 07:17 PM)shp0ngl3 Wrote:
(06-10-2013, 06:45 PM)Roxy_30 Wrote: Most distros are based off linux. Programs can be easily found for linux, id deffinately suggest building off that. Good luck on building your own distro

Thanks for your input, and obviously I'm building on Linux. Like I mentioned in a reply here I'm using Sabayon SpinBase with awesome wm as the DE

1. I actually believe "distro" is a term for defining Linux-based distributions.
2. I think AwesomeWM is a WM and not a DE.

Just saying.
My Bitcoin address: 1AtxVsSSG2Z8JfjNy9KNFDUN6haeKr7LiP
Give me money by visiting www.google.com here: http://coin-ads.com/6Ol83U

If you want a Bitcoin URL shortener/advertiser, please, use this referral: http://coin-ads.com/register.php?refid=noize

Reply







Users browsing this thread: 6 Guest(s)