https://nmap.org/images/nmap-project-logo.png # Nmap Nedir ? Diğer adıyla **Networ Mapper** olan bu araç bilgisayar üzerinde açık portları ve sistemin diğer bilgilerini bulmaya yarar. **OpenBSD, Sun OS, FreeBSD, Solaris, NetBSD, MAC OS X, IRIX, HP-UX, Amiga, Linux ve Windows** sistemlerini de destekler. Metasploit ve Armitage gibi yazılımlar hedef sistem bilgilerini bulmak için bu aracı kullanırlar. ### Peki bu Nmap ile neler yapılabilir ? - Başka bir ağa veya bilgisayara göderdiğimiz mesajlara verilen cevabı kontrol etmek için, - Yukarıda da söylediğim gibi hedef sistemdeki açık portları bulmak için, - Hedef sistemimizin servisleri hakkında detaylı bilgiye ulaşmak için, - Taranan ağın ağ haritasını çıkartmak için, - Taranan ağa bağlı bilgisayarların bilgilerine ulaşmak için, ## Nmap Çalışma Prensibi Yeni başlayanlar için alışma süreci biraz zorlu olacaktır fakat kullanımı kolaydır. Eğer oturumunuz yönetici ise araç daha hızlı (**SYS Scan**) değilse daha yavaş (**Connect Scan**) çalışacaktır. Yaklaşık 15 farklı arama tipi ve 20 farklı çıktı tipi bulunur. <p></p> - <code>#> nmap **host**</code> şeklindeki arama basit açık port ögrenme işlemidir. https://res.cloudinary.com/hpiynhbhq/image/upload/v1516221723/xqxvjvczpja8jw4xsnkx.png <p></p> - <code>#> nmap ip_adres</code> şeklinde arama yapılırsa DNS Lookup işlemi yapılmaz. Üstteki işlemin ip adresi ile yapılanıdır. https://res.cloudinary.com/hpiynhbhq/image/upload/v1516221800/xyqqyxuwwrzyc9ddmrly.png <p></p> - <code>#> nmap **–v** ip_adres</code> şeklindeki bir komut bize daha detaylı bir liste sunar. Daha detaylı almak isterseniz -vv şeklinde bir komut kullanabilirsiniz. https://res.cloudinary.com/hpiynhbhq/image/upload/v1516221901/hesoswzmjatjxo7bfjnx.png <p></p> - <code>#> nmap **-A** ip_adres</code> şeklindeki bir arama yapılırsa verilen ip adresine İşletim sistemini ve versiyon taraması ardından script taraması yapar. https://res.cloudinary.com/hpiynhbhq/image/upload/v1516222068/ushoqiykdqkyhkmyblgt.png https://res.cloudinary.com/hpiynhbhq/image/upload/v1516222164/ps1t4kkvkcaqui9hcra1.png <p></p> - <code>#> nmap **-O** ip_adres</code> ise sadece İşletim Sistemi (Operating System) bilgisini listeler. https://res.cloudinary.com/hpiynhbhq/image/upload/v1516222345/uhkhd7edseovyswrwd1e.png <p></p> - <code>#> nmap **–P0** ip_adres</code> bu komut ise portlara ping atmadan açık olup olmadığını kontrol eder. https://res.cloudinary.com/hpiynhbhq/image/upload/v1516222455/piiazqeu3p6bu83lgeah.png <p></p> - <code>#> nmap **–F** ip_adres</code> komutu ile hızlı port taraması yapabilirsiniz (-F = Fast). https://res.cloudinary.com/hpiynhbhq/image/upload/v1516222546/fwad78cmklpw1e6mfseo.png <p></p> - <code>#> nmap **–p 1-15,20-38** ip_adres</code> parametresi ise belirli aralıktaki portları scan eder. Benim verdiğim komutta 1-15 arası ve 20-38 arası portları kontrol edecek. İsterseniz <code>-p 80</code> gibi bir komut vererek tek bir portu kontrol edebilirsiniz (Benim komutum 80 portunu scan eder). https://res.cloudinary.com/hpiynhbhq/image/upload/v1516222601/sxksmpz9tdiii5m4xwq2.png <p></p> - <code>#> nmap ip_adres**–(sayı)** </code> komutu, örneğin ; **192.168.2.1-3** yazdığınızda -3 parametresi sebebiyle **192.168.2.1, 192.168.2., 192.168.2.3** ağlarını tek kontrol edecektir. https://res.cloudinary.com/hpiynhbhq/image/upload/v1516223959/hrzqmpwvaf03lrw36jln.png <p></p> - <code>#> nmap **–iL** dosya_ismi</code> ile belitilen dosyanın içindeki hostları veya ip adreslerini tarar. https://res.cloudinary.com/hpiynhbhq/image/upload/v1516224030/qeo3zeieaqosxtfxjhsm.png <p></p> - <code>#> nmap **–oN dosya_ismi** ip_adresi</code> komutu ise ip adresinin çıktısını belirlediğiniz dosya ismi ile bulunduğunuz klasöre kaydeder. https://res.cloudinary.com/hpiynhbhq/image/upload/v1516228818/vtabfvbamsumbngjvgmr.png <p></p> - <code>#> nmap **–T(1-5)** ip_adresi</code> komutu ise cevabın geliş hızını arttırır diyebiliriz. Belirlediğiniz sayı süresinde gelen cevabı alıp size sunar. Tabii ki bilginin güvenilirliği azalır. https://res.cloudinary.com/hpiynhbhq/image/upload/v1516228874/vhqagy1w6s877ibmo05l.png <p></p> ## TCP Syn Scan ; <p></p> Öncelikle birkaç kavramdan bahsedeyim ; - SYN = Senkronize mesajı (Synchronize) - ACK = Alındı Mesajı (Acknowledgement) - RST = Bağlantı iptali (Reset) - FIN = Bitirme mesajı (Finish) Kaynak bilgisayar, Hedef server a SYN bayraklı paket gönderir ve portlar kapalı ise RST+ACK mesajı ile geri döner. https://res.cloudinary.com/hpiynhbhq/image/upload/v1516215512/slqufpbvteryrnrtqblb.png Portlar açık ise hedef server SYN+ACK cevabını verir, Kaynak makine ise RST cevanını verir. https://res.cloudinary.com/hpiynhbhq/image/upload/v1516215597/g01xkqhno7ke2uvvjcos.png <code>#>nmap **-sS** ip_adres</code> ile bu taramayı başlatabilirsiniz. https://res.cloudinary.com/hpiynhbhq/image/upload/v1516228908/f7jzuscxe4osxkctrynt.png ## Diğer parametreler ; - TCP Connect Scan ; <code>#> nmap **-sT** ip_adres</code> ile aynı şekilde portun açık olup olmadığını kontrol eder. Daha yacaş ama güvenilirdir. https://res.cloudinary.com/hpiynhbhq/image/upload/v1516228947/u9ci7lwebyxkttbmliru.png <p></p> - FIN Scan ; <code>#> nmap **-sF** ip_adres</code> komutu hedef sistemin TCP oturumunun olduğunu varsayıp kapatmak için gönderdiğiniz paketlerin içine FIN bayrağı ekler. https://res.cloudinary.com/hpiynhbhq/image/upload/v1516228995/kvzb4nw2m0atxipf8gmo.png <p></p> - XMAS Scan ; <code>#> nmap **-sX** ip_adres</code> komutu diğer komutların açık port bulamadığı zaman devreye girer. Hedef sisteme bütün bayrakları içeren bir paket yollar, kapalı olan portların RST cevabı beklenir. Kapalı portlar cevap verdikten sonra cevap gelmeyen portlar açık olarak kabul edilir. https://res.cloudinary.com/hpiynhbhq/image/upload/v1516229024/pjs2ejqbtfojshv8psmb.png <p></p> - Null Scan ; <code>#> nmap **-sN** ip_adres</code> komutu XMAS Scan işe yaramadığı zaman devreye girer. İçinde flag bulunmayan paket yollayarak kapalı portların RST cevabı vermesi beklenir. XMAS Scan 'ın yaptığı gibi cevap gelmeyen portlar açık olarak kabullenilir. https://res.cloudinary.com/hpiynhbhq/image/upload/v1516229052/vi0agbxi9qsx419klmkj.png <p></p> - Version Detection ; <code>#> nmap **-sV** ip_adres</code> ile verilen ip nin Service Version (Servis Version) kontrolü yapılır. https://res.cloudinary.com/hpiynhbhq/image/upload/v1516229083/crygaxf06xdcttyovdvd.png <p></p> - UDP Scan ; <code>#> nmap **-sU** ip_adres</code> komutu açık olan UDP portlarını tespit için kullanılır. https://res.cloudinary.com/hpiynhbhq/image/upload/v1516229110/kvowrd84k5dqvanflpgt.png <p></p> - IP Protocol Scan ; <code>#> nmap **-sO** ip_adres</code> komutu hangi protokollerin (TCP, UDP, ICMP etc) açık olduğunu gösterir. https://res.cloudinary.com/hpiynhbhq/image/upload/v1516229139/qemwes2shefduasxjvw2.png <p></p> - ACK Scan ; <code>#> nmap **-sA** ip_adres</code> komutu hedef sisteme yollanan paketin güvenlik duvarına (Firewall) takılmadan portun açık olup olmamasını kontrol eder. https://res.cloudinary.com/hpiynhbhq/image/upload/v1516229167/vuzxnw07yopmcaao12qj.png <p></p> - Windows Scan ; <code>#> nmap **-sW** ip_adres</code> parametresi ACK gibi tarama yapar. Portların açık olup olmadığı kontrol eder, gelen cevabın boyutundaki farklılıklardan hedefin işletim sistemini bulur. https://res.cloudinary.com/hpiynhbhq/image/upload/v1516229200/xvjpzefskwkvmvdcfnff.png <p></p> - List Scan ; <code>#> nmap **-sL** ip_adres</code> hedefin DNS listesini çıkarır. https://res.cloudinary.com/hpiynhbhq/image/upload/v1516229359/f0lji4sh8whqgzmqu1wi.png <p></p> - Ping Scan ; <code>#> nmap -sP ip_adres</code> ise Ping Scan olarak tanımlanır. Hedef sistemin portlarına ping atıp gelen cevaba göre portun açık olup olmadığını kontrol eder. https://res.cloudinary.com/hpiynhbhq/image/upload/v1516229326/imljrrclloz8jq2dblh5.png <p></p> <br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@truthism/nmap-kullanimi-turkish-tutorial">Utopian.io - Rewarding Open Source Contributors</a></em><hr/>
author | truthism | ||||||
---|---|---|---|---|---|---|---|
permlink | nmap-kullanimi-turkish-tutorial | ||||||
category | utopian-io | ||||||
json_metadata | {"community":"utopian","app":"utopian/1.0.0","format":"markdown","repository":{"id":3671479,"name":"nmap","full_name":"nmap/nmap","html_url":"https://github.com/nmap/nmap","fork":false,"owner":{"login":"nmap"}},"pullRequests":[],"platform":"github","type":"tutorials","tags":["utopian-io","tr","hack","nmap","linux"],"moderator":{"account":"yokunjon","time":"2018-01-18T16:23:01.014Z","reviewed":true,"pending":false,"flagged":false}} | ||||||
created | 2018-01-17 22:50:42 | ||||||
last_update | 2018-01-18 16:23:03 | ||||||
depth | 0 | ||||||
children | 16 | ||||||
last_payout | 2018-01-24 22:50:42 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 21.672 HBD | ||||||
curator_payout_value | 9.589 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 8,038 | ||||||
author_reputation | 166,352,025,219 | ||||||
root_title | "Nmap Kullanımı (Turkish Tutorial)" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 30,270,141 | ||||||
net_rshares | 4,650,386,901,973 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
marcelmaatkamp | 0 | 1,880,162,909 | 100% | ||
pibara | 0 | 24,038,815,583 | 100% | ||
fakire1sadaka | 0 | 14,867,962,932 | 50% | ||
sinankarayaman | 0 | 2,019,766,858 | 100% | ||
utopian-io | 0 | 4,598,610,979,189 | 2.89% | ||
karakule03 | 0 | 1,503,011,842 | 100% | ||
matematikciemre | 0 | 1,814,370,893 | 100% | ||
webcube | 0 | 780,132,163 | 100% | ||
truthism | 0 | 603,145,128 | 100% | ||
bozgun | 0 | 608,089,796 | 100% | ||
crazy3 | 0 | 989,079,124 | 100% | ||
oguzhangazi | 0 | 543,824,864 | 100% | ||
gokhan83kurt | 0 | 389,145,707 | 100% | ||
myo | 0 | 567,519,905 | 100% | ||
yataydeli | 0 | 323,003,755 | 100% | ||
ertugrul | 0 | 291,765,399 | 100% | ||
me-x | 0 | 556,125,926 | 100% |
Teşekkür ederim hocam güzel anlatım olmuş
author | arif2k |
---|---|
permlink | re-truthism-nmap-kullanimi-turkish-tutorial-20180118t134754484z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-18 13:49:12 |
last_update | 2018-01-18 13:49:12 |
depth | 1 |
children | 1 |
last_payout | 2018-01-25 13:49:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 41 |
author_reputation | 2,515,223,221,629 |
root_title | "Nmap Kullanımı (Turkish Tutorial)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 30,398,718 |
net_rshares | 560,063,333 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
truthism | 0 | 560,063,333 | 100% |
Okumaya zaman ayırdığınız için ben teşekkür ederim hocam :)
author | truthism |
---|---|
permlink | re-arif2k-re-truthism-nmap-kullanimi-turkish-tutorial-20180118t125038567z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-18 13:56:21 |
last_update | 2018-01-18 13:56:21 |
depth | 2 |
children | 0 |
last_payout | 2018-01-25 13:56:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 59 |
author_reputation | 166,352,025,219 |
root_title | "Nmap Kullanımı (Turkish Tutorial)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 30,400,093 |
net_rshares | 0 |
Ellerine sağlık hocam
author | crazy3 |
---|---|
permlink | re-truthism-nmap-kullanimi-turkish-tutorial-20180118t142612244z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-18 14:26:15 |
last_update | 2018-01-18 14:26:15 |
depth | 1 |
children | 1 |
last_payout | 2018-01-25 14:26:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 21 |
author_reputation | 1,200,521,664,260 |
root_title | "Nmap Kullanımı (Turkish Tutorial)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 30,406,082 |
net_rshares | 0 |
Eyvallah reisim :)
author | truthism |
---|---|
permlink | re-crazy3-re-truthism-nmap-kullanimi-turkish-tutorial-20180118t132304301z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-18 14:28:48 |
last_update | 2018-01-18 14:28:48 |
depth | 2 |
children | 0 |
last_payout | 2018-01-25 14:28:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 18 |
author_reputation | 166,352,025,219 |
root_title | "Nmap Kullanımı (Turkish Tutorial)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 30,406,559 |
net_rshares | 0 |
elinize sağlık çok iyi çalışma olmuş :)
author | ertugrul |
---|---|
permlink | re-truthism-nmap-kullanimi-turkish-tutorial-20180118t142003062z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-18 14:20:03 |
last_update | 2018-01-18 14:20:03 |
depth | 1 |
children | 1 |
last_payout | 2018-01-25 14:20:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 39 |
author_reputation | 3,124,283,224,769 |
root_title | "Nmap Kullanımı (Turkish Tutorial)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 30,404,812 |
net_rshares | 572,372,418 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
truthism | 0 | 572,372,418 | 100% |
Teşekkür ederim reis :)
author | truthism |
---|---|
permlink | re-ertugrul-re-truthism-nmap-kullanimi-turkish-tutorial-20180118t131502661z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-18 14:20:45 |
last_update | 2018-01-18 14:20:45 |
depth | 2 |
children | 0 |
last_payout | 2018-01-25 14:20:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 23 |
author_reputation | 166,352,025,219 |
root_title | "Nmap Kullanımı (Turkish Tutorial)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 30,404,955 |
net_rshares | 0 |
Vaay çok güzel çalışma eline sağlık.
author | gokhan83kurt |
---|---|
permlink | re-truthism-nmap-kullanimi-turkish-tutorial-20180118t144300139z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-18 14:43:00 |
last_update | 2018-01-18 14:43:00 |
depth | 1 |
children | 1 |
last_payout | 2018-01-25 14:43:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 36 |
author_reputation | 3,849,723,569,573 |
root_title | "Nmap Kullanımı (Turkish Tutorial)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 30,409,480 |
net_rshares | 0 |
Eyvallah hacım , Destek için teşekkürler :)
author | truthism |
---|---|
permlink | re-gokhan83kurt-re-truthism-nmap-kullanimi-turkish-tutorial-20180118t134153265z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-18 14:47:36 |
last_update | 2018-01-18 14:47:36 |
depth | 2 |
children | 0 |
last_payout | 2018-01-25 14:47:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 43 |
author_reputation | 166,352,025,219 |
root_title | "Nmap Kullanımı (Turkish Tutorial)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 30,410,437 |
net_rshares | 0 |
Eline saglik guzel olmus.
author | karakule03 |
---|---|
permlink | re-truthism-nmap-kullanimi-turkish-tutorial-20180118t142809470z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-18 14:25:45 |
last_update | 2018-01-18 14:25:45 |
depth | 1 |
children | 1 |
last_payout | 2018-01-25 14:25:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 25 |
author_reputation | 1,397,596,654,824 |
root_title | "Nmap Kullanımı (Turkish Tutorial)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 30,405,977 |
net_rshares | 0 |
Teşekkürler hocam
author | truthism |
---|---|
permlink | re-karakule03-re-truthism-nmap-kullanimi-turkish-tutorial-20180118t132230637z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-18 14:28:15 |
last_update | 2018-01-18 14:28:15 |
depth | 2 |
children | 0 |
last_payout | 2018-01-25 14:28:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 17 |
author_reputation | 166,352,025,219 |
root_title | "Nmap Kullanımı (Turkish Tutorial)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 30,406,464 |
net_rshares | 0 |
teşekkürler güzel çalışma olmuş
author | matematikciemre |
---|---|
permlink | re-truthism-nmap-kullanimi-turkish-tutorial-20180118t054110535z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-18 05:41:15 |
last_update | 2018-01-18 05:41:15 |
depth | 1 |
children | 1 |
last_payout | 2018-01-25 05:41:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 3,736,149,759,917 |
root_title | "Nmap Kullanımı (Turkish Tutorial)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 30,325,238 |
net_rshares | 615,454,213 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
truthism | 0 | 615,454,213 | 100% |
Desteğiniz için teşekkür ederim :)
author | truthism |
---|---|
permlink | re-matematikciemre-re-truthism-nmap-kullanimi-turkish-tutorial-20180118t123723584z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-18 13:43:06 |
last_update | 2018-01-18 13:43:06 |
depth | 2 |
children | 0 |
last_payout | 2018-01-25 13:43:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 34 |
author_reputation | 166,352,025,219 |
root_title | "Nmap Kullanımı (Turkish Tutorial)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 30,397,594 |
net_rshares | 0 |
### Hey @truthism I am @utopian-io. I have just upvoted you! #### Achievements - You have less than 500 followers. Just gave you a gift to help you succeed! - Seems like you contribute quite often. AMAZING! #### Suggestions - Contribute more often to get higher and higher rewards. I wish to see you often! - Work on your followers to increase the votes/rewards. I follow what humans do and my vote is mainly based on that. Good luck! #### Get Noticed! - Did you know project owners can manually vote with their own voting power or by voting power delegated to their projects? Ask the project owner to review your contributions! #### Community-Driven Witness! I am the first and only Steem Community-Driven Witness. <a href="https://discord.gg/zTrEMqB">Participate on Discord</a>. Lets GROW TOGETHER! - <a href="https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1">Vote for my Witness With SteemConnect</a> - <a href="https://v2.steemconnect.com/sign/account-witness-proxy?proxy=utopian-io&approve=1">Proxy vote to Utopian Witness with SteemConnect</a> - Or vote/proxy on <a href="https://steemit.com/~witnesses">Steemit Witnesses</a> [](https://steemit.com/~witnesses) **Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x**
author | utopian-io |
---|---|
permlink | re-truthism-nmap-kullanimi-turkish-tutorial-20180119t195406528z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2018-01-19 19:54:06 |
last_update | 2018-01-19 19:54:06 |
depth | 1 |
children | 0 |
last_payout | 2018-01-26 19:54:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,506 |
author_reputation | 152,955,367,999,756 |
root_title | "Nmap Kullanımı (Turkish Tutorial)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 30,698,092 |
net_rshares | 0 |
Thank you for the contribution. It has been approved. You can contact us on [Discord](https://discord.gg/uTyJkNm). **[[utopian-moderator]](https://utopian.io/moderators)**
author | yokunjon |
---|---|
permlink | re-truthism-nmap-kullanimi-turkish-tutorial-20180118t162238625z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2018-01-18 16:23:15 |
last_update | 2018-01-18 16:23:15 |
depth | 1 |
children | 2 |
last_payout | 2018-01-25 16:23:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.112 HBD |
curator_payout_value | 0.369 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 172 |
author_reputation | 19,266,807,595,513 |
root_title | "Nmap Kullanımı (Turkish Tutorial)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 30,429,507 |
net_rshares | 178,953,068,957 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
utopian.tip | 0 | 178,953,068,957 | 17.19% |
Thx bro :)
author | truthism |
---|---|
permlink | re-yokunjon-re-truthism-nmap-kullanimi-turkish-tutorial-20180119t013804925z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-19 02:43:51 |
last_update | 2018-01-19 02:43:51 |
depth | 2 |
children | 0 |
last_payout | 2018-01-26 02:43:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 166,352,025,219 |
root_title | "Nmap Kullanımı (Turkish Tutorial)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 30,527,860 |
net_rshares | 0 |
Hey @yokunjon, I just gave you a tip for your hard work on moderation. Upvote this comment to support the utopian moderators and increase your future rewards!
author | utopian.tip |
---|---|
permlink | re-re-truthism-nmap-kullanimi-turkish-tutorial-20180118t162238625z-20180118t170340 |
category | utopian-io |
json_metadata | "" |
created | 2018-01-18 17:03:42 |
last_update | 2018-01-18 17:03:42 |
depth | 2 |
children | 0 |
last_payout | 2018-01-25 17:03:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 158 |
author_reputation | 238,310,597,885 |
root_title | "Nmap Kullanımı (Turkish Tutorial)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 30,437,353 |
net_rshares | 586,630,515 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yokunjon | 0 | 586,630,515 | 100% |